Skip to content

Commit

Permalink
{AzureRecoveryServices} fixes Azure#20953 (Azure#21290)
Browse files Browse the repository at this point in the history
  • Loading branch information
navba-MSFT authored and anandanthony committed Dec 16, 2022
1 parent fb7c340 commit 29ee397
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4386,6 +4386,15 @@
"in": "path",
"required": true,
"type": "string"
},
{
"name": "parameters",
"in": "body",
"description": "Request body for operation",
"required": true,
"schema": {
"$ref": "#/definitions/ResourceGuardProxyBaseResource"
}
}
],
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4386,6 +4386,15 @@
"in": "path",
"required": true,
"type": "string"
},
{
"name": "parameters",
"in": "body",
"description": "Request body for operation",
"required": true,
"schema": {
"$ref": "#/definitions/ResourceGuardProxyBaseResource"
}
}
],
"responses": {
Expand Down

0 comments on commit 29ee397

Please sign in to comment.