Skip to content

Commit 3e8197f

Browse files
committed
Remove ApiManagement Prefix for GatewayConfigConnections
1 parent 3073226 commit 3e8197f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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+
"GatewayConfigConnection"
4141
],
42-
"operationId": "ApiManagementGatewayConfigConnection_ListByGateway",
42+
"operationId": "GatewayConfigConnection_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+
"GatewayConfigConnection"
8686
],
87-
"operationId": "ApiManagementGatewayConfigConnection_Get",
87+
"operationId": "GatewayConfigConnection_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+
"GatewayConfigConnection"
129129
],
130-
"operationId": "ApiManagementGatewayConfigConnection_CreateOrUpdate",
130+
"operationId": "GatewayConfigConnection_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+
"GatewayConfigConnection"
191191
],
192-
"operationId": "ApiManagementGatewayConfigConnection_Delete",
192+
"operationId": "GatewayConfigConnection_Delete",
193193
"description": "Deletes an existing API Management gateway config connection.",
194194
"x-ms-examples": {
195195
"ApiManagementGatewayDeleteGateway": {

0 commit comments

Comments
 (0)