Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.61k stars 5.01k forks source link

[Intune] Intune arm api throws Exception #1218

Open tinspu opened 7 years ago

tinspu commented 7 years ago

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}"
  }
}
balajikris commented 7 years ago

@vrmurthy01 - From github history of the swagger, I see you've made most changes to Microsoft.Intune. Would you know who should be the right person to be assigned for this bug?

cs-shubham-morankar commented 1 year ago

@azuresdkci From where i can get Intune Subscription ID?