From 3073226466f9e4fcf54df44a499cdfdb931385d0 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Mon, 3 Jun 2024 10:47:42 +0000 Subject: [PATCH] Revert "Gateway -> ApiGateway to prevent SDK collision with self-hosted gateway" This reverts commit 8d4753d36664ef91e2c4f605e422a99a5dd4854d. --- .../2023-09-01-preview/apigateway.json | 24 +++++++++---------- .../apimgatewayConfigConnections.json | 16 ++++++------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apigateway.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apigateway.json index 15818e301be0..fd8917c97f0d 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apigateway.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apigateway.json @@ -37,9 +37,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways/{gatewayName}": { "put": { "tags": [ - "ApiGateway" + "ApiManagementGateway" ], - "operationId": "ApiGateway_CreateOrUpdate", + "operationId": "ApiManagementGateway_CreateOrUpdate", "description": "Creates or updates an API Management gateway. This is long running operation and could take several minutes to complete.", "x-ms-examples": { "ApiManagementCreateStandardGateway": { @@ -96,9 +96,9 @@ }, "patch": { "tags": [ - "ApiGateway" + "ApiManagementGateway" ], - "operationId": "ApiGateway_Update", + "operationId": "ApiManagementGateway_Update", "description": "Updates an existing API Management gateway.", "x-ms-examples": { "ApiManagementUpdateStandardGateway": { @@ -155,9 +155,9 @@ }, "get": { "tags": [ - "ApiGateway" + "ApiManagementGateway" ], - "operationId": "ApiGateway_Get", + "operationId": "ApiManagementGateway_Get", "description": "Gets an API Management gateway resource description.", "x-ms-examples": { "ApiManagementGatewayGetGateway": { @@ -195,9 +195,9 @@ }, "delete": { "tags": [ - "ApiGateway" + "ApiManagementGateway" ], - "operationId": "ApiGateway_Delete", + "operationId": "ApiManagementGateway_Delete", "description": "Deletes an existing API Management gateway.", "x-ms-examples": { "ApiManagementGatewayDeleteGateway": { @@ -247,9 +247,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways": { "get": { "tags": [ - "ApiGateway" + "ApiManagementGateway" ], - "operationId": "ApiGateway_ListByResourceGroup", + "operationId": "ApiManagementGateway_ListByResourceGroup", "description": "List all API Management gateways within a resource group.", "x-ms-examples": { "ApiManagementListGatewaysBySubscriptionAndResourceGroup": { @@ -289,9 +289,9 @@ "/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/gateways": { "get": { "tags": [ - "ApiGateway" + "ApiManagementGateway" ], - "operationId": "ApiGateway_List", + "operationId": "ApiManagementGateway_List", "description": "List all API Management gateways within a subscription.", "x-ms-examples": { "ApiManagementListGatewaysBySubscription": { diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimgatewayConfigConnections.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimgatewayConfigConnections.json index 052e96a8d148..605aee698f8c 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimgatewayConfigConnections.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimgatewayConfigConnections.json @@ -37,9 +37,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways/{gatewayName}/configConnections": { "get": { "tags": [ - "ApiGatewayConfigConnection" + "ApiManagementGatewayConfigConnection" ], - "operationId": "ApiGatewayConfigConnection_ListByGateway", + "operationId": "ApiManagementGatewayConfigConnection_ListByGateway", "description": "List all API Management gateway config connections within a gateway.", "x-ms-examples": { "ApiManagementListGatewayConfigConnection": { @@ -82,9 +82,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways/{gatewayName}/configConnections/{configConnectionName}": { "get": { "tags": [ - "ApiGatewayConfigConnection" + "ApiManagementGatewayConfigConnection" ], - "operationId": "ApiGatewayConfigConnection_Get", + "operationId": "ApiManagementGatewayConfigConnection_Get", "description": "Gets an API Management gateway config connection resource description.", "x-ms-examples": { "ApiManagementGetGatewayConfigConnection": { @@ -125,9 +125,9 @@ }, "put": { "tags": [ - "ApiGatewayConfigConnection" + "ApiManagementGatewayConfigConnection" ], - "operationId": "ApiGatewayConfigConnection_CreateOrUpdate", + "operationId": "ApiManagementGatewayConfigConnection_CreateOrUpdate", "description": "Creates or updates an API Management gateway config connection. This is long running operation and could take several minutes to complete.", "x-ms-examples": { "ApiManagementCreateGatewayConfigConnection": { @@ -187,9 +187,9 @@ }, "delete": { "tags": [ - "ApiGatewayConfigConnection" + "ApiManagementGatewayConfigConnection" ], - "operationId": "ApiGatewayConfigConnection_Delete", + "operationId": "ApiManagementGatewayConfigConnection_Delete", "description": "Deletes an existing API Management gateway config connection.", "x-ms-examples": { "ApiManagementGatewayDeleteGateway": {