|
37 | 37 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways/{gatewayName}": { |
38 | 38 | "put": { |
39 | 39 | "tags": [ |
40 | | - "ApiGateway" |
| 40 | + "ApiManagementGateway" |
41 | 41 | ], |
42 | | - "operationId": "ApiGateway_CreateOrUpdate", |
| 42 | + "operationId": "ApiManagementGateway_CreateOrUpdate", |
43 | 43 | "description": "Creates or updates an API Management gateway. This is long running operation and could take several minutes to complete.", |
44 | 44 | "x-ms-examples": { |
45 | 45 | "ApiManagementCreateStandardGateway": { |
|
96 | 96 | }, |
97 | 97 | "patch": { |
98 | 98 | "tags": [ |
99 | | - "ApiGateway" |
| 99 | + "ApiManagementGateway" |
100 | 100 | ], |
101 | | - "operationId": "ApiGateway_Update", |
| 101 | + "operationId": "ApiManagementGateway_Update", |
102 | 102 | "description": "Updates an existing API Management gateway.", |
103 | 103 | "x-ms-examples": { |
104 | 104 | "ApiManagementUpdateStandardGateway": { |
|
155 | 155 | }, |
156 | 156 | "get": { |
157 | 157 | "tags": [ |
158 | | - "ApiGateway" |
| 158 | + "ApiManagementGateway" |
159 | 159 | ], |
160 | | - "operationId": "ApiGateway_Get", |
| 160 | + "operationId": "ApiManagementGateway_Get", |
161 | 161 | "description": "Gets an API Management gateway resource description.", |
162 | 162 | "x-ms-examples": { |
163 | 163 | "ApiManagementGatewayGetGateway": { |
|
195 | 195 | }, |
196 | 196 | "delete": { |
197 | 197 | "tags": [ |
198 | | - "ApiGateway" |
| 198 | + "ApiManagementGateway" |
199 | 199 | ], |
200 | | - "operationId": "ApiGateway_Delete", |
| 200 | + "operationId": "ApiManagementGateway_Delete", |
201 | 201 | "description": "Deletes an existing API Management gateway.", |
202 | 202 | "x-ms-examples": { |
203 | 203 | "ApiManagementGatewayDeleteGateway": { |
|
247 | 247 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways": { |
248 | 248 | "get": { |
249 | 249 | "tags": [ |
250 | | - "ApiGateway" |
| 250 | + "ApiManagementGateway" |
251 | 251 | ], |
252 | | - "operationId": "ApiGateway_ListByResourceGroup", |
| 252 | + "operationId": "ApiManagementGateway_ListByResourceGroup", |
253 | 253 | "description": "List all API Management gateways within a resource group.", |
254 | 254 | "x-ms-examples": { |
255 | 255 | "ApiManagementListGatewaysBySubscriptionAndResourceGroup": { |
|
289 | 289 | "/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/gateways": { |
290 | 290 | "get": { |
291 | 291 | "tags": [ |
292 | | - "ApiGateway" |
| 292 | + "ApiManagementGateway" |
293 | 293 | ], |
294 | | - "operationId": "ApiGateway_List", |
| 294 | + "operationId": "ApiManagementGateway_List", |
295 | 295 | "description": "List all API Management gateways within a subscription.", |
296 | 296 | "x-ms-examples": { |
297 | 297 | "ApiManagementListGatewaysBySubscription": { |
|
0 commit comments