Skip to content

Commit 64561ba

Browse files
bxubxuBowen Xu
andauthored
Adding IsVMInStandbyPool boolean property in VirtualMachineInstanceView (#26069)
This change introduces a boolean property in VirtualMachineInstanceView to indicate whether a VM is in or out of Standby Pool, which is currently a preview feature. Co-authored-by: Bowen Xu <box@microsoft.com>
1 parent da154c6 commit 64561ba

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-09-01/examples/virtualMachineExamples/VirtualMachine_Get_InstanceView.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
}
120120
]
121121
},
122+
"isVMInStandbyPool": false,
122123
"statuses": [
123124
{
124125
"code": "ProvisioningState/succeeded",

specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-09-01/examples/virtualMachineExamples/VirtualMachine_List_MaximumSet_Gen.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,8 @@
807807
"time": "2022-01-14T16:43:41.657Z"
808808
}
809809
]
810-
}
810+
},
811+
"isVMInStandbyPool": false
811812
},
812813
"licenseType": "aaaaaaaaaaaaaa",
813814
"extensionsTimeBudget": "aaaaaaaaaaaaaaaaaaaaaa",

specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-09-01/virtualMachine.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3101,6 +3101,11 @@
31013101
"patchStatus": {
31023102
"$ref": "#/definitions/VirtualMachinePatchStatus",
31033103
"description": "[Preview Feature] The status of virtual machine patch operations."
3104+
},
3105+
"isVMInStandbyPool": {
3106+
"type": "boolean",
3107+
"readOnly": true,
3108+
"description": "[Preview Feature] Specifies whether the VM is currently in or out of the Standby Pool."
31043109
}
31053110
},
31063111
"description": "The instance view of a virtual machine."

0 commit comments

Comments
 (0)