Skip to content

Commit 29ee397

Browse files
navba-MSFTanandanthony
authored andcommitted
{AzureRecoveryServices} fixes Azure#20953 (Azure#21290)
* {AzureRecoveryServices} fixes Azure#20953 fixes Azure#20953 swagger link: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2021-12-01/bms.json#L4362 example link: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2021-12-01/examples/ResourceGuardProxyCRUD/PutResourceGuardProxy.json In the swagger file, there is no parameter named resourceGuardResourceId in ResourceGuardProxy_Put while in the example there is. the parameter is needed to create. * Update bms.json
1 parent fb7c340 commit 29ee397

File tree

2 files changed

+18
-0
lines changed
  • specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable

2 files changed

+18
-0
lines changed

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2021-12-01/bms.json

+9
Original file line numberDiff line numberDiff line change
@@ -4386,6 +4386,15 @@
43864386
"in": "path",
43874387
"required": true,
43884388
"type": "string"
4389+
},
4390+
{
4391+
"name": "parameters",
4392+
"in": "body",
4393+
"description": "Request body for operation",
4394+
"required": true,
4395+
"schema": {
4396+
"$ref": "#/definitions/ResourceGuardProxyBaseResource"
4397+
}
43894398
}
43904399
],
43914400
"responses": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-03-01/bms.json

+9
Original file line numberDiff line numberDiff line change
@@ -4386,6 +4386,15 @@
43864386
"in": "path",
43874387
"required": true,
43884388
"type": "string"
4389+
},
4390+
{
4391+
"name": "parameters",
4392+
"in": "body",
4393+
"description": "Request body for operation",
4394+
"required": true,
4395+
"schema": {
4396+
"$ref": "#/definitions/ResourceGuardProxyBaseResource"
4397+
}
43894398
}
43904399
],
43914400
"responses": {

0 commit comments

Comments
 (0)