|
37 | 37 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways/{gatewayName}/configConnections": { |
38 | 38 | "get": { |
39 | 39 | "tags": [ |
40 | | - "ApiManagementGatewayConfigConnection" |
| 40 | + "GatewayConfigConnection" |
41 | 41 | ], |
42 | | - "operationId": "ApiManagementGatewayConfigConnection_ListByGateway", |
| 42 | + "operationId": "GatewayConfigConnection_ListByGateway", |
43 | 43 | "description": "List all API Management gateway config connections within a gateway.", |
44 | 44 | "x-ms-examples": { |
45 | 45 | "ApiManagementListGatewayConfigConnection": { |
|
82 | 82 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways/{gatewayName}/configConnections/{configConnectionName}": { |
83 | 83 | "get": { |
84 | 84 | "tags": [ |
85 | | - "ApiManagementGatewayConfigConnection" |
| 85 | + "GatewayConfigConnection" |
86 | 86 | ], |
87 | | - "operationId": "ApiManagementGatewayConfigConnection_Get", |
| 87 | + "operationId": "GatewayConfigConnection_Get", |
88 | 88 | "description": "Gets an API Management gateway config connection resource description.", |
89 | 89 | "x-ms-examples": { |
90 | 90 | "ApiManagementGetGatewayConfigConnection": { |
|
125 | 125 | }, |
126 | 126 | "put": { |
127 | 127 | "tags": [ |
128 | | - "ApiManagementGatewayConfigConnection" |
| 128 | + "GatewayConfigConnection" |
129 | 129 | ], |
130 | | - "operationId": "ApiManagementGatewayConfigConnection_CreateOrUpdate", |
| 130 | + "operationId": "GatewayConfigConnection_CreateOrUpdate", |
131 | 131 | "description": "Creates or updates an API Management gateway config connection. This is long running operation and could take several minutes to complete.", |
132 | 132 | "x-ms-examples": { |
133 | 133 | "ApiManagementCreateGatewayConfigConnection": { |
|
187 | 187 | }, |
188 | 188 | "delete": { |
189 | 189 | "tags": [ |
190 | | - "ApiManagementGatewayConfigConnection" |
| 190 | + "GatewayConfigConnection" |
191 | 191 | ], |
192 | | - "operationId": "ApiManagementGatewayConfigConnection_Delete", |
| 192 | + "operationId": "GatewayConfigConnection_Delete", |
193 | 193 | "description": "Deletes an existing API Management gateway config connection.", |
194 | 194 | "x-ms-examples": { |
195 | 195 | "ApiManagementGatewayDeleteGateway": { |
|
0 commit comments