Skip to content

Commit

Permalink
Remove ApiManagement Prefix for GatewayConfigConnections
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove committed Jun 3, 2024
1 parent 3073226 commit 3e8197f
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 3e8197f

Please sign in to comment.