Open jiasli opened 4 years ago
Azure Stack Resources
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sijuman.
@jiasli I think we should be able unblock with the API Profile setting for azurestack consuming a older version. Please let me know if this issue is blocking you
Actually the api version 2019-06-01 is not supported and azurestack should return Not Supported error for the call. It is not happening right now. We will fix it
Thanks @bganapa, using an old API does solve the issue. But you are right:
Azure Stack should return
Not Supported
error for the call.
@jiasli WE have ainternal trackign item for the Not Supported return issue. Can we close this issue?
I noticed this issue is still not fixed yet. When will this be deployed?
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sijuman, @sarathys, @bganapa, @rakku-ms.
Author: | jiasli |
---|---|
Assignees: | bganapa |
Labels: | `Azure Stack`, `Service Attention` |
Milestone: | - |
When using
2019-06-01
with Azure Stack to get subscriptions (in this casemanagement.redmond.azurestack.corp.microsoft.com
), the response doesn't comply with the REST specsubscriptions.json
. For example,authorizationSource
andmanagedByTenants
are missing from the response.https://github.com/Azure/azure-rest-api-specs/blob/76b6bd1989a8248987219b840f525b02e07807dc/specification/resources/resource-manager/Microsoft.Resources/stable/2019-06-01/subscriptions.json#L271-L277
This causes failure in Azure CLI when retrieving
managed_by_tenants
:The response of the public
AzureCloud
is:If
2019-06-01
is not supported, the service should return "unsupported API version" instead a wrong response which doesn't comply with the spec.