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 kayousef committed Dec 21, 2022
1 parent e6f5be7 commit a864d20
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 a864d20

Please sign in to comment.