Skip to content

Commit 8d4753d

Browse files
committed
Gateway -> ApiGateway to prevent SDK collision with self-hosted gateway
1 parent 5c2f871 commit 8d4753d

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apigateway.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways/{gatewayName}": {
3838
"put": {
3939
"tags": [
40-
"ApiManagementGateway"
40+
"ApiGateway"
4141
],
42-
"operationId": "ApiManagementGateway_CreateOrUpdate",
42+
"operationId": "ApiGateway_CreateOrUpdate",
4343
"description": "Creates or updates an API Management gateway. This is long running operation and could take several minutes to complete.",
4444
"x-ms-examples": {
4545
"ApiManagementCreateStandardGateway": {
@@ -96,9 +96,9 @@
9696
},
9797
"patch": {
9898
"tags": [
99-
"ApiManagementGateway"
99+
"ApiGateway"
100100
],
101-
"operationId": "ApiManagementGateway_Update",
101+
"operationId": "ApiGateway_Update",
102102
"description": "Updates an existing API Management gateway.",
103103
"x-ms-examples": {
104104
"ApiManagementUpdateStandardGateway": {
@@ -155,9 +155,9 @@
155155
},
156156
"get": {
157157
"tags": [
158-
"ApiManagementGateway"
158+
"ApiGateway"
159159
],
160-
"operationId": "ApiManagementGateway_Get",
160+
"operationId": "ApiGateway_Get",
161161
"description": "Gets an API Management gateway resource description.",
162162
"x-ms-examples": {
163163
"ApiManagementGatewayGetGateway": {
@@ -195,9 +195,9 @@
195195
},
196196
"delete": {
197197
"tags": [
198-
"ApiManagementGateway"
198+
"ApiGateway"
199199
],
200-
"operationId": "ApiManagementGateway_Delete",
200+
"operationId": "ApiGateway_Delete",
201201
"description": "Deletes an existing API Management gateway.",
202202
"x-ms-examples": {
203203
"ApiManagementGatewayDeleteGateway": {
@@ -247,9 +247,9 @@
247247
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways": {
248248
"get": {
249249
"tags": [
250-
"ApiManagementGateway"
250+
"ApiGateway"
251251
],
252-
"operationId": "ApiManagementGateway_ListByResourceGroup",
252+
"operationId": "ApiGateway_ListByResourceGroup",
253253
"description": "List all API Management gateways within a resource group.",
254254
"x-ms-examples": {
255255
"ApiManagementListGatewaysBySubscriptionAndResourceGroup": {
@@ -289,9 +289,9 @@
289289
"/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/gateways": {
290290
"get": {
291291
"tags": [
292-
"ApiManagementGateway"
292+
"ApiGateway"
293293
],
294-
"operationId": "ApiManagementGateway_List",
294+
"operationId": "ApiGateway_List",
295295
"description": "List all API Management gateways within a subscription.",
296296
"x-ms-examples": {
297297
"ApiManagementListGatewaysBySubscription": {

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimgatewayConfigConnections.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways/{gatewayName}/configConnections": {
3838
"get": {
3939
"tags": [
40-
"ApiManagementGatewayConfigConnection"
40+
"ApiGatewayConfigConnection"
4141
],
42-
"operationId": "ApiManagementGatewayConfigConnection_ListByGateway",
42+
"operationId": "ApiGatewayConfigConnection_ListByGateway",
4343
"description": "List all API Management gateway config connections within a gateway.",
4444
"x-ms-examples": {
4545
"ApiManagementListGatewayConfigConnection": {
@@ -82,9 +82,9 @@
8282
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways/{gatewayName}/configConnections/{configConnectionName}": {
8383
"get": {
8484
"tags": [
85-
"ApiManagementGatewayConfigConnection"
85+
"ApiGatewayConfigConnection"
8686
],
87-
"operationId": "ApiManagementGatewayConfigConnection_Get",
87+
"operationId": "ApiGatewayConfigConnection_Get",
8888
"description": "Gets an API Management gateway config connection resource description.",
8989
"x-ms-examples": {
9090
"ApiManagementGetGatewayConfigConnection": {
@@ -125,9 +125,9 @@
125125
},
126126
"put": {
127127
"tags": [
128-
"ApiManagementGatewayConfigConnection"
128+
"ApiGatewayConfigConnection"
129129
],
130-
"operationId": "ApiManagementGatewayConfigConnection_CreateOrUpdate",
130+
"operationId": "ApiGatewayConfigConnection_CreateOrUpdate",
131131
"description": "Creates or updates an API Management gateway config connection. This is long running operation and could take several minutes to complete.",
132132
"x-ms-examples": {
133133
"ApiManagementCreateGatewayConfigConnection": {
@@ -187,9 +187,9 @@
187187
},
188188
"delete": {
189189
"tags": [
190-
"ApiManagementGatewayConfigConnection"
190+
"ApiGatewayConfigConnection"
191191
],
192-
"operationId": "ApiManagementGatewayConfigConnection_Delete",
192+
"operationId": "ApiGatewayConfigConnection_Delete",
193193
"description": "Deletes an existing API Management gateway config connection.",
194194
"x-ms-examples": {
195195
"ApiManagementGatewayDeleteGateway": {

0 commit comments

Comments
 (0)