From 3e8197fb1845795ad97b1e6975f0495a0dca1295 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Mon, 3 Jun 2024 11:55:10 +0000 Subject: [PATCH] Remove ApiManagement Prefix for GatewayConfigConnections --- .../apimgatewayConfigConnections.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 605aee698f8c..c0e4aac42214 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": [ - "ApiManagementGatewayConfigConnection" + "GatewayConfigConnection" ], - "operationId": "ApiManagementGatewayConfigConnection_ListByGateway", + "operationId": "GatewayConfigConnection_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": [ - "ApiManagementGatewayConfigConnection" + "GatewayConfigConnection" ], - "operationId": "ApiManagementGatewayConfigConnection_Get", + "operationId": "GatewayConfigConnection_Get", "description": "Gets an API Management gateway config connection resource description.", "x-ms-examples": { "ApiManagementGetGatewayConfigConnection": { @@ -125,9 +125,9 @@ }, "put": { "tags": [ - "ApiManagementGatewayConfigConnection" + "GatewayConfigConnection" ], - "operationId": "ApiManagementGatewayConfigConnection_CreateOrUpdate", + "operationId": "GatewayConfigConnection_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": [ - "ApiManagementGatewayConfigConnection" + "GatewayConfigConnection" ], - "operationId": "ApiManagementGatewayConfigConnection_Delete", + "operationId": "GatewayConfigConnection_Delete", "description": "Deletes an existing API Management gateway config connection.", "x-ms-examples": { "ApiManagementGatewayDeleteGateway": {