Skip to content

Commit

Permalink
Fixed operationIds for non-CRUD operations in ExpressRouteCrossConnec…
Browse files Browse the repository at this point in the history
…tions (#2720)
  • Loading branch information
anton-evseev authored and dsgouda committed Mar 22, 2018
1 parent c9ee826 commit 0f1c1a7
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"tags": [
"ExpressRouteCrossConnections"
],
"operationId": "ExpressRouteCrossConnectionsTags_Update",
"operationId": "ExpressRouteCrossConnections_UpdateTags",
"description": "Updates an express route cross connection tags.",
"parameters": [
{
Expand Down Expand Up @@ -363,7 +363,7 @@
"ExpressRouteCrossConnectionPeerings"
],
"operationId": "ExpressRouteCrossConnectionPeerings_Get",
"description": "Gets the specified peering for the ExpressrouteCrossConnection.",
"description": "Gets the specified peering for the ExpressRouteCrossConnection.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -412,7 +412,7 @@
"ExpressRouteCrossConnectionPeerings"
],
"operationId": "ExpressRouteCrossConnectionPeerings_CreateOrUpdate",
"description": "Creates or updates a peering in the specified ExpressrouteCrossConnection.",
"description": "Creates or updates a peering in the specified ExpressRouteCrossConnection.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -478,8 +478,8 @@
"tags": [
"ExpressRouteCrossConnectionArpTable"
],
"operationId": "ExpressRouteCircuitsArpTable_List",
"description": "Gets the currently advertised ARP table associated with the express route circuit in a resource group.",
"operationId": "ExpressRouteCrossConnections_ListArpTable",
"description": "Gets the currently advertised ARP table associated with the express route cross connection in a resource group.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -540,8 +540,8 @@
"tags": [
"ExpressRouteCrossConnectionRouteTableSummary"
],
"operationId": "ExpressRouteCircuitsRouteTableSummary_List",
"description": "Gets the route table summary associated with the expressrouteCrossConnection in a resource group.",
"operationId": "ExpressRouteCrossConnections_ListRoutesTableSummary",
"description": "Gets the route table summary associated with the express route cross connection in a resource group.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -602,8 +602,8 @@
"tags": [
"ExpressRouteCrossConnectionRouteTable"
],
"operationId": "ExpressRouteCircuitsRoutesTable_List",
"description": "Gets the currently advertised routes table associated with the express route crossConnection in a resource group.",
"operationId": "ExpressRouteCrossConnections_ListRoutesTable",
"description": "Gets the currently advertised routes table associated with the express route cross connection in a resource group.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down

0 comments on commit 0f1c1a7

Please sign in to comment.