Skip to content

Commit

Permalink
Removing unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
amchandn committed Sep 30, 2022
1 parent 1c52a60 commit 8d35d76
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2076,35 +2076,13 @@
}
},
"parameters": {
"SubscriptionId": {
"name": "subscriptionId",
"in": "path",
"description": "The subscription Id.",
"required": true,
"type": "string"
},
"ResourceGroupName": {
"name": "resourceGroupName",
"in": "path",
"description": "The name of the resource group where the recovery services vault is present.",
"required": true,
"x-ms-parameter-location": "method",
"type": "string"
},
"VaultName": {
"name": "vaultName",
"in": "path",
"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.",
"required": true,
"type": "string"
}
},
"securityDefinitions": {
Expand Down

0 comments on commit 8d35d76

Please sign in to comment.