Skip to content

Commit

Permalink
Adding the new paramaters zone/placementGroupId to forceRecoveryServi…
Browse files Browse the repository at this point in the history
…ceFabricPlatformUpdateDomainWalk VMSS API
  • Loading branch information
avjai committed Dec 10, 2021
1 parent d660da6 commit 444c7a2
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7364,6 +7364,20 @@
"required": true,
"type": "integer",
"description": "The platform update domain for which a manual recovery walk is requested"
},
{
"name": "zone",
"in": "query",
"required": false,
"type": "string",
"description": "The zone in which the manual recovery walk is requested for cross zone virtual machine scale set"
},
{
"name": "placementGroupId",
"in": "query",
"required": false,
"type": "string",
"description": "The placement group id for which the manual recovery walk is requested."
}
],
"responses": {
Expand Down

0 comments on commit 444c7a2

Please sign in to comment.