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 (#17041)
  • Loading branch information
avjai authored and grizzlytheodore committed Jan 3, 2022
1 parent 6fbc3c0 commit 37fc457
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7382,6 +7382,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 37fc457

Please sign in to comment.