Skip to content

Commit ed52eca

Browse files
authored
Adding the new paramaters zone/placementGroupId to forceRecoveryServiceFabricPlatformUpdateDomainWalk VMSS API (#17041)
1 parent 3140e64 commit ed52eca

File tree

1 file changed

+14
-0
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01

1 file changed

+14
-0
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7382,6 +7382,20 @@
73827382
"required": true,
73837383
"type": "integer",
73847384
"description": "The platform update domain for which a manual recovery walk is requested"
7385+
},
7386+
{
7387+
"name": "zone",
7388+
"in": "query",
7389+
"required": false,
7390+
"type": "string",
7391+
"description": "The zone in which the manual recovery walk is requested for cross zone virtual machine scale set"
7392+
},
7393+
{
7394+
"name": "placementGroupId",
7395+
"in": "query",
7396+
"required": false,
7397+
"type": "string",
7398+
"description": "The placement group id for which the manual recovery walk is requested."
73857399
}
73867400
],
73877401
"responses": {

0 commit comments

Comments
 (0)