Skip to content

Commit 2d594c9

Browse files
committed
subscription quick fix
1 parent 8dc8ae9 commit 2d594c9

File tree

1 file changed

+12
-4
lines changed
  • specification/subscription/resource-manager/Microsoft.Subscription/stable/2020-09-01

1 file changed

+12
-4
lines changed

specification/subscription/resource-manager/Microsoft.Subscription/stable/2020-09-01/subscriptions.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"paths": {
1919
"/subscriptions/{subscriptionId}/providers/Microsoft.Subscription/cancel": {
2020
"post": {
21+
"tags": ["Subscription"],
2122
"operationId": "Subscription_Cancel",
2223
"x-ms-examples": {
2324
"cancelSubscription": {
@@ -51,6 +52,7 @@
5152
},
5253
"/subscriptions/{subscriptionId}/providers/Microsoft.Subscription/rename": {
5354
"post": {
55+
"tags": ["Subscription"],
5456
"operationId": "Subscription_Rename",
5557
"x-ms-examples": {
5658
"renameSubscription": {
@@ -87,6 +89,7 @@
8789
},
8890
"/subscriptions/{subscriptionId}/providers/Microsoft.Subscription/enable": {
8991
"post": {
92+
"tags": ["Subscription"],
9093
"operationId": "Subscription_Enable",
9194
"x-ms-examples": {
9295
"enableSubscription": {
@@ -120,6 +123,7 @@
120123
},
121124
"/providers/Microsoft.Subscription/operations": {
122125
"get": {
126+
"tags": ["Subscription"],
123127
"description": "Lists all of the available Microsoft.Subscription API operations.",
124128
"operationId": "Operations_List",
125129
"x-ms-examples": {
@@ -150,8 +154,9 @@
150154
},
151155
"/providers/Microsoft.Subscription/aliases/{aliasName}": {
152156
"put": {
157+
"tags": ["Alias"],
153158
"description": "Create Alias Subscription.",
154-
"operationId": "Subscription_CreateAlias",
159+
"operationId": "Alias_Create",
155160
"x-ms-examples": {
156161
"CreateAlias": {
157162
"$ref": "./examples/createAlias.json"
@@ -196,8 +201,9 @@
196201
]
197202
},
198203
"get": {
204+
"tags": ["Alias"],
199205
"description": "Get Alias Subscription.",
200-
"operationId": "Subscription_GetAlias",
206+
"operationId": "Alias_Get",
201207
"x-ms-examples": {
202208
"GetAlias": {
203209
"$ref": "./examples/getAlias.json"
@@ -227,8 +233,9 @@
227233
]
228234
},
229235
"delete": {
236+
"tags": ["Alias"],
230237
"description": "Delete Alias.",
231-
"operationId": "Subscription_DeleteAlias",
238+
"operationId": "Alias_Delete",
232239
"x-ms-examples": {
233240
"DeleteAlias": {
234241
"$ref": "./examples/deleteAlias.json"
@@ -260,8 +267,9 @@
260267
},
261268
"/providers/Microsoft.Subscription/aliases": {
262269
"get": {
270+
"tags": ["Alias"],
263271
"description": "Get Alias Subscription.",
264-
"operationId": "Subscription_ListAlias",
272+
"operationId": "Alias_List",
265273
"x-ms-examples": {
266274
"GetAlias": {
267275
"$ref": "./examples/listAlias.json"

0 commit comments

Comments
 (0)