Microsoft Azure released their usage API and have documented it here. As documented, they have released a new output format for the usage API. However, the output I receive doesn't seem to absolutely conform to how it has been documented:
{
"instanceData":{
"Microsoft.Resources":{
"resourceUri":"/subscriptions/152a5174-2ead-46e5-804d- 053bf15ca286/resourceGroups/Default-Web-SouthCentralUS/providers/Microsoft.Web/sites/ngincentiv",
"location":"southcentralus",
"additionalInfo":{
"AppServicePlanUri":"/subscriptions/152a5174-2ead-46e5-804d-053bf15ca286/resourceGroups/Default-Web-SouthCentralUS/providers/Microsoft.Web/serverfarms/Default1"
}
}
}
},
As you can see, I receive the value Microsoft.Resources
, which has the other values nested in it, which isn't how the documentation says.
Is there any other reference document I can refer to, which is more exhaustive about the API output?