|
18 | 18 | "paths": {
|
19 | 19 | "/subscriptions/{subscriptionId}/providers/Microsoft.Subscription/cancel": {
|
20 | 20 | "post": {
|
| 21 | + "tags": [ |
| 22 | + "Subscription" |
| 23 | + ], |
21 | 24 | "operationId": "Subscription_Cancel",
|
22 | 25 | "x-ms-examples": {
|
23 | 26 | "cancelSubscription": {
|
|
51 | 54 | },
|
52 | 55 | "/subscriptions/{subscriptionId}/providers/Microsoft.Subscription/rename": {
|
53 | 56 | "post": {
|
| 57 | + "tags": [ |
| 58 | + "Subscription" |
| 59 | + ], |
54 | 60 | "operationId": "Subscription_Rename",
|
55 | 61 | "x-ms-examples": {
|
56 | 62 | "renameSubscription": {
|
|
87 | 93 | },
|
88 | 94 | "/subscriptions/{subscriptionId}/providers/Microsoft.Subscription/enable": {
|
89 | 95 | "post": {
|
| 96 | + "tags": [ |
| 97 | + "Subscription" |
| 98 | + ], |
90 | 99 | "operationId": "Subscription_Enable",
|
91 | 100 | "x-ms-examples": {
|
92 | 101 | "enableSubscription": {
|
|
120 | 129 | },
|
121 | 130 | "/providers/Microsoft.Subscription/operations": {
|
122 | 131 | "get": {
|
| 132 | + "tags": [ |
| 133 | + "Operations" |
| 134 | + ], |
123 | 135 | "description": "Lists all of the available Microsoft.Subscription API operations.",
|
124 | 136 | "operationId": "Operations_List",
|
125 | 137 | "x-ms-examples": {
|
|
150 | 162 | },
|
151 | 163 | "/providers/Microsoft.Subscription/aliases/{aliasName}": {
|
152 | 164 | "put": {
|
| 165 | + "tags": [ |
| 166 | + "Alias" |
| 167 | + ], |
153 | 168 | "description": "Create Alias Subscription.",
|
154 |
| - "operationId": "Subscription_CreateAlias", |
| 169 | + "operationId": "Alias_Create", |
155 | 170 | "x-ms-examples": {
|
156 | 171 | "CreateAlias": {
|
157 | 172 | "$ref": "./examples/createAlias.json"
|
|
196 | 211 | ]
|
197 | 212 | },
|
198 | 213 | "get": {
|
| 214 | + "tags": [ |
| 215 | + "Alias" |
| 216 | + ], |
199 | 217 | "description": "Get Alias Subscription.",
|
200 |
| - "operationId": "Subscription_GetAlias", |
| 218 | + "operationId": "Alias_Get", |
201 | 219 | "x-ms-examples": {
|
202 | 220 | "GetAlias": {
|
203 | 221 | "$ref": "./examples/getAlias.json"
|
|
227 | 245 | ]
|
228 | 246 | },
|
229 | 247 | "delete": {
|
| 248 | + "tags": [ |
| 249 | + "Alias" |
| 250 | + ], |
230 | 251 | "description": "Delete Alias.",
|
231 |
| - "operationId": "Subscription_DeleteAlias", |
| 252 | + "operationId": "Alias_Delete", |
232 | 253 | "x-ms-examples": {
|
233 | 254 | "DeleteAlias": {
|
234 | 255 | "$ref": "./examples/deleteAlias.json"
|
|
260 | 281 | },
|
261 | 282 | "/providers/Microsoft.Subscription/aliases": {
|
262 | 283 | "get": {
|
| 284 | + "tags": [ |
| 285 | + "Alias" |
| 286 | + ], |
263 | 287 | "description": "Get Alias Subscription.",
|
264 |
| - "operationId": "Subscription_ListAlias", |
| 288 | + "operationId": "Alias_List", |
265 | 289 | "x-ms-examples": {
|
266 | 290 | "GetAlias": {
|
267 | 291 | "$ref": "./examples/listAlias.json"
|
|
399 | 423 | },
|
400 | 424 | "PutAliasRequest": {
|
401 | 425 | "description": "The parameters required to create a new subscription.",
|
| 426 | + "required": [ |
| 427 | + "properties" |
| 428 | + ], |
402 | 429 | "type": "object",
|
403 | 430 | "properties": {
|
404 | 431 | "properties": {
|
|
0 commit comments