You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (ARMSubscription) fixesAzure/azure-sdk-for-go#18620fixes#18620
The subscriptions Model struct includes a number of fields, but not all the fields available in the REST API according to the documentation. Specifically, the following fields are missing in the Go struct:
tenantId - The subscription tenant ID.
tags - The tags attached to the subscription.
Note that these fields are returned by the API and are documented here: https://docs.microsoft.com/en-us/rest/api/resources/subscriptions/list?tabs=HTTP#subscription
* Update subscriptions.json
0 commit comments