From 435eaafb0ad6e974299ff7b381d4b24f8142954b Mon Sep 17 00:00:00 2001 From: Anton Evseev Date: Wed, 21 Mar 2018 21:26:20 +0300 Subject: [PATCH 1/2] Fixed operationIds for non-CRUD operations in ExpressRouteCrossConnections --- .../2018-02-01/expressRouteCrossConnection.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/expressRouteCrossConnection.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/expressRouteCrossConnection.json index 2ceb460d73df..96d8a15b932d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/expressRouteCrossConnection.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/expressRouteCrossConnection.json @@ -208,7 +208,7 @@ "tags": [ "ExpressRouteCrossConnections" ], - "operationId": "ExpressRouteCrossConnectionsTags_Update", + "operationId": "ExpressRouteCrossConnections_UpdateTags", "description": "Updates an express route cross connection tags.", "parameters": [ { @@ -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", @@ -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", @@ -478,7 +478,7 @@ "tags": [ "ExpressRouteCrossConnectionArpTable" ], - "operationId": "ExpressRouteCircuitsArpTable_List", + "operationId": "ExpressRouteCrossConnections_ListArpTable", "description": "Gets the currently advertised ARP table associated with the express route circuit in a resource group.", "parameters": [ { @@ -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", @@ -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", From bd4558a79b32cd962ff33b5f993ef165c2655f3d Mon Sep 17 00:00:00 2001 From: Anton Evseev Date: Thu, 22 Mar 2018 09:10:42 +0300 Subject: [PATCH 2/2] Fixed incorrect description for ExpressRouteCrossConnections_ListArpTable --- .../stable/2018-02-01/expressRouteCrossConnection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/expressRouteCrossConnection.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/expressRouteCrossConnection.json index 96d8a15b932d..03e324db9372 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/expressRouteCrossConnection.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/expressRouteCrossConnection.json @@ -479,7 +479,7 @@ "ExpressRouteCrossConnectionArpTable" ], "operationId": "ExpressRouteCrossConnections_ListArpTable", - "description": "Gets the currently advertised ARP table associated with the express route circuit in a resource group.", + "description": "Gets the currently advertised ARP table associated with the express route cross connection in a resource group.", "parameters": [ { "name": "resourceGroupName",