Skip to content

Commit

Permalink
Update operation ids
Browse files Browse the repository at this point in the history
  • Loading branch information
sjiherzig committed Nov 11, 2020
1 parent 8e5f099 commit 043fe70
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
"PrivateEndpoints"
],
"description": "List private link resources for given Digital Twin.",
"operationId": "GetPrivateLinkResources",
"operationId": "PrivateLinkResources_List",
"x-ms-examples": {
"List private link resources for given Digital Twin": {
"$ref": "./examples/PrivateLinkResourcesList_example.json"
Expand Down Expand Up @@ -686,7 +686,7 @@
"PrivateEndpoints"
],
"description": "Get the specified private link resource for the given Digital Twin.",
"operationId": "GetPrivateLinkResourceByResourceId",
"operationId": "PrivateLinkResources_Get",
"x-ms-examples": {
"Get the specified private link resource for the given Digital Twin": {
"$ref": "./examples/PrivateLinkResourcesByGroupId_example.json"
Expand Down Expand Up @@ -731,7 +731,7 @@
"PrivateEndpoints"
],
"description": "List private endpoint connection properties.",
"operationId": "GetPrivateEndpointConnections",
"operationId": "PrivateEndpointConnections_List",
"x-ms-examples": {
"List private endpoint connection properties": {
"$ref": "./examples/PrivateEndpointConnectionsList_example.json"
Expand Down Expand Up @@ -773,7 +773,7 @@
"PrivateEndpoints"
],
"description": "Get private endpoint connection properties for the given private endpoint.",
"operationId": "GetPrivateEndpointConnectionByName",
"operationId": "PrivateEndpointConnections_Get",
"x-ms-examples": {
"Get private endpoint connection properties for the given private endpoint": {
"$ref": "./examples/PrivateEndpointConnectionByConnectionName_example.json"
Expand Down Expand Up @@ -816,7 +816,7 @@
"PrivateEndpoints"
],
"description": "Delete private endpoint connection with the specified name.",
"operationId": "DeletePrivateEndpointConnection",
"operationId": "PrivateEndpointConnections_Delete",
"x-ms-long-running-operation": true,
"x-ms-examples": {
"Delete private endpoint connection with the specified name": {
Expand Down Expand Up @@ -863,7 +863,7 @@
"PrivateEndpoints"
],
"description": "Update the status of a private endpoint connection with the given name.",
"operationId": "PutPrivateEndpointConnection",
"operationId": "PrivateEndpointConnections_CreateOrUpdate",
"x-ms-long-running-operation": true,
"x-ms-examples": {
"Update the status of a private endpoint connection with the given name": {
Expand Down

0 comments on commit 043fe70

Please sign in to comment.