Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed operationIds for non-CRUD operations in ExpressRouteCrossConnections #2720

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,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.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We missed this....could you rename express route circuit in the description to express route cross connection?

"parameters": [
{
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