Skip to content

[Intune] Intune arm api throws Exception #1218

Open
@tinspu

Description

@tinspu

Api call to this
https://management.azure.com/subscriptions/<subscription_id>/providers/Microsoft.Intune/locations?api-version=2015-01-14-preview
returns :

{
  "value": [
    {
      "id": "/providers/Microsoft.Intune/locations/hostName",
      "type": "Microsoft.Intune/locations",
      "name": "hostname",
      "properties": {
        "hostName": "fef.msua01"
      }
    }
  ]
}

but when i make a call
https://management.azure.com/subscriptions/<subcrition_id>/providers/Microsoft.Intune/locations/fef.msua01/apps?api-version=2015-01-14-preview

i get:

{
  "error": {
    "code": "BadRequest",
    "message": "An error has occurred - Operation ID (for customer support): 5e2b8923-b702-4025-9b1d-b691c83c4937 - Activity ID: 54ed6b2f-338a-45ba-a682-7975ac51ebc2 - Url: https://fef.msua01.manage.microsoft.com/AdminExperienceService/locations('fef.msua01')/apps - CustomApiErrorPhrase:\r\n__BEGINCMEXCEPTIONMETADATA__\r\n{\r\n  \"CustomApiErrorPhrase\": \"\"\r\n}"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    IntuneService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions