Open
Description
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}"
}
}