Skip to content

Commit

Permalink
Changing operationId for PrivateLinkResource to PrivateLinkResources
Browse files Browse the repository at this point in the history
  • Loading branch information
amchandn committed Mar 31, 2020
1 parent 89c0f6e commit ea2451f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/privateLinkResources/{privateLinkResourceName}": {
"get": {
"tags": [
"GetPrivateLinkResource"
"GetPrivateLinkResources"
],
"summary": "Returns a specified private link resource that need to be created for Backup and SiteRecovery",
"operationId": "PrivateLinkResource_Get",
"operationId": "PrivateLinkResources_Get",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -103,7 +103,7 @@
"deprecated": false,
"x-ms-examples": {
"Get PrivateLinkResource": {
"$ref": "./examples/GetPrivateLinkResource.json"
"$ref": "./examples/GetPrivateLinkResources.json"
}
}
}
Expand Down

0 comments on commit ea2451f

Please sign in to comment.