Skip to content

Commit

Permalink
tweaking a few descriptions in registeredIdentities.json, the other .…
Browse files Browse the repository at this point in the history
…json for RecoveryServices
  • Loading branch information
markgalioto committed Nov 12, 2016
1 parent a0ad377 commit 125d33c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tags": [
"ProtectionContainers"
],
"description": "Unregisters the given container from your Recovery Services Vault.",
"description": "Unregisters the given container from your Recovery Services vault.",
"operationId": "ProtectionContainers_Unregister",
"parameters": [
{
Expand Down Expand Up @@ -68,31 +68,31 @@
"ResourceGroupName": {
"name": "resourceGroupName",
"in": "path",
"description": "The name of the resource group where the recovery services vault is present.",
"description": "The name of the resource group associated with the Recovery Services vault.",
"required": true,
"x-ms-parameter-location": "method",
"type": "string"
},
"VaultName": {
"name": "vaultName",
"in": "path",
"description": "The name of the recovery services vault.",
"description": "The name of the Recovery Services vault.",
"required": true,
"x-ms-parameter-location": "method",
"type": "string"
},
"ApiVersion": {
"name": "api-version",
"in": "query",
"description": "Client Api Version.",
"description": "Client API version.",
"required": true,
"type": "string"
}
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"description": "Azure Active Directory OAuth2 Flow",
"description": "Azure Active Directory OAuth2 Flow.",
"flow": "implicit",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"scopes": {
Expand Down

0 comments on commit 125d33c

Please sign in to comment.