We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like there is a missing typedef in swagger specs of ManagedServiceIdentity:
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/web/resource-manager/Microsoft.Web/stable/2016-03-01/CommonDefinitions.json#L1038
This breaks the go SDK that expects a map while the output of the identity field is a plain string:
{ ..... "kind": "app", }, "identity": { "type": "SystemAssigned", "tenantId": "....", "principalId": "......" } }
see also Azure/azure-sdk-for-go#992 (comment)
The text was updated successfully, but these errors were encountered:
Tagging @naveedaz since he last worked on this spec
Sorry, something went wrong.
Ping @naveedaz
Spec has been fixed, will get rolled up into next major release of Go SDK.
naveedaz
No branches or pull requests
It looks like there is a missing typedef in swagger specs of ManagedServiceIdentity:
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/web/resource-manager/Microsoft.Web/stable/2016-03-01/CommonDefinitions.json#L1038
This breaks the go SDK that expects a map while the output of the identity field is a plain string:
see also
Azure/azure-sdk-for-go#992 (comment)
The text was updated successfully, but these errors were encountered: