Commit 13568d0
authored
* (ARMSubscription) fixes Azure/azure-sdk-for-go#18620
fixes #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
1 parent 2a07629 commit 13568d0
File tree
1 file changed
+12
-0
lines changed- specification/subscription/resource-manager/Microsoft.Subscription/stable/2016-06-01
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
243 | 255 | | |
244 | 256 | | |
245 | 257 | | |
| |||
0 commit comments