diff --git a/Commands/vm/_create.md b/Commands/vm/_create.md index f9a3868aa..dec1f876a 100644 --- a/Commands/vm/_create.md +++ b/Commands/vm/_create.md @@ -15,3 +15,7 @@ Create operation to create or update a virtual machine. Please note some propert ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.xml) **Stable** + + diff --git a/Commands/vm/_delete.md b/Commands/vm/_delete.md index b5e4d5422..2d6754acb 100644 --- a/Commands/vm/_delete.md +++ b/Commands/vm/_delete.md @@ -39,3 +39,19 @@ Delete operation to delete a virtual machine. ```bash vm delete --ids $(az vm list -g MyResourceGroup --query "[].id" -o tsv) ``` + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.xml) **Stable** + + + +#### examples + +- Delete a VM without a prompt for confirmation. + ```bash + vm delete -g MyResourceGroup -n MyVm --yes + ``` + +- Delete all VMs in a resource group. + ```bash + vm delete --ids $(az vm list -g MyResourceGroup --query "[].id" -o tsv) + ``` diff --git a/Commands/vm/_show.md b/Commands/vm/_show.md index e6ffc809b..038557d64 100644 --- a/Commands/vm/_show.md +++ b/Commands/vm/_show.md @@ -15,3 +15,7 @@ Get information about the model view or the instance view of a virtual machine. ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.xml) **Stable** + + diff --git a/Commands/vm/_update.md b/Commands/vm/_update.md index 294cfe311..94287d75e 100644 --- a/Commands/vm/_update.md +++ b/Commands/vm/_update.md @@ -17,3 +17,7 @@ Please note some properties can be set only during virtual machine creation ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.xml) **Stable** + + diff --git a/Commands/vm/identity/_assign.md b/Commands/vm/identity/_assign.md index 401b25114..e9d7037e9 100644 --- a/Commands/vm/identity/_assign.md +++ b/Commands/vm/identity/_assign.md @@ -11,3 +11,7 @@ Assign the user or system managed identities. ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.xml) **Stable** + + diff --git a/Commands/vm/identity/_remove.md b/Commands/vm/identity/_remove.md index 0c6a9ebbf..72d3260dd 100644 --- a/Commands/vm/identity/_remove.md +++ b/Commands/vm/identity/_remove.md @@ -11,3 +11,7 @@ Remove the user or system managed identities. ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.xml) **Stable** + + diff --git a/Commands/vm/identity/_show.md b/Commands/vm/identity/_show.md index 7827de5d0..ab6f630d0 100644 --- a/Commands/vm/identity/_show.md +++ b/Commands/vm/identity/_show.md @@ -11,3 +11,7 @@ Show the details of managed identities. ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.xml) **Stable** + + diff --git a/Commands/vmss/_create.md b/Commands/vmss/_create.md index 2366e5580..82c3cc1f1 100644 --- a/Commands/vmss/_create.md +++ b/Commands/vmss/_create.md @@ -31,3 +31,7 @@ Create a VM scale set. ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.xml) **Stable** + + diff --git a/Commands/vmss/_delete.md b/Commands/vmss/_delete.md index 5d65c6242..16abce6ac 100644 --- a/Commands/vmss/_delete.md +++ b/Commands/vmss/_delete.md @@ -31,3 +31,7 @@ Delete a VM scale set. ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.xml) **Stable** + + diff --git a/Commands/vmss/_show.md b/Commands/vmss/_show.md index a6e8ae640..adc636fc5 100644 --- a/Commands/vmss/_show.md +++ b/Commands/vmss/_show.md @@ -31,3 +31,7 @@ Get information about a virtual machine scale set. ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.xml) **Stable** + + diff --git a/Commands/vmss/_update.md b/Commands/vmss/_update.md index 01edb3dc0..3041d8a80 100644 --- a/Commands/vmss/_update.md +++ b/Commands/vmss/_update.md @@ -31,3 +31,7 @@ Update a VM scale set. ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.xml) **Stable** + + diff --git a/Commands/vmss/identity/_assign.md b/Commands/vmss/identity/_assign.md index da027a42b..0b85d2071 100644 --- a/Commands/vmss/identity/_assign.md +++ b/Commands/vmss/identity/_assign.md @@ -11,3 +11,7 @@ Assign the user or system managed identities. ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.xml) **Stable** + + diff --git a/Commands/vmss/identity/_remove.md b/Commands/vmss/identity/_remove.md index 25829cbfa..c0dc146be 100644 --- a/Commands/vmss/identity/_remove.md +++ b/Commands/vmss/identity/_remove.md @@ -11,3 +11,7 @@ Remove the user or system managed identities. ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.xml) **Stable** + + diff --git a/Commands/vmss/identity/_show.md b/Commands/vmss/identity/_show.md index 1fb4d4deb..511f986a3 100644 --- a/Commands/vmss/identity/_show.md +++ b/Commands/vmss/identity/_show.md @@ -11,3 +11,7 @@ Show the details of managed identities. ### [2025-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-04-01.xml) **Stable** + +### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.xml) **Stable** + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.json new file mode 100644 index 000000000..21fcf6a9d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2025-11-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyNS0xMS0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "show", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2025-11-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmScaleSetName", "options": ["n", "name", "vm-scale-set-name"], "required": true, "idPart": "name", "help": {"short": "The name of the VM scale set."}}, {"type": "string", "var": "$Query.expand", "options": ["expand"], "help": {"short": "The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation"}, "enum": {"items": [{"name": "userData", "value": "userData"}]}}]}], "operations": [{"operationId": "VirtualMachineScaleSets_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"params": [{"type": "string", "name": "$expand", "arg": "$Query.expand", "enum": {"items": [{"value": "userData"}]}}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "gracePeriod"}, {"type": "string", "name": "repairAction", "enum": {"items": [{"value": "Reimage"}, {"value": "Replace"}, {"value": "Restart"}]}}]}, {"type": "boolean", "name": "constrainedMaximumCapacity"}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "object", "name": "externalHealthPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "duration", "name": "expiryDuration"}, {"type": "duration", "name": "gracePeriod"}]}, {"type": "string", "name": "highSpeedInterconnectPlacement", "enum": {"items": [{"value": "None"}, {"value": "Trunk"}]}}, {"type": "@SubResource_read", "name": "hostGroup"}, {"type": "object", "name": "lifecycleHooksProfile", "props": [{"type": "array", "name": "lifecycleHooks", "item": {"type": "object", "props": [{"type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Approve"}, {"value": "Reject"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "UpgradeAutoOSRollingBatchStarting"}, {"value": "UpgradeAutoOSScheduling"}]}}, {"type": "duration", "name": "waitDuration"}]}, "identifiers": ["type"]}]}, {"type": "string", "name": "orchestrationMode", "enum": {"items": [{"value": "Flexible"}, {"value": "Uniform"}]}}, {"type": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"type": "object", "name": "priorityMixPolicy", "props": [{"type": "integer32", "name": "baseRegularPriorityCount"}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "format": {"maximum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyPolicy", "props": [{"type": "object", "name": "automaticZoneRebalancingPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "rebalanceBehavior", "enum": {"items": [{"value": "CreateBeforeDelete"}]}}, {"type": "string", "name": "rebalanceStrategy", "enum": {"items": [{"value": "Recreate"}]}}]}, {"type": "object", "name": "operationRecoverySettings", "props": [{"type": "object", "name": "reimageRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "restartRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "startRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}]}, {"type": "object", "name": "resilientVMCreationPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "resilientVMDeletionPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "zoneAllocationPolicy", "props": [{"type": "object", "name": "maxInstancePercentPerZonePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "integer32", "name": "value", "format": {"maximum": 100}}]}, {"type": "integer32", "name": "maxZoneCount"}]}]}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion"}, {"type": "boolean", "name": "prioritizeUnhealthyVMs"}, {"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"type": "object", "name": "skuProfile", "props": [{"type": "string", "name": "allocationStrategy", "enum": {"items": [{"value": "CapacityOptimized"}, {"value": "LowestPrice"}, {"value": "Prioritized"}]}}, {"type": "array", "name": "vmSizes", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "integer32", "name": "rank"}]}, "identifiers": ["name"]}]}, {"type": "object", "name": "spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "restoreTimeout"}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "object", "name": "automaticOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutomaticRollback"}, {"type": "boolean", "name": "enableAutomaticOSUpgrade"}, {"type": "boolean", "name": "osRollingUpgradeDeferral"}, {"type": "boolean", "name": "useRollingUpgradePolicy"}]}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "boolean", "name": "enableCrossZoneUpgrade"}, {"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "boolean", "name": "maxSurge"}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100}}, {"type": "string", "name": "pauseTimeBetweenBatches"}, {"type": "boolean", "name": "prioritizeUnhealthyInstances"}, {"type": "boolean", "name": "rollbackFailedInstancesOnPolicyBreach"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "object", "name": "extensionProfile", "props": [{"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "any", "name": "protectedSettings"}, {"type": "object", "name": "protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}, "identifiers": ["name"]}, {"type": "string", "name": "extensionsTimeBudget"}]}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerInboundNatPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityPostureReference", "props": [{"type": "array", "name": "excludeExtensions", "item": {"type": "string"}}, {"type": "string", "name": "id", "required": true}, {"type": "boolean", "name": "isOverridable"}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "serviceArtifactReference", "props": [{"type": "string", "name": "id"}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}]}, {"type": "string", "name": "zonalPlatformFaultDomainAlignMode", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}, {"value": "Unaligned"}]}}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2025-11-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmScaleSetName", "options": ["n", "name", "vm-scale-set-name"], "required": true, "idPart": "name", "help": {"short": "The name of the VM scale set."}}, {"type": "boolean", "var": "$Query.forceDeletion", "options": ["force-deletion"], "help": {"short": "Optional parameter to force delete a VM scale set. (Feature in Preview)"}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "VirtualMachineScaleSets_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"params": [{"type": "boolean", "name": "forceDeletion", "arg": "$Query.forceDeletion"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2025-11-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Header.If-Match", "options": ["if-match"], "help": {"short": "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes."}}, {"type": "string", "var": "$Header.If-None-Match", "options": ["if-none-match"], "help": {"short": "Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will result in error from server as they are not supported."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmScaleSetName", "options": ["n", "name", "vm-scale-set-name"], "required": true, "idPart": "name", "help": {"short": "The name of the VM scale set to create or update."}}]}, {"name": "Parameters", "args": [{"type": "object", "var": "$parameters.extendedLocation", "options": ["extended-location"], "group": "Parameters", "help": {"short": "The extended location of the Virtual Machine Scale Set."}, "args": [{"type": "string", "var": "$parameters.extendedLocation.name", "options": ["name"], "help": {"short": "The name of the extended location."}}, {"type": "string", "var": "$parameters.extendedLocation.type", "options": ["type"], "help": {"short": "The type of the extended location."}, "enum": {"items": [{"name": "EdgeZone", "value": "EdgeZone"}]}}]}, {"type": "object", "var": "$parameters.identity", "options": ["identity"], "group": "Parameters", "help": {"short": "The identity of the virtual machine scale set, if configured."}, "args": [{"blank": {"value": "True"}, "type": "string", "var": "$parameters.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$parameters.identity.type", "options": ["type"], "help": {"short": "The type of identity used for the virtual machine scale set. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine scale set."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned, UserAssigned", "value": "SystemAssigned, UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$parameters.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$parameters.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "help": {"short": "The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."}, "additionalProps": {"item": {"blank": {"value": {}}, "type": "object"}}}]}, {"type": "ResourceLocation", "var": "$parameters.location", "options": ["l", "location"], "required": true, "group": "Parameters", "help": {"short": "Resource location"}}, {"type": "object", "var": "$parameters.placement", "options": ["placement"], "group": "Parameters", "help": {"short": "Placement section specifies the user-defined constraints for virtual machine scale set hardware placement. This property cannot be changed once VMSS is provisioned. Minimum api-version: 2025-04-01."}, "args": [{"type": "array", "var": "$parameters.placement.excludeZones", "options": ["exclude-zones"], "help": {"short": "This property supplements the 'zonePlacementPolicy' property. If 'zonePlacementPolicy' is set to 'Any'/'Auto', availability zone selected by the system must not be present in the list of availability zones passed with 'excludeZones'. If 'excludeZones' is not provided, all availability zones in region will be considered for selection."}, "item": {"type": "string"}}, {"type": "array", "var": "$parameters.placement.includeZones", "options": ["include-zones"], "help": {"short": "This property supplements the 'zonePlacementPolicy' property. If 'zonePlacementPolicy' is set to 'Any'/'Auto', availability zone selected by the system must be present in the list of availability zones passed with 'includeZones'. If 'includeZones' is not provided, all availability zones in region will be considered for selection."}, "item": {"type": "string"}}, {"type": "string", "var": "$parameters.placement.zonePlacementPolicy", "options": ["zone-placement-policy"], "help": {"short": "Specifies the policy for resource's placement in availability zone. Possible values are: **Any** (used for Virtual Machines), **Auto** (used for Virtual Machine Scale Sets) - An availability zone will be automatically picked by system as part of resource creation."}, "enum": {"items": [{"name": "Any", "value": "Any"}, {"name": "Auto", "value": "Auto"}]}}]}, {"type": "object", "var": "$parameters.plan", "options": ["plan"], "group": "Parameters", "help": {"short": "Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**."}, "args": [{"type": "string", "var": "$parameters.plan.name", "options": ["name"], "help": {"short": "The plan ID."}}, {"type": "string", "var": "$parameters.plan.product", "options": ["product"], "help": {"short": "Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element."}}, {"type": "string", "var": "$parameters.plan.promotionCode", "options": ["promotion-code"], "help": {"short": "The promotion code."}}, {"type": "string", "var": "$parameters.plan.publisher", "options": ["publisher"], "help": {"short": "The publisher ID."}}]}, {"type": "object", "var": "$parameters.sku", "options": ["sku"], "group": "Parameters", "help": {"short": "The virtual machine scale set sku."}, "args": [{"type": "integer64", "var": "$parameters.sku.capacity", "options": ["capacity"], "help": {"short": "Specifies the number of virtual machines in the scale set."}}, {"type": "string", "var": "$parameters.sku.name", "options": ["name"], "help": {"short": "The sku name."}}, {"type": "string", "var": "$parameters.sku.tier", "options": ["tier"], "help": {"short": "Specifies the tier of virtual machines in a scale set.

Possible Values:

**Standard**

**Basic**"}}]}, {"type": "object", "var": "$parameters.tags", "options": ["tags"], "group": "Parameters", "help": {"short": "Resource tags"}, "additionalProps": {"item": {"type": "string"}}}, {"type": "array", "var": "$parameters.zones", "options": ["zones"], "group": "Parameters", "help": {"short": "The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set"}, "item": {"type": "string"}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$parameters.properties.additionalCapabilities", "options": ["additional-capabilities"], "group": "Properties", "help": {"short": "Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type."}, "args": [{"type": "boolean", "var": "$parameters.properties.additionalCapabilities.enableFips1403Encryption", "options": ["enable-fips1403-encryption"], "help": {"short": "The flag enables the usage of FIPS 140-3 compliant cryptography on the protectedSettings of an extension. Learn more at: https://aka.ms/linuxagentfipssupport."}}, {"type": "boolean", "var": "$parameters.properties.additionalCapabilities.hibernationEnabled", "options": ["hibernation-enabled"], "help": {"short": "The flag that enables or disables hibernation capability on the VM."}}, {"type": "boolean", "var": "$parameters.properties.additionalCapabilities.ultraSSDEnabled", "options": ["ultra-ssd-enabled"], "help": {"short": "The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled."}}]}, {"type": "object", "var": "$parameters.properties.automaticRepairsPolicy", "options": ["automatic-repairs-policy"], "group": "Properties", "help": {"short": "Policy for automatic repairs."}, "args": [{"type": "boolean", "var": "$parameters.properties.automaticRepairsPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false."}}, {"type": "string", "var": "$parameters.properties.automaticRepairsPolicy.gracePeriod", "options": ["grace-period"], "help": {"short": "The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 10 minutes (PT10M), which is also the default value. The maximum allowed grace period is 90 minutes (PT90M)."}}, {"type": "string", "var": "$parameters.properties.automaticRepairsPolicy.repairAction", "options": ["repair-action"], "help": {"short": "Type of repair action (replace, restart, reimage) that will be used for repairing unhealthy virtual machines in the scale set. Default value is replace."}, "enum": {"items": [{"name": "Reimage", "value": "Reimage"}, {"name": "Replace", "value": "Replace"}, {"name": "Restart", "value": "Restart"}]}}]}, {"type": "boolean", "var": "$parameters.properties.constrainedMaximumCapacity", "options": ["constrained-maximum-capacity"], "group": "Properties", "help": {"short": "Optional property which must either be set to True or omitted."}}, {"type": "boolean", "var": "$parameters.properties.doNotRunExtensionsOnOverprovisionedVMs", "options": ["do-not-run-extensions-on-overprovisioned-v-ms"], "group": "Properties", "help": {"short": "When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs."}}, {"type": "object", "var": "$parameters.properties.externalHealthPolicy", "options": ["external-health-policy"], "group": "Properties", "help": {"short": "Specifies the external health policy for the virtual machine scale set."}, "args": [{"type": "boolean", "var": "$parameters.properties.externalHealthPolicy.enabled", "options": ["enabled"], "help": {"short": "If true, external health is enabled for this scale set. Cannot be set to true on instances where another health monitoring source is active (ApplicationHealth extension or SLB). Defaults to false."}}, {"type": "duration", "var": "$parameters.properties.externalHealthPolicy.expiryDuration", "options": ["expiry-duration"], "help": {"short": "Defines how long the health status set by External Health API will last on the VM. If a signal is not received/updated within this time, the VM Health will be marked as \"unknown\". Uses the ISO 8601 format. Minimum: 5 minutes (PT5M), Maximum: 3 hours (PT3H)."}}, {"type": "duration", "var": "$parameters.properties.externalHealthPolicy.gracePeriod", "options": ["grace-period"], "help": {"short": "Grace period for newly created VMs or when the External Health policy is first applied on VMSS. Uses the ISO 8601 format. Minimum: 5 minutes (PT5M), Maximum: 4 hours (PT4H)."}}]}, {"type": "string", "var": "$parameters.properties.highSpeedInterconnectPlacement", "options": ["high-speed-interconnect-placement"], "group": "Properties", "help": {"short": "Specifies the high speed interconnect placement for the virtual machine scale set."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "Trunk", "value": "Trunk"}]}}, {"type": "@SubResource_create", "var": "$parameters.properties.hostGroup", "options": ["host-group"], "group": "Properties", "help": {"short": "Specifies information about the dedicated host group that the virtual machine scale set resides in. Minimum api-version: 2020-06-01."}}, {"type": "object", "var": "$parameters.properties.lifecycleHooksProfile", "options": ["lifecycle-hooks-profile"], "group": "Properties", "help": {"short": "Specifies the lifecycle hooks profile for the virtual machine scale set."}, "args": [{"type": "array", "var": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks", "options": ["lifecycle-hooks"], "help": {"short": "Specifies the lifecycle hooks configured for the virtual machine scale set."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].defaultAction", "options": ["default-action"], "help": {"short": "Specifies the action that will be applied to a target resource in the virtual machine scale set lifecycle hook event if the platform does not receive a response from the customer for the target resource before waitUntil."}, "enum": {"items": [{"name": "Approve", "value": "Approve"}, {"name": "Reject", "value": "Reject"}]}}, {"type": "string", "var": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].type", "options": ["type"], "help": {"short": "Specifies the type of the lifecycle hook."}, "enum": {"items": [{"name": "UpgradeAutoOSRollingBatchStarting", "value": "UpgradeAutoOSRollingBatchStarting"}, {"name": "UpgradeAutoOSScheduling", "value": "UpgradeAutoOSScheduling"}]}}, {"type": "duration", "var": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].waitDuration", "options": ["wait-duration"], "help": {"short": "Specifies the time duration a virtual machine scale set lifecycle hook event sent to the customer waits for a response from the customer. It should be in ISO 8601 format."}}]}}]}, {"type": "string", "var": "$parameters.properties.orchestrationMode", "options": ["orchestration-mode"], "group": "Properties", "help": {"short": "Specifies the orchestration mode for the virtual machine scale set."}, "enum": {"items": [{"name": "Flexible", "value": "Flexible"}, {"name": "Uniform", "value": "Uniform"}]}}, {"type": "boolean", "var": "$parameters.properties.overprovision", "options": ["overprovision"], "group": "Properties", "help": {"short": "Specifies whether the Virtual Machine Scale Set should be overprovisioned."}}, {"type": "integer32", "var": "$parameters.properties.platformFaultDomainCount", "options": ["platform-fault-domain-count"], "group": "Properties", "help": {"short": "Fault Domain count for each placement group."}}, {"type": "object", "var": "$parameters.properties.priorityMixPolicy", "options": ["priority-mix-policy"], "group": "Properties", "help": {"short": "Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance."}, "args": [{"type": "integer32", "var": "$parameters.properties.priorityMixPolicy.baseRegularPriorityCount", "options": ["base-regular-priority-count"], "help": {"short": "The base number of regular priority VMs that will be created in this scale set as it scales out."}}, {"type": "integer32", "var": "$parameters.properties.priorityMixPolicy.regularPriorityPercentageAboveBase", "options": ["regular-priority-percentage-above-base"], "help": {"short": "The percentage of VM instances, after the base regular priority count has been reached, that are expected to use regular priority."}, "format": {"maximum": 100}}]}, {"type": "@SubResource_create", "var": "$parameters.properties.proximityPlacementGroup", "options": ["proximity-placement-group"], "group": "Properties", "help": {"short": "Specifies information about the proximity placement group that the virtual machine scale set should be assigned to. Minimum api-version: 2018-04-01."}}, {"type": "object", "var": "$parameters.properties.resiliencyPolicy", "options": ["resiliency-policy"], "group": "Properties", "help": {"short": "Policy for Resiliency"}, "args": [{"type": "object", "var": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy", "options": ["automatic-zone-rebalancing-policy"], "help": {"short": "The configuration parameters used while performing automatic AZ balancing."}, "args": [{"type": "boolean", "var": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether Automatic AZ Balancing should be enabled on the virtual machine scale set. The default value is false."}}, {"type": "string", "var": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.rebalanceBehavior", "options": ["rebalance-behavior"], "help": {"short": "Type of rebalance behavior that will be used for recreating virtual machines in the scale set across availability zones. Default and only supported value for now is CreateBeforeDelete."}, "enum": {"items": [{"name": "CreateBeforeDelete", "value": "CreateBeforeDelete"}]}}, {"type": "string", "var": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.rebalanceStrategy", "options": ["rebalance-strategy"], "help": {"short": "Type of rebalance strategy that will be used for rebalancing virtual machines in the scale set across availability zones. Default and only supported value for now is Recreate."}, "enum": {"items": [{"name": "Recreate", "value": "Recreate"}]}}]}, {"type": "object", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings", "options": ["operation-recovery-settings"], "help": {"short": "The configuration parameters used for operation recovery settings."}, "args": [{"type": "object", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.reimageRecoveryPolicy", "options": ["reimage-recovery-policy"], "help": {"short": "The configuration parameters used for reimage recovery policy."}, "args": [{"type": "boolean", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.reimageRecoveryPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether reimage recovery should be enabled. The default value is false."}}]}, {"type": "object", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.restartRecoveryPolicy", "options": ["restart-recovery-policy"], "help": {"short": "The configuration parameters used for restart recovery policy."}, "args": [{"type": "boolean", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.restartRecoveryPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether restart recovery should be enabled. The default value is false."}}]}, {"type": "object", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.startRecoveryPolicy", "options": ["start-recovery-policy"], "help": {"short": "The configuration parameters used for start recovery policy."}, "args": [{"type": "boolean", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.startRecoveryPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether start recovery should be enabled. The default value is false."}}]}]}, {"type": "object", "var": "$parameters.properties.resiliencyPolicy.resilientVMCreationPolicy", "options": ["resilient-vm-creation-policy"], "help": {"short": "The configuration parameters used while performing resilient VM creation."}, "args": [{"type": "boolean", "var": "$parameters.properties.resiliencyPolicy.resilientVMCreationPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether resilient VM creation should be enabled on the virtual machine scale set. The default value is false."}}]}, {"type": "object", "var": "$parameters.properties.resiliencyPolicy.resilientVMDeletionPolicy", "options": ["resilient-vm-deletion-policy"], "help": {"short": "The configuration parameters used while performing resilient VM deletion."}, "args": [{"type": "boolean", "var": "$parameters.properties.resiliencyPolicy.resilientVMDeletionPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether resilient VM deletion should be enabled on the virtual machine scale set. The default value is false."}}]}, {"type": "object", "var": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy", "options": ["zone-allocation-policy"], "help": {"short": "The configuration parameters used while performing zone allocation."}, "args": [{"type": "object", "var": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy", "options": ["max-instance-percent-per-zone-policy"], "help": {"short": "The configuration parameters used to limit the number of virtual machines per availability zone in the virtual machine scale set."}, "args": [{"type": "boolean", "var": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether maxInstancePercentPerZonePolicy should be enabled on the virtual machine scale set."}}, {"type": "integer32", "var": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy.value", "options": ["value"], "help": {"short": "Limit on the number of instances in each zone as a percentage of the total capacity of the virtual machine scale set."}, "format": {"maximum": 100}}]}, {"type": "integer32", "var": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxZoneCount", "options": ["max-zone-count"], "help": {"short": "The maximum number of availability zones to use if the ZonePlacementPolicy is 'Auto'. If not specified, all availability zones will be used."}}]}]}, {"type": "object", "var": "$parameters.properties.scaleInPolicy", "options": ["scale-in-policy"], "group": "Properties", "help": {"short": "Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set."}, "args": [{"type": "boolean", "var": "$parameters.properties.scaleInPolicy.forceDeletion", "options": ["force-deletion"], "help": {"short": "This property allows you to specify if virtual machines chosen for removal have to be force deleted when a virtual machine scale set is being scaled-in.(Feature in Preview)"}}, {"type": "boolean", "var": "$parameters.properties.scaleInPolicy.prioritizeUnhealthyVMs", "options": ["prioritize-unhealthy-v-ms"], "help": {"short": "This property allows you to prioritize the deletion of unhealthy and inactive VMs when a virtual machine scale set is being scaled-in.(Feature in Preview)"}}, {"type": "array", "var": "$parameters.properties.scaleInPolicy.rules", "options": ["rules"], "help": {"short": "The rules to be followed when scaling-in a virtual machine scale set.

Possible values are:

**Default** When a virtual machine scale set is scaled in, the scale set will first be balanced across zones if it is a zonal scale set. Then, it will be balanced across Fault Domains as far as possible. Within each Fault Domain, the virtual machines chosen for removal will be the newest ones that are not protected from scale-in.

**OldestVM** When a virtual machine scale set is being scaled-in, the oldest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the oldest virtual machines that are not protected will be chosen for removal.

**NewestVM** When a virtual machine scale set is being scaled-in, the newest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the newest virtual machines that are not protected will be chosen for removal.

"}, "item": {"type": "string", "enum": {"items": [{"name": "Default", "value": "Default"}, {"name": "NewestVM", "value": "NewestVM"}, {"name": "OldestVM", "value": "OldestVM"}]}}}]}, {"type": "object", "var": "$parameters.properties.scheduledEventsPolicy", "options": ["scheduled-events-policy"], "group": "Properties", "help": {"short": "The ScheduledEventsPolicy."}, "args": [{"type": "object", "var": "$parameters.properties.scheduledEventsPolicy.allInstancesDown", "options": ["all-instances-down"], "help": {"short": "The configuration parameters used while creating AllInstancesDown scheduled event setting creation."}, "args": [{"type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.allInstancesDown.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies if Scheduled Events should be auto-approved when all instances are down. its default value is true"}}]}, {"type": "object", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets", "options": ["scheduled-events-additional-publishing-targets"], "help": {"short": "The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets."}, "args": [{"type": "object", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph", "options": ["event-grid-and-resource-graph"], "help": {"short": "The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting."}, "args": [{"type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.enable", "options": ["enable"], "help": {"short": "Specifies if event grid and resource graph is enabled for Scheduled event related configurations."}}, {"type": "string", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.scheduledEventsApiVersion", "options": ["scheduled-events-api-version"], "help": {"short": "Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered."}}]}]}, {"type": "object", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot", "options": ["user-initiated-reboot"], "help": {"short": "The configuration parameters used while creating userInitiatedReboot scheduled event setting creation."}, "args": [{"type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies Reboot Scheduled Event related configurations."}}]}, {"type": "object", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy", "options": ["user-initiated-redeploy"], "help": {"short": "The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation."}, "args": [{"type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies Redeploy Scheduled Event related configurations."}}]}]}, {"type": "boolean", "var": "$parameters.properties.singlePlacementGroup", "options": ["single-placement-group"], "group": "Properties", "help": {"short": "When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true."}}, {"type": "object", "var": "$parameters.properties.skuProfile", "options": ["sku-profile"], "group": "Properties", "help": {"short": "Specifies the sku profile for the virtual machine scale set."}, "args": [{"type": "string", "var": "$parameters.properties.skuProfile.allocationStrategy", "options": ["allocation-strategy"], "help": {"short": "Specifies the allocation strategy for the virtual machine scale set based on which the VMs will be allocated."}, "enum": {"items": [{"name": "CapacityOptimized", "value": "CapacityOptimized"}, {"name": "LowestPrice", "value": "LowestPrice"}, {"name": "Prioritized", "value": "Prioritized"}]}}, {"type": "array", "var": "$parameters.properties.skuProfile.vmSizes", "options": ["vm-sizes"], "help": {"short": "Specifies the VM sizes for the virtual machine scale set."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.skuProfile.vmSizes[].name", "options": ["name"], "help": {"short": "Specifies the name of the VM Size."}}, {"type": "integer32", "var": "$parameters.properties.skuProfile.vmSizes[].rank", "options": ["rank"], "help": {"short": "Specifies the rank (a.k.a priority) associated with the VM Size."}}]}}]}, {"type": "object", "var": "$parameters.properties.spotRestorePolicy", "options": ["spot-restore-policy"], "group": "Properties", "help": {"short": "Specifies the Spot Restore properties for the virtual machine scale set."}, "args": [{"type": "boolean", "var": "$parameters.properties.spotRestorePolicy.enabled", "options": ["enabled"], "help": {"short": "Enables the Spot-Try-Restore feature where evicted VMSS SPOT instances will be tried to be restored opportunistically based on capacity availability and pricing constraints"}}, {"type": "string", "var": "$parameters.properties.spotRestorePolicy.restoreTimeout", "options": ["restore-timeout"], "help": {"short": "Timeout value expressed as an ISO 8601 time duration after which the platform will not try to restore the VMSS SPOT instances"}}]}, {"type": "object", "var": "$parameters.properties.upgradePolicy", "options": ["upgrade-policy"], "group": "Properties", "help": {"short": "The upgrade policy."}, "args": [{"type": "object", "var": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy", "options": ["automatic-os-upgrade-policy"], "help": {"short": "Configuration parameters used for performing automatic OS Upgrade."}, "args": [{"type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.disableAutomaticRollback", "options": ["disable-automatic-rollback"], "help": {"short": "Whether OS image rollback feature should be disabled. Default value is false."}}, {"type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.enableAutomaticOSUpgrade", "options": ["enable-automatic-os-upgrade"], "help": {"short": "Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false. If this is set to true for Windows based scale sets, [enableAutomaticUpdates](https://learn.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) is automatically set to false and cannot be set to true."}}, {"type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.osRollingUpgradeDeferral", "options": ["os-rolling-upgrade-deferral"], "help": {"short": "Indicates whether Auto OS Upgrade should undergo deferral. Deferred OS upgrades will send advanced notifications on a per-VM basis that an OS upgrade from rolling upgrades is incoming, via the IMDS tag 'Platform.PendingOSUpgrade'. The upgrade then defers until the upgrade is approved via an ApproveRollingUpgrade call."}}, {"type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.useRollingUpgradePolicy", "options": ["use-rolling-upgrade-policy"], "help": {"short": "Indicates whether rolling upgrade policy should be used during Auto OS Upgrade. Default value is false. Auto OS Upgrade will fallback to the default policy if no policy is defined on the VMSS."}}]}, {"type": "string", "var": "$parameters.properties.upgradePolicy.mode", "options": ["mode"], "help": {"short": "Specifies the mode of an upgrade to virtual machines in the scale set.

Possible values are:

**Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.

**Automatic** - All virtual machines in the scale set are automatically updated at the same time."}, "enum": {"items": [{"name": "Automatic", "value": "Automatic"}, {"name": "Manual", "value": "Manual"}, {"name": "Rolling", "value": "Rolling"}]}}, {"type": "object", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy", "options": ["rolling-upgrade-policy"], "help": {"short": "The configuration parameters used while performing a rolling upgrade."}, "args": [{"type": "boolean", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.enableCrossZoneUpgrade", "options": ["enable-cross-zone-upgrade"], "help": {"short": "Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size."}}, {"type": "integer32", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent", "options": ["max-batch-instance-percent"], "help": {"short": "The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of instances in a batch to decrease to ensure higher reliability. The default value for this parameter is 20%."}, "format": {"maximum": 100, "minimum": 5}}, {"type": "boolean", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxSurge", "options": ["max-surge"], "help": {"short": "Create new virtual machines to upgrade the scale set, rather than updating the existing virtual machines. Existing virtual machines will be deleted once the new virtual machines are created for each batch."}}, {"type": "integer32", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxUnhealthyInstancePercent", "options": ["max-unhealthy-instance-percent"], "help": {"short": "The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch. The default value for this parameter is 20%."}, "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxUnhealthyUpgradedInstancePercent", "options": ["max-unhealthy-upgraded-instance-percent"], "help": {"short": "The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The default value for this parameter is 20%."}, "format": {"maximum": 100}}, {"type": "string", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches", "options": ["pause-time-between-batches"], "help": {"short": "The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S)."}}, {"type": "boolean", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.prioritizeUnhealthyInstances", "options": ["prioritize-unhealthy-instances"], "help": {"short": "Upgrade all unhealthy instances in a scale set before any healthy instances."}}, {"type": "boolean", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.rollbackFailedInstancesOnPolicyBreach", "options": ["rollback-failed-instances-on-policy-breach"], "help": {"short": "Rollback failed instances to previous model if the Rolling Upgrade policy is violated."}}]}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile", "options": ["virtual-machine-profile"], "group": "Properties", "help": {"short": "The virtual machine profile."}, "args": [{"type": "object", "var": "$parameters.properties.virtualMachineProfile.applicationProfile", "options": ["application-profile"], "help": {"short": "Specifies the gallery applications that should be made available to the VM/VMSS"}, "args": [{"type": "array", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications", "options": ["gallery-applications"], "help": {"short": "Specifies the gallery applications that should be made available to the VM/VMSS"}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].configurationReference", "options": ["configuration-reference"], "help": {"short": "Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided"}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].enableAutomaticUpgrade", "options": ["enable-automatic-upgrade"], "help": {"short": "If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS"}}, {"type": "integer32", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].order", "options": ["order"], "help": {"short": "Optional, Specifies the order in which the packages have to be installed"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].packageReferenceId", "options": ["package-reference-id"], "required": true, "help": {"short": "Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].tags", "options": ["tags"], "help": {"short": "Optional, Specifies a passthrough value for more generic context."}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].treatFailureAsDeploymentFailure", "options": ["treat-failure-as-deployment-failure"], "help": {"short": "Optional, If true, any failure for any operation in the VmApplication will fail the deployment"}}]}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.billingProfile", "options": ["billing-profile"], "help": {"short": "Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01."}, "args": [{"type": "float64", "var": "$parameters.properties.virtualMachineProfile.billingProfile.maxPrice", "options": ["max-price"], "help": {"short": "Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars.

This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price.

The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS.

Possible values are:

- Any decimal value greater than zero. Example: 0.01538

-1 - indicates default price to be up-to on-demand.

You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you.

Minimum api-version: 2019-03-01."}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.capacityReservation", "options": ["capacity-reservation"], "help": {"short": "Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01."}, "args": [{"type": "@SubResource_create", "var": "$parameters.properties.virtualMachineProfile.capacityReservation.capacityReservationGroup", "options": ["capacity-reservation-group"], "help": {"short": "Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details."}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.diagnosticsProfile", "options": ["diagnostics-profile"], "help": {"short": "Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15."}, "args": [{"type": "object", "var": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics", "options": ["boot-diagnostics"], "help": {"short": "Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor."}, "args": [{"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics.enabled", "options": ["enabled"], "help": {"short": "Whether boot diagnostics should be enabled on the Virtual Machine."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics.storageUri", "options": ["storage-uri"], "help": {"short": "Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used."}}]}]}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.evictionPolicy", "options": ["eviction-policy"], "help": {"short": "Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview."}, "enum": {"items": [{"name": "Deallocate", "value": "Deallocate"}, {"name": "Delete", "value": "Delete"}]}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.extensionProfile", "options": ["extension-profile"], "help": {"short": "Specifies a collection of settings for extensions installed on virtual machines in the scale set."}, "args": [{"type": "array", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions", "options": ["extensions"], "help": {"short": "The virtual machine scale set child extension resources."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].name", "options": ["name"], "help": {"short": "The name of the extension."}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.autoUpgradeMinorVersion", "options": ["auto-upgrade-minor-version"], "group": "Properties", "help": {"short": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.enableAutomaticUpgrade", "options": ["enable-automatic-upgrade"], "group": "Properties", "help": {"short": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.forceUpdateTag", "options": ["force-update-tag"], "group": "Properties", "help": {"short": "If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed."}}, {"blank": {"value": {}}, "type": "any", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettings", "options": ["protected-settings"], "group": "Properties", "help": {"short": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault", "options": ["protected-settings-from-key-vault"], "group": "Properties", "help": {"short": "The extensions protected settings that are passed by reference, and consumed from key vault"}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault.secretUrl", "options": ["secret-url"], "required": true, "help": {"short": "The URL referencing a secret in a Key Vault."}}, {"type": "@SubResource_create", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault.sourceVault", "options": ["source-vault"], "required": true, "help": {"short": "The relative URL of the Key Vault containing the secret."}}]}, {"type": "array", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.provisionAfterExtensions", "options": ["provision-after-extensions"], "group": "Properties", "help": {"short": "Collection of extension names after which this extension needs to be provisioned."}, "item": {"type": "string"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.publisher", "options": ["publisher"], "group": "Properties", "help": {"short": "The name of the extension handler publisher."}}, {"blank": {"value": {}}, "type": "any", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.settings", "options": ["settings"], "group": "Properties", "help": {"short": "Json formatted public settings for the extension."}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.suppressFailures", "options": ["suppress-failures"], "group": "Properties", "help": {"short": "Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.type", "options": ["type"], "group": "Properties", "help": {"short": "Specifies the type of the extension; an example is \"CustomScriptExtension\"."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.typeHandlerVersion", "options": ["type-handler-version"], "group": "Properties", "help": {"short": "Specifies the version of the script handler."}}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensionsTimeBudget", "options": ["extensions-time-budget"], "help": {"short": "Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum api-version: 2020-06-01."}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.hardwareProfile", "options": ["hardware-profile"], "help": {"short": "Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01."}, "args": [{"type": "object", "var": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties", "options": ["vm-size-properties"], "help": {"short": "Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in [VM Customization](https://aka.ms/vmcustomization) for more details."}, "args": [{"type": "integer32", "var": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties.vCPUsAvailable", "options": ["v-cp-us-available"], "help": {"short": "Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of [List all available virtual machine sizes in a region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list)."}}, {"type": "integer32", "var": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties.vCPUsPerCore", "options": ["v-cp-us-per-core"], "help": {"short": "Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of [List all available virtual machine sizes in a region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list). **Setting this property to 1 also means that hyper-threading is disabled.**"}}]}]}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.licenseType", "options": ["license-type"], "help": {"short": "Specifies that the image or disk that is being used was licensed on-premises.

Possible values for Windows Server operating system are:

Windows_Client

Windows_Server

Possible values for Linux Server operating system are:

RHEL_BYOS (for RHEL)

SLES_BYOS (for SUSE)

For more information, see [Azure Hybrid Use Benefit for Windows Server](https://learn.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

[Azure Hybrid Use Benefit for Linux Server](https://learn.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

Minimum api-version: 2015-06-15"}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile", "options": ["network-profile"], "help": {"short": "Specifies properties of the network interfaces of the virtual machines in the scale set."}, "args": [{"type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.healthProbe", "options": ["health-probe"], "help": {"short": "A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'."}, "args": [{"type": "string", "var": "@ApiEntityReference_create.id", "options": ["id"], "help": {"short": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..."}}], "cls": "ApiEntityReference_create"}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkApiVersion", "options": ["network-api-version"], "help": {"short": "specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'"}, "enum": {"items": [{"name": "2020-11-01", "value": "2020-11-01"}, {"name": "2022-11-01", "value": "2022-11-01"}]}}, {"type": "array", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "options": ["network-interface-configurations"], "help": {"short": "The list of network configurations."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "options": ["name"], "required": true, "help": {"short": "The network configuration name."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.auxiliaryMode", "options": ["auxiliary-mode"], "group": "Properties", "help": {"short": "Specifies whether the Auxiliary mode is enabled for the Network Interface resource."}, "enum": {"items": [{"name": "AcceleratedConnections", "value": "AcceleratedConnections"}, {"name": "Floating", "value": "Floating"}, {"name": "None", "value": "None"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.auxiliarySku", "options": ["auxiliary-sku"], "group": "Properties", "help": {"short": "Specifies whether the Auxiliary sku is enabled for the Network Interface resource."}, "enum": {"items": [{"name": "A1", "value": "A1"}, {"name": "A2", "value": "A2"}, {"name": "A4", "value": "A4"}, {"name": "A8", "value": "A8"}, {"name": "None", "value": "None"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.deleteOption", "options": ["delete-option"], "group": "Properties", "help": {"short": "Specify what happens to the network interface when the VM is deleted"}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.disableTcpStateTracking", "options": ["disable-tcp-state-tracking"], "group": "Properties", "help": {"short": "Specifies whether the network interface is disabled for tcp state tracking."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings", "options": ["dns-settings"], "group": "Properties", "help": {"short": "The dns settings to be applied on the network interfaces."}, "args": [{"type": "array", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings.dnsServers", "options": ["dns-servers"], "help": {"short": "List of DNS servers IP addresses"}, "item": {"type": "string"}}]}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableAcceleratedNetworking", "options": ["enable-accelerated-networking"], "group": "Properties", "help": {"short": "Specifies whether the network interface is accelerated networking-enabled."}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableFpga", "options": ["enable-fpga"], "group": "Properties", "help": {"short": "Specifies whether the network interface is FPGA networking-enabled."}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableIPForwarding", "options": ["enable-ip-forwarding"], "group": "Properties", "help": {"short": "Whether IP forwarding enabled on this NIC."}}, {"type": "array", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations", "options": ["ip-configurations"], "group": "Properties", "help": {"short": "Specifies the IP configurations of the network interface."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].name", "options": ["name"], "required": true, "help": {"short": "The IP configuration name."}}, {"type": "array<@SubResource_create>", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationGatewayBackendAddressPools", "options": ["application-gateway-backend-address-pools"], "group": "Properties", "help": {"short": "Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway."}, "item": {"type": "@SubResource_create"}}, {"type": "array<@SubResource_create>", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationSecurityGroups", "options": ["application-security-groups"], "group": "Properties", "help": {"short": "Specifies an array of references to application security group."}, "item": {"type": "@SubResource_create"}}, {"type": "array<@SubResource_create>", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerBackendAddressPools", "options": ["load-balancer-backend-address-pools"], "group": "Properties", "help": {"short": "Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer."}, "item": {"type": "@SubResource_create"}}, {"type": "array<@SubResource_create>", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerInboundNatPools", "options": ["load-balancer-inbound-nat-pools"], "group": "Properties", "help": {"short": "Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer."}, "item": {"type": "@SubResource_create"}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.primary", "options": ["primary"], "group": "Properties", "help": {"short": "Specifies the primary network interface in case the virtual machine has more than 1 network interface."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.privateIPAddressVersion", "options": ["private-ip-address-version"], "group": "Properties", "help": {"short": "Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration", "options": ["public-ip-address-configuration"], "group": "Properties", "help": {"short": "The publicIPAddressConfiguration."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.name", "options": ["name"], "required": true, "help": {"short": "The publicIP address configuration name."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.deleteOption", "options": ["delete-option"], "group": "Properties", "help": {"short": "Specify what happens to the public IP when the VM is deleted"}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings", "options": ["dns-settings"], "group": "Properties", "help": {"short": "The dns settings to be applied on the publicIP addresses ."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabel", "options": ["domain-name-label"], "required": true, "help": {"short": "The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabelScope", "options": ["domain-name-label-scope"], "help": {"short": "The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created"}, "enum": {"items": [{"name": "NoReuse", "value": "NoReuse"}, {"name": "ResourceGroupReuse", "value": "ResourceGroupReuse"}, {"name": "SubscriptionReuse", "value": "SubscriptionReuse"}, {"name": "TenantReuse", "value": "TenantReuse"}]}}]}, {"type": "integer32", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes", "options": ["idle-timeout-in-minutes"], "group": "Properties", "help": {"short": "The idle timeout of the public IP address."}}, {"type": "array", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags", "options": ["ip-tags"], "group": "Properties", "help": {"short": "The list of IP tags associated with the public IP address."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].ipTagType", "options": ["ip-tag-type"], "help": {"short": "IP tag type. Example: FirstPartyUsage."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].tag", "options": ["tag"], "help": {"short": "IP tag associated with the public IP. Example: SQL, Storage etc."}}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAddressVersion", "options": ["public-ip-address-version"], "group": "Properties", "help": {"short": "Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "@SubResource_create", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPPrefix", "options": ["public-ip-prefix"], "group": "Properties", "help": {"short": "The PublicIPPrefix from which to allocate publicIP addresses."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku", "options": ["sku"], "help": {"short": "Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.name", "options": ["name"], "help": {"short": "Specify public IP sku name"}, "enum": {"items": [{"name": "Basic", "value": "Basic"}, {"name": "Standard", "value": "Standard"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.tier", "options": ["tier"], "help": {"short": "Specify public IP sku tier"}, "enum": {"items": [{"name": "Global", "value": "Global"}, {"name": "Regional", "value": "Regional"}]}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.tags", "options": ["tags"], "help": {"short": "Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration"}, "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@ApiEntityReference_create", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet", "options": ["subnet"], "group": "Properties", "help": {"short": "Specifies the identifier of the subnet."}}]}}, {"type": "@SubResource_create", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.networkSecurityGroup", "options": ["network-security-group"], "group": "Properties", "help": {"short": "The network security group."}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.primary", "options": ["primary"], "group": "Properties", "help": {"short": "Specifies the primary network interface in case the virtual machine has more than 1 network interface."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].tags", "options": ["tags"], "help": {"short": "Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration"}, "additionalProps": {"item": {"type": "string"}}}]}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile", "options": ["os-profile"], "help": {"short": "Specifies the operating system settings for the virtual machines in the scale set."}, "args": [{"type": "password", "var": "$parameters.properties.virtualMachineProfile.osProfile.adminPassword", "options": ["admin-password"], "help": {"short": "Specifies the password of the administrator account.

**Minimum-length (Windows):** 8 characters

**Minimum-length (Linux):** 6 characters

**Max-length (Windows):** 123 characters

**Max-length (Linux):** 72 characters

**Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
Has lower characters
Has upper characters
Has a digit
Has a special character (Regex match [\\W_])

**Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\", \"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\"

For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)"}, "prompt": {"msg": "Password:"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.adminUsername", "options": ["admin-username"], "help": {"short": "Specifies the name of the administrator account.

**Windows-only restriction:** Cannot end in \".\"

**Disallowed values:** \"administrator\", \"admin\", \"user\", \"user1\", \"test\", \"user2\", \"test1\", \"user3\", \"admin1\", \"1\", \"123\", \"a\", \"actuser\", \"adm\", \"admin2\", \"aspnet\", \"backup\", \"console\", \"david\", \"guest\", \"john\", \"owner\", \"root\", \"server\", \"sql\", \"support\", \"support_388945a0\", \"sys\", \"test2\", \"test3\", \"user4\", \"user5\".

**Minimum-length (Linux):** 1 character

**Max-length (Linux):** 64 characters

**Max-length (Windows):** 20 characters"}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.allowExtensionOperations", "options": ["allow-extension-operations"], "help": {"short": "Specifies whether extension operations should be allowed on the virtual machine scale set. This may only be set to False when no extensions are present on the virtual machine scale set."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.computerNamePrefix", "options": ["computer-name-prefix"], "help": {"short": "Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.customData", "options": ["custom-data"], "help": {"short": "Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://learn.microsoft.com/azure/virtual-machines/linux/using-cloud-init)"}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration", "options": ["linux-configuration"], "help": {"short": "Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros)."}, "args": [{"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.disablePasswordAuthentication", "options": ["disable-password-authentication"], "help": {"short": "Specifies whether password authentication should be disabled."}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.enableVMAgentPlatformUpdates", "options": ["enable-vm-agent-platform-updates"], "help": {"short": "Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings", "options": ["patch-settings"], "help": {"short": "[Preview Feature] Specifies settings related to VM Guest Patching on Linux."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.assessmentMode", "options": ["assessment-mode"], "help": {"short": "Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

Possible values are:

**ImageDefault** - You control the timing of patch assessments on a virtual machine.

**AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true."}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings", "options": ["automatic-by-platform-settings"], "help": {"short": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux."}, "args": [{"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule", "options": ["bypass-platform-safety-checks-on-user-schedule"], "help": {"short": "Enables customer to schedule patching without accidental upgrades"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "options": ["reboot-setting"], "help": {"short": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations."}, "enum": {"items": [{"name": "Always", "value": "Always"}, {"name": "IfRequired", "value": "IfRequired"}, {"name": "Never", "value": "Never"}, {"name": "Unknown", "value": "Unknown"}]}}]}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.patchMode", "options": ["patch-mode"], "help": {"short": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

Possible values are:

**ImageDefault** - The virtual machine's default patching configuration is used.

**AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true"}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}]}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.provisionVMAgent", "options": ["provision-vm-agent"], "help": {"short": "Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh", "options": ["ssh"], "help": {"short": "Specifies the ssh key configuration for a Linux OS."}, "args": [{"type": "array", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys", "options": ["public-keys"], "help": {"short": "The list of SSH public keys used to authenticate with linux based VMs."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[].keyData", "options": ["key-data"], "help": {"short": "SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed)."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[].path", "options": ["path"], "help": {"short": "Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys"}}]}}]}]}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.requireGuestProvisionSignal", "options": ["require-guest-provision-signal"], "help": {"short": "Optional property which must either be set to True or omitted."}}, {"type": "array", "var": "$parameters.properties.virtualMachineProfile.osProfile.secrets", "options": ["secrets"], "help": {"short": "Specifies set of certificates that should be installed onto the virtual machines in the scale set. To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}, "item": {"type": "object", "args": [{"type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].sourceVault", "options": ["source-vault"], "help": {"short": "The relative URL of the Key Vault containing all of the certificates in VaultCertificates."}, "args": [{"type": "ResourceId", "var": "@SubResource_create.id", "options": ["id"], "help": {"short": "Resource Id"}}], "cls": "SubResource_create"}, {"type": "array", "var": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates", "options": ["vault-certificates"], "help": {"short": "The list of key vault references in SourceVault which contain certificates."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates[].certificateStore", "options": ["certificate-store"], "help": {"short": "For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates[].certificateUrl", "options": ["certificate-url"], "help": {"short": "This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

{
\"data\":\"\",
\"dataType\":\"pfx\",
\"password\":\"\"
}
To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}}]}}]}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration", "options": ["windows-configuration"], "help": {"short": "Specifies Windows operating system settings on the virtual machine."}, "args": [{"type": "array", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent", "options": ["additional-unattend-content"], "help": {"short": "Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].componentName", "options": ["component-name"], "help": {"short": "The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup."}, "enum": {"items": [{"name": "Microsoft-Windows-Shell-Setup", "value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].content", "options": ["content"], "help": {"short": "Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].passName", "options": ["pass-name"], "help": {"short": "The pass name. Currently, the only allowable value is OobeSystem."}, "enum": {"items": [{"name": "OobeSystem", "value": "OobeSystem"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].settingName", "options": ["setting-name"], "help": {"short": "Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon."}, "enum": {"items": [{"name": "AutoLogon", "value": "AutoLogon"}, {"name": "FirstLogonCommands", "value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.enableAutomaticUpdates", "options": ["enable-automatic-updates"], "help": {"short": "Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings", "options": ["patch-settings"], "help": {"short": "[Preview Feature] Specifies settings related to VM Guest Patching on Windows."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.assessmentMode", "options": ["assessment-mode"], "help": {"short": "Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.

Possible values are:

**ImageDefault** - You control the timing of patch assessments on a virtual machine.

**AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. "}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings", "options": ["automatic-by-platform-settings"], "help": {"short": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows."}, "args": [{"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule", "options": ["bypass-platform-safety-checks-on-user-schedule"], "help": {"short": "Enables customer to schedule patching without accidental upgrades"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "options": ["reboot-setting"], "help": {"short": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations."}, "enum": {"items": [{"name": "Always", "value": "Always"}, {"name": "IfRequired", "value": "IfRequired"}, {"name": "Never", "value": "Never"}, {"name": "Unknown", "value": "Unknown"}]}}]}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.enableHotpatching", "options": ["enable-hotpatching"], "help": {"short": "Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.patchMode", "options": ["patch-mode"], "help": {"short": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

Possible values are:

**Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false

**AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true.

**AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true "}, "enum": {"items": [{"name": "AutomaticByOS", "value": "AutomaticByOS"}, {"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "Manual", "value": "Manual"}]}}]}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.provisionVMAgent", "options": ["provision-vm-agent"], "help": {"short": "Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.timeZone", "options": ["time-zone"], "help": {"short": "Specifies the time zone of the virtual machine. e.g. \"Pacific Standard Time\". Possible values can be [TimeZoneInfo.Id](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones)."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM", "options": ["win-rm"], "help": {"short": "Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell."}, "args": [{"type": "array", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners", "options": ["listeners"], "help": {"short": "The list of Windows Remote Management listeners"}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[].certificateUrl", "options": ["certificate-url"], "help": {"short": "This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8:

{
\"data\":\"\",
\"dataType\":\"pfx\",
\"password\":\"\"
}
To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[].protocol", "options": ["protocol"], "help": {"short": "Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**"}, "enum": {"items": [{"name": "Http", "value": "Http"}, {"name": "Https", "value": "Https"}]}}]}}]}]}]}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.priority", "options": ["priority"], "help": {"short": "Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview."}, "enum": {"items": [{"name": "Low", "value": "Low"}, {"name": "Regular", "value": "Regular"}, {"name": "Spot", "value": "Spot"}]}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile", "options": ["scheduled-events-profile"], "help": {"short": "Specifies Scheduled Event related configurations."}, "args": [{"type": "object", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile", "options": ["os-image-notification-profile"], "help": {"short": "Specifies OS Image Scheduled Event related configurations."}, "args": [{"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile.enable", "options": ["enable"], "help": {"short": "Specifies whether the OS Image Scheduled event is enabled or disabled."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile.notBeforeTimeout", "options": ["not-before-timeout"], "help": {"short": "Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)"}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile", "options": ["terminate-notification-profile"], "help": {"short": "Specifies Terminate Scheduled Event related configurations."}, "args": [{"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.enable", "options": ["enable"], "help": {"short": "Specifies whether the Terminate Scheduled event is enabled or disabled."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.notBeforeTimeout", "options": ["not-before-timeout"], "help": {"short": "Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)"}}]}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference", "options": ["security-posture-reference"], "help": {"short": "Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01"}, "args": [{"type": "array", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions", "options": ["exclude-extensions"], "help": {"short": "List of virtual machine extensions to exclude when applying the Security Posture."}, "item": {"type": "string"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.id", "options": ["id"], "required": true, "help": {"short": "The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest"}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.isOverridable", "options": ["is-overridable"], "help": {"short": "Whether the security posture can be overridden by the user."}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.securityProfile", "options": ["security-profile"], "help": {"short": "Specifies the Security related profile settings for the virtual machines in the scale set."}, "args": [{"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionAtHost", "options": ["encryption-at-host"], "help": {"short": "This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionIdentity", "options": ["encryption-identity"], "help": {"short": "Specifies the Managed Identity used by ADE to get access token for keyvault operations."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionIdentity.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "Specifies ARM Resource ID of one of the user identities associated with the VM."}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings", "options": ["proxy-agent-settings"], "help": {"short": "Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01."}, "args": [{"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.addProxyAgentExtension", "options": ["add-proxy-agent-extension"], "help": {"short": "Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os."}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.enabled", "options": ["enabled"], "help": {"short": "Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set."}}, {"type": "@HostEndpointSettings_create", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.imds", "options": ["imds"], "help": {"short": "Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01."}}, {"type": "integer32", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.keyIncarnationId", "options": ["key-incarnation-id"], "help": {"short": "Increase the value of this property allows user to reset the key used for securing communication channel between guest and host."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.mode", "options": ["mode"], "help": {"short": "Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode."}, "enum": {"items": [{"name": "Audit", "value": "Audit"}, {"name": "Enforce", "value": "Enforce"}]}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.wireServer", "options": ["wire-server"], "help": {"short": "Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01."}, "args": [{"type": "string", "var": "@HostEndpointSettings_create.inVMAccessControlProfileReferenceId", "options": ["in-vm-access-control-profile-reference-id"], "help": {"short": "Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}"}}, {"type": "string", "var": "@HostEndpointSettings_create.mode", "options": ["mode"], "help": {"short": "Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation."}, "enum": {"items": [{"name": "Audit", "value": "Audit"}, {"name": "Disabled", "value": "Disabled"}, {"name": "Enforce", "value": "Enforce"}]}}], "cls": "HostEndpointSettings_create"}]}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.securityProfile.securityType", "options": ["security-type"], "help": {"short": "Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set."}, "enum": {"items": [{"name": "ConfidentialVM", "value": "ConfidentialVM"}, {"name": "Standard", "value": "Standard"}, {"name": "TrustedLaunch", "value": "TrustedLaunch"}]}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings", "options": ["uefi-settings"], "help": {"short": "Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01."}, "args": [{"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings.secureBootEnabled", "options": ["secure-boot-enabled"], "help": {"short": "Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01."}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings.vTpmEnabled", "options": ["v-tpm-enabled"], "help": {"short": "Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01."}}]}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.serviceArtifactReference", "options": ["service-artifact-reference"], "help": {"short": "Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01"}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.serviceArtifactReference.id", "options": ["id"], "help": {"short": "The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}"}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile", "options": ["storage-profile"], "help": {"short": "Specifies the storage settings for the virtual machine disks."}, "args": [{"type": "array", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks", "options": ["data-disks"], "help": {"short": "Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview)."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].caching", "options": ["caching"], "help": {"short": "Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**"}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "ReadOnly", "value": "ReadOnly"}, {"name": "ReadWrite", "value": "ReadWrite"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].createOption", "options": ["create-option"], "required": true, "help": {"short": "The create option."}, "enum": {"items": [{"name": "Attach", "value": "Attach"}, {"name": "Copy", "value": "Copy"}, {"name": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}, {"name": "Restore", "value": "Restore"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].deleteOption", "options": ["delete-option"], "help": {"short": "Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only).

Possible values:

**Delete** If this value is used, the data disk is deleted when the VMSS Flex VM is deleted.

**Detach** If this value is used, the data disk is retained after VMSS Flex VM is deleted.

The default value is set to **Delete**."}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"type": "integer64", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskIOPSReadWrite", "options": ["disk-iops-read-write"], "help": {"short": "Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB."}}, {"type": "integer64", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskMBpsReadWrite", "options": ["disk-m-bps-read-write"], "help": {"short": "Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB."}}, {"type": "integer32", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskSizeGB", "options": ["disk-size-gb"], "help": {"short": "Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023."}}, {"type": "integer32", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].lun", "options": ["lun"], "required": true, "help": {"short": "Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM."}}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_create", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].managedDisk", "options": ["managed-disk"], "help": {"short": "The managed disk parameters."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].name", "options": ["name"], "help": {"short": "The disk name."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].storageFaultDomainAlignment", "options": ["storage-fault-domain-alignment"], "help": {"short": "Specifies the storage fault domain alignment type for the disk."}, "enum": {"items": [{"name": "Aligned", "value": "Aligned"}, {"name": "BestEffortAligned", "value": "BestEffortAligned"}]}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].writeAcceleratorEnabled", "options": ["write-accelerator-enabled"], "help": {"short": "Specifies whether writeAccelerator should be enabled or disabled on the disk."}}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.diskControllerType", "options": ["disk-controller-type"], "help": {"short": "Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01"}, "enum": {"items": [{"name": "NVMe", "value": "NVMe"}, {"name": "SCSI", "value": "SCSI"}]}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "options": ["image-reference"], "help": {"short": "Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.communityGalleryImageId", "options": ["community-gallery-image-id"], "help": {"short": "Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call."}}, {"type": "ResourceId", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.id", "options": ["id"], "help": {"short": "Resource Id"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.offer", "options": ["offer"], "help": {"short": "Specifies the offer of the platform image or marketplace image used to create the virtual machine."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.publisher", "options": ["publisher"], "help": {"short": "The image publisher."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.sharedGalleryImageId", "options": ["shared-gallery-image-id"], "help": {"short": "Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.sku", "options": ["sku"], "help": {"short": "The image SKU."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.version", "options": ["version"], "help": {"short": "Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input."}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk", "options": ["os-disk"], "help": {"short": "Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview)."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.caching", "options": ["caching"], "help": {"short": "Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**"}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "ReadOnly", "value": "ReadOnly"}, {"name": "ReadWrite", "value": "ReadWrite"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.createOption", "options": ["create-option"], "required": true, "help": {"short": "Specifies how the virtual machines in the scale set should be created. The only allowed value is: **FromImage.** This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described."}, "enum": {"items": [{"name": "Attach", "value": "Attach"}, {"name": "Copy", "value": "Copy"}, {"name": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}, {"name": "Restore", "value": "Restore"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.deleteOption", "options": ["delete-option"], "help": {"short": "Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only).

Possible values:

**Delete** If this value is used, the OS disk is deleted when VMSS Flex VM is deleted.

**Detach** If this value is used, the OS disk is retained after VMSS Flex VM is deleted.

The default value is set to **Delete**. For an Ephemeral OS Disk, the default value is set to **Delete**. User cannot change the delete option for Ephemeral OS Disk."}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings", "options": ["diff-disk-settings"], "help": {"short": "Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set."}, "args": [{"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.enableFullCaching", "options": ["enable-full-caching"], "help": {"short": "Specifies whether or not to enable full caching for this VM which will cache the OS disk locally on the host and make this VM more resilient to storage outages"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.option", "options": ["option"], "help": {"short": "Specifies the ephemeral disk settings for operating system disk."}, "enum": {"items": [{"name": "Local", "value": "Local"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.placement", "options": ["placement"], "help": {"short": "Specifies the ephemeral disk placement for operating system disk. Possible values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used. Refer to the VM size documentation for Windows VM at https://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk."}, "enum": {"items": [{"name": "CacheDisk", "value": "CacheDisk"}, {"name": "NvmeDisk", "value": "NvmeDisk"}, {"name": "ResourceDisk", "value": "ResourceDisk"}]}}]}, {"type": "integer32", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diskSizeGB", "options": ["disk-size-gb"], "help": {"short": "Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.image", "options": ["image"], "help": {"short": "Specifies information about the unmanaged user image to base the scale set on."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.image.uri", "options": ["uri"], "help": {"short": "Specifies the virtual hard disk's uri."}}]}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.managedDisk", "options": ["managed-disk"], "help": {"short": "The managed disk parameters."}, "args": [{"type": "object", "var": "@VirtualMachineScaleSetManagedDiskParameters_create.diskEncryptionSet", "options": ["disk-encryption-set"], "help": {"short": "Specifies the customer managed disk encryption set resource id for the managed disk."}, "args": [{"type": "ResourceId", "var": "@DiskEncryptionSetParameters_create.id", "options": ["id"], "help": {"short": "Resource Id"}}], "cls": "DiskEncryptionSetParameters_create"}, {"type": "object", "var": "@VirtualMachineScaleSetManagedDiskParameters_create.securityProfile", "options": ["security-profile"], "help": {"short": "Specifies the security profile for the managed disk."}, "args": [{"type": "@DiskEncryptionSetParameters_create", "var": "@VirtualMachineScaleSetManagedDiskParameters_create.securityProfile.diskEncryptionSet", "options": ["disk-encryption-set"], "help": {"short": "Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob."}}, {"type": "string", "var": "@VirtualMachineScaleSetManagedDiskParameters_create.securityProfile.securityEncryptionType", "options": ["security-encryption-type"], "help": {"short": "Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. **Note:** It can be set for only Confidential VMs."}, "enum": {"items": [{"name": "DiskWithVMGuestState", "value": "DiskWithVMGuestState"}, {"name": "NonPersistedTPM", "value": "NonPersistedTPM"}, {"name": "VMGuestStateOnly", "value": "VMGuestStateOnly"}]}}]}, {"type": "string", "var": "@VirtualMachineScaleSetManagedDiskParameters_create.storageAccountType", "options": ["storage-account-type"], "help": {"short": "Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk."}, "enum": {"items": [{"name": "PremiumV2_LRS", "value": "PremiumV2_LRS"}, {"name": "Premium_LRS", "value": "Premium_LRS"}, {"name": "Premium_ZRS", "value": "Premium_ZRS"}, {"name": "StandardSSD_LRS", "value": "StandardSSD_LRS"}, {"name": "StandardSSD_ZRS", "value": "StandardSSD_ZRS"}, {"name": "Standard_LRS", "value": "Standard_LRS"}, {"name": "UltraSSD_LRS", "value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_create"}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.name", "options": ["name"], "help": {"short": "The disk name."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.osType", "options": ["os-type"], "help": {"short": "This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**"}, "enum": {"items": [{"name": "Linux", "value": "Linux"}, {"name": "Windows", "value": "Windows"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.storageFaultDomainAlignment", "options": ["storage-fault-domain-alignment"], "help": {"short": "Specifies the storage fault domain alignment type for the disk."}, "enum": {"items": [{"name": "Aligned", "value": "Aligned"}, {"name": "BestEffortAligned", "value": "BestEffortAligned"}]}}, {"type": "array", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.vhdContainers", "options": ["vhd-containers"], "help": {"short": "Specifies the container urls that are used to store operating system disks for the scale set."}, "item": {"type": "string"}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.writeAcceleratorEnabled", "options": ["write-accelerator-enabled"], "help": {"short": "Specifies whether writeAccelerator should be enabled or disabled on the disk."}}]}]}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.userData", "options": ["user-data"], "help": {"short": "UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01."}}]}, {"type": "string", "var": "$parameters.properties.zonalPlatformFaultDomainAlignMode", "options": ["zonal-platform-fault-domain-align-mode"], "group": "Properties", "help": {"short": "Specifies the align mode between Virtual Machine Scale Set compute and storage Fault Domain count."}, "enum": {"items": [{"name": "Aligned", "value": "Aligned"}, {"name": "BestEffortAligned", "value": "BestEffortAligned"}, {"name": "Unaligned", "value": "Unaligned"}]}}, {"type": "boolean", "var": "$parameters.properties.zoneBalance", "options": ["zone-balance"], "group": "Properties", "help": {"short": "Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. zoneBalance property can only be set if the zones property of the scale set contains more than one zone. If there are no zones or only one zone specified, then zoneBalance property should not be set."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "VirtualMachineScaleSets_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "header": {"params": [{"type": "string", "name": "If-Match", "arg": "$Header.If-Match"}, {"type": "string", "name": "If-None-Match", "arg": "$Header.If-None-Match"}]}, "body": {"json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "extendedLocation", "arg": "$parameters.extendedLocation", "props": [{"type": "string", "name": "name", "arg": "$parameters.extendedLocation.name"}, {"type": "string", "name": "type", "arg": "$parameters.extendedLocation.type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"type": "IdentityObject", "name": "identity", "arg": "$parameters.identity", "props": [{"type": "string", "name": "type", "arg": "$parameters.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$parameters.identity.userAssignedIdentities", "additionalProps": {"item": {"type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$parameters.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$parameters.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$parameters.location", "required": true}, {"type": "object", "name": "placement", "arg": "$parameters.placement", "props": [{"type": "array", "name": "excludeZones", "arg": "$parameters.placement.excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "arg": "$parameters.placement.includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "arg": "$parameters.placement.zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "arg": "$parameters.plan", "props": [{"type": "string", "name": "name", "arg": "$parameters.plan.name"}, {"type": "string", "name": "product", "arg": "$parameters.plan.product"}, {"type": "string", "name": "promotionCode", "arg": "$parameters.plan.promotionCode"}, {"type": "string", "name": "publisher", "arg": "$parameters.plan.publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "arg": "$parameters.properties.additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption", "arg": "$parameters.properties.additionalCapabilities.enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled", "arg": "$parameters.properties.additionalCapabilities.hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled", "arg": "$parameters.properties.additionalCapabilities.ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "arg": "$parameters.properties.automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.automaticRepairsPolicy.enabled"}, {"type": "string", "name": "gracePeriod", "arg": "$parameters.properties.automaticRepairsPolicy.gracePeriod"}, {"type": "string", "name": "repairAction", "arg": "$parameters.properties.automaticRepairsPolicy.repairAction", "enum": {"items": [{"value": "Reimage"}, {"value": "Replace"}, {"value": "Restart"}]}}]}, {"type": "boolean", "name": "constrainedMaximumCapacity", "arg": "$parameters.properties.constrainedMaximumCapacity"}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs", "arg": "$parameters.properties.doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "object", "name": "externalHealthPolicy", "arg": "$parameters.properties.externalHealthPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.externalHealthPolicy.enabled"}, {"type": "duration", "name": "expiryDuration", "arg": "$parameters.properties.externalHealthPolicy.expiryDuration"}, {"type": "duration", "name": "gracePeriod", "arg": "$parameters.properties.externalHealthPolicy.gracePeriod"}]}, {"type": "string", "name": "highSpeedInterconnectPlacement", "arg": "$parameters.properties.highSpeedInterconnectPlacement", "enum": {"items": [{"value": "None"}, {"value": "Trunk"}]}}, {"type": "@SubResource_create", "name": "hostGroup", "arg": "$parameters.properties.hostGroup"}, {"type": "object", "name": "lifecycleHooksProfile", "arg": "$parameters.properties.lifecycleHooksProfile", "props": [{"type": "array", "name": "lifecycleHooks", "arg": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks", "item": {"type": "object", "props": [{"type": "string", "name": "defaultAction", "arg": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].defaultAction", "enum": {"items": [{"value": "Approve"}, {"value": "Reject"}]}}, {"type": "string", "name": "type", "arg": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].type", "enum": {"items": [{"value": "UpgradeAutoOSRollingBatchStarting"}, {"value": "UpgradeAutoOSScheduling"}]}}, {"type": "duration", "name": "waitDuration", "arg": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].waitDuration"}]}, "identifiers": ["type"]}]}, {"type": "string", "name": "orchestrationMode", "arg": "$parameters.properties.orchestrationMode", "enum": {"items": [{"value": "Flexible"}, {"value": "Uniform"}]}}, {"type": "boolean", "name": "overprovision", "arg": "$parameters.properties.overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount", "arg": "$parameters.properties.platformFaultDomainCount"}, {"type": "object", "name": "priorityMixPolicy", "arg": "$parameters.properties.priorityMixPolicy", "props": [{"type": "integer32", "name": "baseRegularPriorityCount", "arg": "$parameters.properties.priorityMixPolicy.baseRegularPriorityCount"}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "arg": "$parameters.properties.priorityMixPolicy.regularPriorityPercentageAboveBase", "format": {"maximum": 100}}]}, {"type": "@SubResource_create", "name": "proximityPlacementGroup", "arg": "$parameters.properties.proximityPlacementGroup"}, {"type": "object", "name": "resiliencyPolicy", "arg": "$parameters.properties.resiliencyPolicy", "props": [{"type": "object", "name": "automaticZoneRebalancingPolicy", "arg": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.enabled"}, {"type": "string", "name": "rebalanceBehavior", "arg": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.rebalanceBehavior", "enum": {"items": [{"value": "CreateBeforeDelete"}]}}, {"type": "string", "name": "rebalanceStrategy", "arg": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.rebalanceStrategy", "enum": {"items": [{"value": "Recreate"}]}}]}, {"type": "object", "name": "operationRecoverySettings", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings", "props": [{"type": "object", "name": "reimageRecoveryPolicy", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.reimageRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.reimageRecoveryPolicy.enabled"}]}, {"type": "object", "name": "restartRecoveryPolicy", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.restartRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.restartRecoveryPolicy.enabled"}]}, {"type": "object", "name": "startRecoveryPolicy", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.startRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.startRecoveryPolicy.enabled"}]}]}, {"type": "object", "name": "resilientVMCreationPolicy", "arg": "$parameters.properties.resiliencyPolicy.resilientVMCreationPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.resilientVMCreationPolicy.enabled"}]}, {"type": "object", "name": "resilientVMDeletionPolicy", "arg": "$parameters.properties.resiliencyPolicy.resilientVMDeletionPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.resilientVMDeletionPolicy.enabled"}]}, {"type": "object", "name": "zoneAllocationPolicy", "arg": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy", "props": [{"type": "object", "name": "maxInstancePercentPerZonePolicy", "arg": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy.enabled"}, {"type": "integer32", "name": "value", "arg": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy.value", "format": {"maximum": 100}}]}, {"type": "integer32", "name": "maxZoneCount", "arg": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxZoneCount"}]}]}, {"type": "object", "name": "scaleInPolicy", "arg": "$parameters.properties.scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion", "arg": "$parameters.properties.scaleInPolicy.forceDeletion"}, {"type": "boolean", "name": "prioritizeUnhealthyVMs", "arg": "$parameters.properties.scaleInPolicy.prioritizeUnhealthyVMs"}, {"type": "array", "name": "rules", "arg": "$parameters.properties.scaleInPolicy.rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "object", "name": "scheduledEventsPolicy", "arg": "$parameters.properties.scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "arg": "$parameters.properties.scheduledEventsPolicy.allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.allInstancesDown.automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.enable"}, {"type": "string", "name": "scheduledEventsApiVersion", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot.automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy.automaticallyApprove"}]}]}, {"type": "boolean", "name": "singlePlacementGroup", "arg": "$parameters.properties.singlePlacementGroup"}, {"type": "object", "name": "skuProfile", "arg": "$parameters.properties.skuProfile", "props": [{"type": "string", "name": "allocationStrategy", "arg": "$parameters.properties.skuProfile.allocationStrategy", "enum": {"items": [{"value": "CapacityOptimized"}, {"value": "LowestPrice"}, {"value": "Prioritized"}]}}, {"type": "array", "name": "vmSizes", "arg": "$parameters.properties.skuProfile.vmSizes", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.skuProfile.vmSizes[].name"}, {"type": "integer32", "name": "rank", "arg": "$parameters.properties.skuProfile.vmSizes[].rank"}]}, "identifiers": ["name"]}]}, {"type": "object", "name": "spotRestorePolicy", "arg": "$parameters.properties.spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.spotRestorePolicy.enabled"}, {"type": "string", "name": "restoreTimeout", "arg": "$parameters.properties.spotRestorePolicy.restoreTimeout"}]}, {"type": "object", "name": "upgradePolicy", "arg": "$parameters.properties.upgradePolicy", "props": [{"type": "object", "name": "automaticOSUpgradePolicy", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutomaticRollback", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.disableAutomaticRollback"}, {"type": "boolean", "name": "enableAutomaticOSUpgrade", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.enableAutomaticOSUpgrade"}, {"type": "boolean", "name": "osRollingUpgradeDeferral", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.osRollingUpgradeDeferral"}, {"type": "boolean", "name": "useRollingUpgradePolicy", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.useRollingUpgradePolicy"}]}, {"type": "string", "name": "mode", "arg": "$parameters.properties.upgradePolicy.mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy", "props": [{"type": "boolean", "name": "enableCrossZoneUpgrade", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.enableCrossZoneUpgrade"}, {"type": "integer32", "name": "maxBatchInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "boolean", "name": "maxSurge", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxSurge"}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100}}, {"type": "string", "name": "pauseTimeBetweenBatches", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches"}, {"type": "boolean", "name": "prioritizeUnhealthyInstances", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.prioritizeUnhealthyInstances"}, {"type": "boolean", "name": "rollbackFailedInstancesOnPolicyBreach", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.rollbackFailedInstancesOnPolicyBreach"}]}]}, {"type": "object", "name": "virtualMachineProfile", "arg": "$parameters.properties.virtualMachineProfile", "props": [{"type": "object", "name": "applicationProfile", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].enableAutomaticUpgrade"}, {"type": "integer32", "name": "order", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].order"}, {"type": "string", "name": "packageReferenceId", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].packageReferenceId", "required": true}, {"type": "string", "name": "tags", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "object", "name": "billingProfile", "arg": "$parameters.properties.virtualMachineProfile.billingProfile", "props": [{"type": "float64", "name": "maxPrice", "arg": "$parameters.properties.virtualMachineProfile.billingProfile.maxPrice"}]}, {"type": "object", "name": "capacityReservation", "arg": "$parameters.properties.virtualMachineProfile.capacityReservation", "props": [{"type": "@SubResource_create", "name": "capacityReservationGroup", "arg": "$parameters.properties.virtualMachineProfile.capacityReservation.capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "arg": "$parameters.properties.virtualMachineProfile.diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "arg": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics.enabled"}, {"type": "string", "name": "storageUri", "arg": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics.storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "arg": "$parameters.properties.virtualMachineProfile.evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "object", "name": "extensionProfile", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile", "props": [{"type": "array", "name": "extensions", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.forceUpdateTag"}, {"type": "any", "name": "protectedSettings", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettings"}, {"type": "object", "name": "protectedSettingsFromKeyVault", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault.secretUrl", "required": true}, {"type": "@SubResource_create", "name": "sourceVault", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault.sourceVault", "required": true}]}, {"type": "array", "name": "provisionAfterExtensions", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.provisionAfterExtensions", "item": {"type": "string"}}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.publisher"}, {"type": "any", "name": "settings", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.settings"}, {"type": "boolean", "name": "suppressFailures", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.suppressFailures"}, {"type": "string", "name": "type", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.type"}, {"type": "string", "name": "typeHandlerVersion", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.typeHandlerVersion"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "string", "name": "extensionsTimeBudget", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensionsTimeBudget"}]}, {"type": "object", "name": "hardwareProfile", "arg": "$parameters.properties.virtualMachineProfile.hardwareProfile", "props": [{"type": "object", "name": "vmSizeProperties", "arg": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable", "arg": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties.vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore", "arg": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties.vCPUsPerCore"}]}]}, {"type": "string", "name": "licenseType", "arg": "$parameters.properties.virtualMachineProfile.licenseType"}, {"type": "object", "name": "networkProfile", "arg": "$parameters.properties.virtualMachineProfile.networkProfile", "props": [{"type": "object", "name": "healthProbe", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.healthProbe", "props": [{"type": "string", "name": "id", "arg": "@ApiEntityReference_create.id"}], "cls": "ApiEntityReference_create"}, {"type": "string", "name": "networkApiVersion", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings", "props": [{"type": "array", "name": "dnsServers", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings.dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableFpga"}, {"type": "boolean", "name": "enableIPForwarding", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_create>", "name": "applicationGatewayBackendAddressPools", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_create"}}, {"type": "array<@SubResource_create>", "name": "applicationSecurityGroups", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationSecurityGroups", "item": {"type": "@SubResource_create"}}, {"type": "array<@SubResource_create>", "name": "loadBalancerBackendAddressPools", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerBackendAddressPools", "item": {"type": "@SubResource_create"}}, {"type": "array<@SubResource_create>", "name": "loadBalancerInboundNatPools", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerInboundNatPools", "item": {"type": "@SubResource_create"}}, {"type": "boolean", "name": "primary", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.primary"}, {"type": "string", "name": "privateIPAddressVersion", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].ipTagType"}, {"type": "string", "name": "tag", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "@SubResource_create", "name": "publicIPPrefix", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@ApiEntityReference_create", "name": "subnet", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_create", "name": "networkSecurityGroup", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.networkSecurityGroup"}, {"type": "boolean", "name": "primary", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].tags", "additionalProps": {"item": {"type": "string"}}}]}}]}, {"type": "object", "name": "osProfile", "arg": "$parameters.properties.virtualMachineProfile.osProfile", "props": [{"type": "password", "name": "adminPassword", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminPassword", "secret": true}, {"type": "string", "name": "adminUsername", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations", "arg": "$parameters.properties.virtualMachineProfile.osProfile.allowExtensionOperations"}, {"type": "string", "name": "computerNamePrefix", "arg": "$parameters.properties.virtualMachineProfile.osProfile.computerNamePrefix"}, {"type": "string", "name": "customData", "arg": "$parameters.properties.virtualMachineProfile.osProfile.customData"}, {"type": "object", "name": "linuxConfiguration", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings", "props": [{"type": "string", "name": "assessmentMode", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.provisionVMAgent"}, {"type": "object", "name": "ssh", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh", "props": [{"type": "array", "name": "publicKeys", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[].keyData"}, {"type": "string", "name": "path", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[].path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal", "arg": "$parameters.properties.virtualMachineProfile.osProfile.requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "arg": "$parameters.properties.virtualMachineProfile.osProfile.secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "arg": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].sourceVault", "props": [{"type": "ResourceId", "name": "id", "arg": "@SubResource_create.id"}], "cls": "SubResource_create"}, {"type": "array", "name": "vaultCertificates", "arg": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore", "arg": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates[].certificateStore"}, {"type": "string", "name": "certificateUrl", "arg": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates[].certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].content"}, {"type": "string", "name": "passName", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.enableAutomaticUpdates"}, {"type": "object", "name": "patchSettings", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings", "props": [{"type": "string", "name": "assessmentMode", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.enableHotpatching"}, {"type": "string", "name": "patchMode", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.provisionVMAgent"}, {"type": "string", "name": "timeZone", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.timeZone"}, {"type": "object", "name": "winRM", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM", "props": [{"type": "array", "name": "listeners", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[].certificateUrl"}, {"type": "string", "name": "protocol", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[].protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "string", "name": "priority", "arg": "$parameters.properties.virtualMachineProfile.priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"type": "object", "name": "scheduledEventsProfile", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile.enable"}, {"type": "string", "name": "notBeforeTimeout", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile.notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.enable"}, {"type": "string", "name": "notBeforeTimeout", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.notBeforeTimeout"}]}]}, {"type": "object", "name": "securityPostureReference", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference", "props": [{"type": "array", "name": "excludeExtensions", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions", "item": {"type": "string"}}, {"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.id", "required": true}, {"type": "boolean", "name": "isOverridable", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.isOverridable"}]}, {"type": "object", "name": "securityProfile", "arg": "$parameters.properties.virtualMachineProfile.securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionIdentity.userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.addProxyAgentExtension"}, {"type": "boolean", "name": "enabled", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.enabled"}, {"type": "@HostEndpointSettings_create", "name": "imds", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.imds"}, {"type": "integer32", "name": "keyIncarnationId", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.keyIncarnationId"}, {"type": "string", "name": "mode", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId", "arg": "@HostEndpointSettings_create.inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "arg": "@HostEndpointSettings_create.mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_create"}]}, {"type": "string", "name": "securityType", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings.secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings.vTpmEnabled"}]}]}, {"type": "object", "name": "serviceArtifactReference", "arg": "$parameters.properties.virtualMachineProfile.serviceArtifactReference", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.serviceArtifactReference.id"}]}, {"type": "object", "name": "storageProfile", "arg": "$parameters.properties.virtualMachineProfile.storageProfile", "props": [{"type": "array", "name": "dataDisks", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskSizeGB"}, {"type": "integer32", "name": "lun", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_create", "name": "managedDisk", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].managedDisk"}, {"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].name"}, {"type": "string", "name": "storageFaultDomainAlignment", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "props": [{"type": "string", "name": "communityGalleryImageId", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.communityGalleryImageId"}, {"type": "ResourceId", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.id"}, {"type": "string", "name": "offer", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.offer"}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.publisher"}, {"type": "string", "name": "sharedGalleryImageId", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.sharedGalleryImageId"}, {"type": "string", "name": "sku", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.sku"}, {"type": "string", "name": "version", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.version"}]}, {"type": "object", "name": "osDisk", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk", "props": [{"type": "string", "name": "caching", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.enableFullCaching"}, {"type": "string", "name": "option", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diskSizeGB"}, {"type": "object", "name": "image", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.image", "props": [{"type": "string", "name": "uri", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.image.uri"}]}, {"type": "object", "name": "managedDisk", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "arg": "@VirtualMachineScaleSetManagedDiskParameters_create.diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id", "arg": "@DiskEncryptionSetParameters_create.id"}], "cls": "DiskEncryptionSetParameters_create"}, {"type": "object", "name": "securityProfile", "arg": "@VirtualMachineScaleSetManagedDiskParameters_create.securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_create", "name": "diskEncryptionSet", "arg": "@VirtualMachineScaleSetManagedDiskParameters_create.securityProfile.diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "arg": "@VirtualMachineScaleSetManagedDiskParameters_create.securityProfile.securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "arg": "@VirtualMachineScaleSetManagedDiskParameters_create.storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_create"}, {"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.name"}, {"type": "string", "name": "osType", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "array", "name": "vhdContainers", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.writeAcceleratorEnabled"}]}]}, {"type": "string", "name": "userData", "arg": "$parameters.properties.virtualMachineProfile.userData"}]}, {"type": "string", "name": "zonalPlatformFaultDomainAlignMode", "arg": "$parameters.properties.zonalPlatformFaultDomainAlignMode", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}, {"value": "Unaligned"}]}}, {"type": "boolean", "name": "zoneBalance", "arg": "$parameters.properties.zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "arg": "$parameters.sku", "props": [{"type": "integer64", "name": "capacity", "arg": "$parameters.sku.capacity"}, {"type": "string", "name": "name", "arg": "$parameters.sku.name"}, {"type": "string", "name": "tier", "arg": "$parameters.sku.tier"}]}, {"type": "object", "name": "tags", "arg": "$parameters.tags", "additionalProps": {"item": {"type": "string"}}}, {"type": "array", "name": "zones", "arg": "$parameters.zones", "item": {"type": "string"}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "gracePeriod"}, {"type": "string", "name": "repairAction", "enum": {"items": [{"value": "Reimage"}, {"value": "Replace"}, {"value": "Restart"}]}}]}, {"type": "boolean", "name": "constrainedMaximumCapacity"}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "object", "name": "externalHealthPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "duration", "name": "expiryDuration"}, {"type": "duration", "name": "gracePeriod"}]}, {"type": "string", "name": "highSpeedInterconnectPlacement", "enum": {"items": [{"value": "None"}, {"value": "Trunk"}]}}, {"type": "@SubResource_read", "name": "hostGroup"}, {"type": "object", "name": "lifecycleHooksProfile", "props": [{"type": "array", "name": "lifecycleHooks", "item": {"type": "object", "props": [{"type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Approve"}, {"value": "Reject"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "UpgradeAutoOSRollingBatchStarting"}, {"value": "UpgradeAutoOSScheduling"}]}}, {"type": "duration", "name": "waitDuration"}]}, "identifiers": ["type"]}]}, {"type": "string", "name": "orchestrationMode", "enum": {"items": [{"value": "Flexible"}, {"value": "Uniform"}]}}, {"type": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"type": "object", "name": "priorityMixPolicy", "props": [{"type": "integer32", "name": "baseRegularPriorityCount"}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "format": {"maximum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyPolicy", "props": [{"type": "object", "name": "automaticZoneRebalancingPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "rebalanceBehavior", "enum": {"items": [{"value": "CreateBeforeDelete"}]}}, {"type": "string", "name": "rebalanceStrategy", "enum": {"items": [{"value": "Recreate"}]}}]}, {"type": "object", "name": "operationRecoverySettings", "props": [{"type": "object", "name": "reimageRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "restartRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "startRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}]}, {"type": "object", "name": "resilientVMCreationPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "resilientVMDeletionPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "zoneAllocationPolicy", "props": [{"type": "object", "name": "maxInstancePercentPerZonePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "integer32", "name": "value", "format": {"maximum": 100}}]}, {"type": "integer32", "name": "maxZoneCount"}]}]}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion"}, {"type": "boolean", "name": "prioritizeUnhealthyVMs"}, {"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"type": "object", "name": "skuProfile", "props": [{"type": "string", "name": "allocationStrategy", "enum": {"items": [{"value": "CapacityOptimized"}, {"value": "LowestPrice"}, {"value": "Prioritized"}]}}, {"type": "array", "name": "vmSizes", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "integer32", "name": "rank"}]}, "identifiers": ["name"]}]}, {"type": "object", "name": "spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "restoreTimeout"}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "object", "name": "automaticOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutomaticRollback"}, {"type": "boolean", "name": "enableAutomaticOSUpgrade"}, {"type": "boolean", "name": "osRollingUpgradeDeferral"}, {"type": "boolean", "name": "useRollingUpgradePolicy"}]}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "boolean", "name": "enableCrossZoneUpgrade"}, {"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "boolean", "name": "maxSurge"}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100}}, {"type": "string", "name": "pauseTimeBetweenBatches"}, {"type": "boolean", "name": "prioritizeUnhealthyInstances"}, {"type": "boolean", "name": "rollbackFailedInstancesOnPolicyBreach"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "object", "name": "extensionProfile", "props": [{"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "any", "name": "protectedSettings"}, {"type": "object", "name": "protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}, "identifiers": ["name"]}, {"type": "string", "name": "extensionsTimeBudget"}]}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerInboundNatPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityPostureReference", "props": [{"type": "array", "name": "excludeExtensions", "item": {"type": "string"}}, {"type": "string", "name": "id", "required": true}, {"type": "boolean", "name": "isOverridable"}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "serviceArtifactReference", "props": [{"type": "string", "name": "id"}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}]}, {"type": "string", "name": "zonalPlatformFaultDomainAlignMode", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}, {"value": "Unaligned"}]}}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2025-11-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Header.If-Match", "options": ["if-match"], "help": {"short": "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes."}}, {"type": "string", "var": "$Header.If-None-Match", "options": ["if-none-match"], "help": {"short": "Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will result in error from server as they are not supported."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmScaleSetName", "options": ["n", "name", "vm-scale-set-name"], "required": true, "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}, {"name": "Parameters", "args": [{"nullable": true, "type": "object", "var": "$parameters.extendedLocation", "options": ["extended-location"], "group": "Parameters", "help": {"short": "The extended location of the Virtual Machine Scale Set."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.extendedLocation.name", "options": ["name"], "help": {"short": "The name of the extended location."}}, {"nullable": true, "type": "string", "var": "$parameters.extendedLocation.type", "options": ["type"], "help": {"short": "The type of the extended location."}, "enum": {"items": [{"name": "EdgeZone", "value": "EdgeZone"}]}}]}, {"nullable": true, "type": "object", "var": "$parameters.identity", "options": ["identity"], "group": "Parameters", "help": {"short": "The identity of the virtual machine scale set, if configured."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.identity.type", "options": ["type"], "help": {"short": "The type of identity used for the virtual machine scale set. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine scale set."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned, UserAssigned", "value": "SystemAssigned, UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"nullable": true, "type": "object", "var": "$parameters.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "help": {"short": "The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"nullable": true, "type": "object", "var": "$parameters.placement", "options": ["placement"], "group": "Parameters", "help": {"short": "Placement section specifies the user-defined constraints for virtual machine scale set hardware placement. This property cannot be changed once VMSS is provisioned. Minimum api-version: 2025-04-01."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.placement.excludeZones", "options": ["exclude-zones"], "help": {"short": "This property supplements the 'zonePlacementPolicy' property. If 'zonePlacementPolicy' is set to 'Any'/'Auto', availability zone selected by the system must not be present in the list of availability zones passed with 'excludeZones'. If 'excludeZones' is not provided, all availability zones in region will be considered for selection."}, "item": {"nullable": true, "type": "string"}}, {"nullable": true, "type": "array", "var": "$parameters.placement.includeZones", "options": ["include-zones"], "help": {"short": "This property supplements the 'zonePlacementPolicy' property. If 'zonePlacementPolicy' is set to 'Any'/'Auto', availability zone selected by the system must be present in the list of availability zones passed with 'includeZones'. If 'includeZones' is not provided, all availability zones in region will be considered for selection."}, "item": {"nullable": true, "type": "string"}}, {"nullable": true, "type": "string", "var": "$parameters.placement.zonePlacementPolicy", "options": ["zone-placement-policy"], "help": {"short": "Specifies the policy for resource's placement in availability zone. Possible values are: **Any** (used for Virtual Machines), **Auto** (used for Virtual Machine Scale Sets) - An availability zone will be automatically picked by system as part of resource creation."}, "enum": {"items": [{"name": "Any", "value": "Any"}, {"name": "Auto", "value": "Auto"}]}}]}, {"nullable": true, "type": "object", "var": "$parameters.plan", "options": ["plan"], "group": "Parameters", "help": {"short": "Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.plan.name", "options": ["name"], "help": {"short": "The plan ID."}}, {"nullable": true, "type": "string", "var": "$parameters.plan.product", "options": ["product"], "help": {"short": "Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element."}}, {"nullable": true, "type": "string", "var": "$parameters.plan.promotionCode", "options": ["promotion-code"], "help": {"short": "The promotion code."}}, {"nullable": true, "type": "string", "var": "$parameters.plan.publisher", "options": ["publisher"], "help": {"short": "The publisher ID."}}]}, {"nullable": true, "type": "object", "var": "$parameters.sku", "options": ["sku"], "group": "Parameters", "help": {"short": "The virtual machine scale set sku."}, "args": [{"nullable": true, "type": "integer64", "var": "$parameters.sku.capacity", "options": ["capacity"], "help": {"short": "Specifies the number of virtual machines in the scale set."}}, {"nullable": true, "type": "string", "var": "$parameters.sku.name", "options": ["name"], "help": {"short": "The sku name."}}, {"nullable": true, "type": "string", "var": "$parameters.sku.tier", "options": ["tier"], "help": {"short": "Specifies the tier of virtual machines in a scale set.

Possible Values:

**Standard**

**Basic**"}}]}, {"nullable": true, "type": "object", "var": "$parameters.tags", "options": ["tags"], "group": "Parameters", "help": {"short": "Resource tags"}, "additionalProps": {"item": {"nullable": true, "type": "string"}}}, {"nullable": true, "type": "array", "var": "$parameters.zones", "options": ["zones"], "group": "Parameters", "help": {"short": "The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set"}, "item": {"nullable": true, "type": "string"}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.additionalCapabilities", "options": ["additional-capabilities"], "group": "Properties", "help": {"short": "Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.additionalCapabilities.enableFips1403Encryption", "options": ["enable-fips1403-encryption"], "help": {"short": "The flag enables the usage of FIPS 140-3 compliant cryptography on the protectedSettings of an extension. Learn more at: https://aka.ms/linuxagentfipssupport."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.additionalCapabilities.hibernationEnabled", "options": ["hibernation-enabled"], "help": {"short": "The flag that enables or disables hibernation capability on the VM."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.additionalCapabilities.ultraSSDEnabled", "options": ["ultra-ssd-enabled"], "help": {"short": "The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.automaticRepairsPolicy", "options": ["automatic-repairs-policy"], "group": "Properties", "help": {"short": "Policy for automatic repairs."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.automaticRepairsPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.automaticRepairsPolicy.gracePeriod", "options": ["grace-period"], "help": {"short": "The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 10 minutes (PT10M), which is also the default value. The maximum allowed grace period is 90 minutes (PT90M)."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.automaticRepairsPolicy.repairAction", "options": ["repair-action"], "help": {"short": "Type of repair action (replace, restart, reimage) that will be used for repairing unhealthy virtual machines in the scale set. Default value is replace."}, "enum": {"items": [{"name": "Reimage", "value": "Reimage"}, {"name": "Replace", "value": "Replace"}, {"name": "Restart", "value": "Restart"}]}}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.constrainedMaximumCapacity", "options": ["constrained-maximum-capacity"], "group": "Properties", "help": {"short": "Optional property which must either be set to True or omitted."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.doNotRunExtensionsOnOverprovisionedVMs", "options": ["do-not-run-extensions-on-overprovisioned-v-ms"], "group": "Properties", "help": {"short": "When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.externalHealthPolicy", "options": ["external-health-policy"], "group": "Properties", "help": {"short": "Specifies the external health policy for the virtual machine scale set."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.externalHealthPolicy.enabled", "options": ["enabled"], "help": {"short": "If true, external health is enabled for this scale set. Cannot be set to true on instances where another health monitoring source is active (ApplicationHealth extension or SLB). Defaults to false."}}, {"nullable": true, "type": "duration", "var": "$parameters.properties.externalHealthPolicy.expiryDuration", "options": ["expiry-duration"], "help": {"short": "Defines how long the health status set by External Health API will last on the VM. If a signal is not received/updated within this time, the VM Health will be marked as \"unknown\". Uses the ISO 8601 format. Minimum: 5 minutes (PT5M), Maximum: 3 hours (PT3H)."}}, {"nullable": true, "type": "duration", "var": "$parameters.properties.externalHealthPolicy.gracePeriod", "options": ["grace-period"], "help": {"short": "Grace period for newly created VMs or when the External Health policy is first applied on VMSS. Uses the ISO 8601 format. Minimum: 5 minutes (PT5M), Maximum: 4 hours (PT4H)."}}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.highSpeedInterconnectPlacement", "options": ["high-speed-interconnect-placement"], "group": "Properties", "help": {"short": "Specifies the high speed interconnect placement for the virtual machine scale set."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "Trunk", "value": "Trunk"}]}}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.hostGroup", "options": ["host-group"], "group": "Properties", "help": {"short": "Specifies information about the dedicated host group that the virtual machine scale set resides in. Minimum api-version: 2020-06-01."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.lifecycleHooksProfile", "options": ["lifecycle-hooks-profile"], "group": "Properties", "help": {"short": "Specifies the lifecycle hooks profile for the virtual machine scale set."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks", "options": ["lifecycle-hooks"], "help": {"short": "Specifies the lifecycle hooks configured for the virtual machine scale set."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].defaultAction", "options": ["default-action"], "help": {"short": "Specifies the action that will be applied to a target resource in the virtual machine scale set lifecycle hook event if the platform does not receive a response from the customer for the target resource before waitUntil."}, "enum": {"items": [{"name": "Approve", "value": "Approve"}, {"name": "Reject", "value": "Reject"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].type", "options": ["type"], "help": {"short": "Specifies the type of the lifecycle hook."}, "enum": {"items": [{"name": "UpgradeAutoOSRollingBatchStarting", "value": "UpgradeAutoOSRollingBatchStarting"}, {"name": "UpgradeAutoOSScheduling", "value": "UpgradeAutoOSScheduling"}]}}, {"nullable": true, "type": "duration", "var": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].waitDuration", "options": ["wait-duration"], "help": {"short": "Specifies the time duration a virtual machine scale set lifecycle hook event sent to the customer waits for a response from the customer. It should be in ISO 8601 format."}}]}}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.orchestrationMode", "options": ["orchestration-mode"], "group": "Properties", "help": {"short": "Specifies the orchestration mode for the virtual machine scale set."}, "enum": {"items": [{"name": "Flexible", "value": "Flexible"}, {"name": "Uniform", "value": "Uniform"}]}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.overprovision", "options": ["overprovision"], "group": "Properties", "help": {"short": "Specifies whether the Virtual Machine Scale Set should be overprovisioned."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.platformFaultDomainCount", "options": ["platform-fault-domain-count"], "group": "Properties", "help": {"short": "Fault Domain count for each placement group."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.priorityMixPolicy", "options": ["priority-mix-policy"], "group": "Properties", "help": {"short": "Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance."}, "args": [{"nullable": true, "type": "integer32", "var": "$parameters.properties.priorityMixPolicy.baseRegularPriorityCount", "options": ["base-regular-priority-count"], "help": {"short": "The base number of regular priority VMs that will be created in this scale set as it scales out."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.priorityMixPolicy.regularPriorityPercentageAboveBase", "options": ["regular-priority-percentage-above-base"], "help": {"short": "The percentage of VM instances, after the base regular priority count has been reached, that are expected to use regular priority."}, "format": {"maximum": 100}}]}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.proximityPlacementGroup", "options": ["proximity-placement-group"], "group": "Properties", "help": {"short": "Specifies information about the proximity placement group that the virtual machine scale set should be assigned to. Minimum api-version: 2018-04-01."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyPolicy", "options": ["resiliency-policy"], "group": "Properties", "help": {"short": "Policy for Resiliency"}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy", "options": ["automatic-zone-rebalancing-policy"], "help": {"short": "The configuration parameters used while performing automatic AZ balancing."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether Automatic AZ Balancing should be enabled on the virtual machine scale set. The default value is false."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.rebalanceBehavior", "options": ["rebalance-behavior"], "help": {"short": "Type of rebalance behavior that will be used for recreating virtual machines in the scale set across availability zones. Default and only supported value for now is CreateBeforeDelete."}, "enum": {"items": [{"name": "CreateBeforeDelete", "value": "CreateBeforeDelete"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.rebalanceStrategy", "options": ["rebalance-strategy"], "help": {"short": "Type of rebalance strategy that will be used for rebalancing virtual machines in the scale set across availability zones. Default and only supported value for now is Recreate."}, "enum": {"items": [{"name": "Recreate", "value": "Recreate"}]}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings", "options": ["operation-recovery-settings"], "help": {"short": "The configuration parameters used for operation recovery settings."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.reimageRecoveryPolicy", "options": ["reimage-recovery-policy"], "help": {"short": "The configuration parameters used for reimage recovery policy."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.reimageRecoveryPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether reimage recovery should be enabled. The default value is false."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.restartRecoveryPolicy", "options": ["restart-recovery-policy"], "help": {"short": "The configuration parameters used for restart recovery policy."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.restartRecoveryPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether restart recovery should be enabled. The default value is false."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.startRecoveryPolicy", "options": ["start-recovery-policy"], "help": {"short": "The configuration parameters used for start recovery policy."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.startRecoveryPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether start recovery should be enabled. The default value is false."}}]}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyPolicy.resilientVMCreationPolicy", "options": ["resilient-vm-creation-policy"], "help": {"short": "The configuration parameters used while performing resilient VM creation."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.resiliencyPolicy.resilientVMCreationPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether resilient VM creation should be enabled on the virtual machine scale set. The default value is false."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyPolicy.resilientVMDeletionPolicy", "options": ["resilient-vm-deletion-policy"], "help": {"short": "The configuration parameters used while performing resilient VM deletion."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.resiliencyPolicy.resilientVMDeletionPolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether resilient VM deletion should be enabled on the virtual machine scale set. The default value is false."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy", "options": ["zone-allocation-policy"], "help": {"short": "The configuration parameters used while performing zone allocation."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy", "options": ["max-instance-percent-per-zone-policy"], "help": {"short": "The configuration parameters used to limit the number of virtual machines per availability zone in the virtual machine scale set."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy.enabled", "options": ["enabled"], "help": {"short": "Specifies whether maxInstancePercentPerZonePolicy should be enabled on the virtual machine scale set."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy.value", "options": ["value"], "help": {"short": "Limit on the number of instances in each zone as a percentage of the total capacity of the virtual machine scale set."}, "format": {"maximum": 100}}]}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxZoneCount", "options": ["max-zone-count"], "help": {"short": "The maximum number of availability zones to use if the ZonePlacementPolicy is 'Auto'. If not specified, all availability zones will be used."}}]}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.scaleInPolicy", "options": ["scale-in-policy"], "group": "Properties", "help": {"short": "Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.scaleInPolicy.forceDeletion", "options": ["force-deletion"], "help": {"short": "This property allows you to specify if virtual machines chosen for removal have to be force deleted when a virtual machine scale set is being scaled-in.(Feature in Preview)"}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.scaleInPolicy.prioritizeUnhealthyVMs", "options": ["prioritize-unhealthy-v-ms"], "help": {"short": "This property allows you to prioritize the deletion of unhealthy and inactive VMs when a virtual machine scale set is being scaled-in.(Feature in Preview)"}}, {"nullable": true, "type": "array", "var": "$parameters.properties.scaleInPolicy.rules", "options": ["rules"], "help": {"short": "The rules to be followed when scaling-in a virtual machine scale set.

Possible values are:

**Default** When a virtual machine scale set is scaled in, the scale set will first be balanced across zones if it is a zonal scale set. Then, it will be balanced across Fault Domains as far as possible. Within each Fault Domain, the virtual machines chosen for removal will be the newest ones that are not protected from scale-in.

**OldestVM** When a virtual machine scale set is being scaled-in, the oldest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the oldest virtual machines that are not protected will be chosen for removal.

**NewestVM** When a virtual machine scale set is being scaled-in, the newest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the newest virtual machines that are not protected will be chosen for removal.

"}, "item": {"nullable": true, "type": "string", "enum": {"items": [{"name": "Default", "value": "Default"}, {"name": "NewestVM", "value": "NewestVM"}, {"name": "OldestVM", "value": "OldestVM"}]}}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy", "options": ["scheduled-events-policy"], "group": "Properties", "help": {"short": "The ScheduledEventsPolicy."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy.allInstancesDown", "options": ["all-instances-down"], "help": {"short": "The configuration parameters used while creating AllInstancesDown scheduled event setting creation."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.allInstancesDown.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies if Scheduled Events should be auto-approved when all instances are down. its default value is true"}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets", "options": ["scheduled-events-additional-publishing-targets"], "help": {"short": "The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph", "options": ["event-grid-and-resource-graph"], "help": {"short": "The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.enable", "options": ["enable"], "help": {"short": "Specifies if event grid and resource graph is enabled for Scheduled event related configurations."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.scheduledEventsApiVersion", "options": ["scheduled-events-api-version"], "help": {"short": "Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered."}}]}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot", "options": ["user-initiated-reboot"], "help": {"short": "The configuration parameters used while creating userInitiatedReboot scheduled event setting creation."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies Reboot Scheduled Event related configurations."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy", "options": ["user-initiated-redeploy"], "help": {"short": "The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies Redeploy Scheduled Event related configurations."}}]}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.singlePlacementGroup", "options": ["single-placement-group"], "group": "Properties", "help": {"short": "When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.skuProfile", "options": ["sku-profile"], "group": "Properties", "help": {"short": "Specifies the sku profile for the virtual machine scale set."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.skuProfile.allocationStrategy", "options": ["allocation-strategy"], "help": {"short": "Specifies the allocation strategy for the virtual machine scale set based on which the VMs will be allocated."}, "enum": {"items": [{"name": "CapacityOptimized", "value": "CapacityOptimized"}, {"name": "LowestPrice", "value": "LowestPrice"}, {"name": "Prioritized", "value": "Prioritized"}]}}, {"nullable": true, "type": "array", "var": "$parameters.properties.skuProfile.vmSizes", "options": ["vm-sizes"], "help": {"short": "Specifies the VM sizes for the virtual machine scale set."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.skuProfile.vmSizes[].name", "options": ["name"], "help": {"short": "Specifies the name of the VM Size."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.skuProfile.vmSizes[].rank", "options": ["rank"], "help": {"short": "Specifies the rank (a.k.a priority) associated with the VM Size."}}]}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.spotRestorePolicy", "options": ["spot-restore-policy"], "group": "Properties", "help": {"short": "Specifies the Spot Restore properties for the virtual machine scale set."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.spotRestorePolicy.enabled", "options": ["enabled"], "help": {"short": "Enables the Spot-Try-Restore feature where evicted VMSS SPOT instances will be tried to be restored opportunistically based on capacity availability and pricing constraints"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.spotRestorePolicy.restoreTimeout", "options": ["restore-timeout"], "help": {"short": "Timeout value expressed as an ISO 8601 time duration after which the platform will not try to restore the VMSS SPOT instances"}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.upgradePolicy", "options": ["upgrade-policy"], "group": "Properties", "help": {"short": "The upgrade policy."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy", "options": ["automatic-os-upgrade-policy"], "help": {"short": "Configuration parameters used for performing automatic OS Upgrade."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.disableAutomaticRollback", "options": ["disable-automatic-rollback"], "help": {"short": "Whether OS image rollback feature should be disabled. Default value is false."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.enableAutomaticOSUpgrade", "options": ["enable-automatic-os-upgrade"], "help": {"short": "Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false. If this is set to true for Windows based scale sets, [enableAutomaticUpdates](https://learn.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) is automatically set to false and cannot be set to true."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.osRollingUpgradeDeferral", "options": ["os-rolling-upgrade-deferral"], "help": {"short": "Indicates whether Auto OS Upgrade should undergo deferral. Deferred OS upgrades will send advanced notifications on a per-VM basis that an OS upgrade from rolling upgrades is incoming, via the IMDS tag 'Platform.PendingOSUpgrade'. The upgrade then defers until the upgrade is approved via an ApproveRollingUpgrade call."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.useRollingUpgradePolicy", "options": ["use-rolling-upgrade-policy"], "help": {"short": "Indicates whether rolling upgrade policy should be used during Auto OS Upgrade. Default value is false. Auto OS Upgrade will fallback to the default policy if no policy is defined on the VMSS."}}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.upgradePolicy.mode", "options": ["mode"], "help": {"short": "Specifies the mode of an upgrade to virtual machines in the scale set.

Possible values are:

**Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.

**Automatic** - All virtual machines in the scale set are automatically updated at the same time."}, "enum": {"items": [{"name": "Automatic", "value": "Automatic"}, {"name": "Manual", "value": "Manual"}, {"name": "Rolling", "value": "Rolling"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy", "options": ["rolling-upgrade-policy"], "help": {"short": "The configuration parameters used while performing a rolling upgrade."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.enableCrossZoneUpgrade", "options": ["enable-cross-zone-upgrade"], "help": {"short": "Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent", "options": ["max-batch-instance-percent"], "help": {"short": "The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of instances in a batch to decrease to ensure higher reliability. The default value for this parameter is 20%."}, "format": {"maximum": 100, "minimum": 5}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxSurge", "options": ["max-surge"], "help": {"short": "Create new virtual machines to upgrade the scale set, rather than updating the existing virtual machines. Existing virtual machines will be deleted once the new virtual machines are created for each batch."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxUnhealthyInstancePercent", "options": ["max-unhealthy-instance-percent"], "help": {"short": "The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch. The default value for this parameter is 20%."}, "format": {"maximum": 100, "minimum": 5}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxUnhealthyUpgradedInstancePercent", "options": ["max-unhealthy-upgraded-instance-percent"], "help": {"short": "The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The default value for this parameter is 20%."}, "format": {"maximum": 100}}, {"nullable": true, "type": "string", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches", "options": ["pause-time-between-batches"], "help": {"short": "The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S)."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.prioritizeUnhealthyInstances", "options": ["prioritize-unhealthy-instances"], "help": {"short": "Upgrade all unhealthy instances in a scale set before any healthy instances."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.rollbackFailedInstancesOnPolicyBreach", "options": ["rollback-failed-instances-on-policy-breach"], "help": {"short": "Rollback failed instances to previous model if the Rolling Upgrade policy is violated."}}]}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile", "options": ["virtual-machine-profile"], "group": "Properties", "help": {"short": "The virtual machine profile."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.applicationProfile", "options": ["application-profile"], "help": {"short": "Specifies the gallery applications that should be made available to the VM/VMSS"}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications", "options": ["gallery-applications"], "help": {"short": "Specifies the gallery applications that should be made available to the VM/VMSS"}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].configurationReference", "options": ["configuration-reference"], "help": {"short": "Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided"}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].enableAutomaticUpgrade", "options": ["enable-automatic-upgrade"], "help": {"short": "If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS"}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].order", "options": ["order"], "help": {"short": "Optional, Specifies the order in which the packages have to be installed"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].packageReferenceId", "options": ["package-reference-id"], "help": {"short": "Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].tags", "options": ["tags"], "help": {"short": "Optional, Specifies a passthrough value for more generic context."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].treatFailureAsDeploymentFailure", "options": ["treat-failure-as-deployment-failure"], "help": {"short": "Optional, If true, any failure for any operation in the VmApplication will fail the deployment"}}]}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.billingProfile", "options": ["billing-profile"], "help": {"short": "Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01."}, "args": [{"nullable": true, "type": "float64", "var": "$parameters.properties.virtualMachineProfile.billingProfile.maxPrice", "options": ["max-price"], "help": {"short": "Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars.

This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price.

The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS.

Possible values are:

- Any decimal value greater than zero. Example: 0.01538

-1 - indicates default price to be up-to on-demand.

You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you.

Minimum api-version: 2019-03-01."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.capacityReservation", "options": ["capacity-reservation"], "help": {"short": "Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01."}, "args": [{"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.virtualMachineProfile.capacityReservation.capacityReservationGroup", "options": ["capacity-reservation-group"], "help": {"short": "Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.diagnosticsProfile", "options": ["diagnostics-profile"], "help": {"short": "Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics", "options": ["boot-diagnostics"], "help": {"short": "Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics.enabled", "options": ["enabled"], "help": {"short": "Whether boot diagnostics should be enabled on the Virtual Machine."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics.storageUri", "options": ["storage-uri"], "help": {"short": "Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used."}}]}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.evictionPolicy", "options": ["eviction-policy"], "help": {"short": "Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview."}, "enum": {"items": [{"name": "Deallocate", "value": "Deallocate"}, {"name": "Delete", "value": "Delete"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.extensionProfile", "options": ["extension-profile"], "help": {"short": "Specifies a collection of settings for extensions installed on virtual machines in the scale set."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions", "options": ["extensions"], "help": {"short": "The virtual machine scale set child extension resources."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].name", "options": ["name"], "help": {"short": "The name of the extension."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.autoUpgradeMinorVersion", "options": ["auto-upgrade-minor-version"], "group": "Properties", "help": {"short": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.enableAutomaticUpgrade", "options": ["enable-automatic-upgrade"], "group": "Properties", "help": {"short": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.forceUpdateTag", "options": ["force-update-tag"], "group": "Properties", "help": {"short": "If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed."}}, {"nullable": true, "blank": {"value": {}}, "type": "any", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettings", "options": ["protected-settings"], "group": "Properties", "help": {"short": "The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault", "options": ["protected-settings-from-key-vault"], "group": "Properties", "help": {"short": "The extensions protected settings that are passed by reference, and consumed from key vault"}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault.secretUrl", "options": ["secret-url"], "help": {"short": "The URL referencing a secret in a Key Vault."}}, {"type": "@SubResource_update", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault.sourceVault", "options": ["source-vault"], "help": {"short": "The relative URL of the Key Vault containing the secret."}}]}, {"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.provisionAfterExtensions", "options": ["provision-after-extensions"], "group": "Properties", "help": {"short": "Collection of extension names after which this extension needs to be provisioned."}, "item": {"nullable": true, "type": "string"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.publisher", "options": ["publisher"], "group": "Properties", "help": {"short": "The name of the extension handler publisher."}}, {"nullable": true, "blank": {"value": {}}, "type": "any", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.settings", "options": ["settings"], "group": "Properties", "help": {"short": "Json formatted public settings for the extension."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.suppressFailures", "options": ["suppress-failures"], "group": "Properties", "help": {"short": "Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.type", "options": ["type"], "group": "Properties", "help": {"short": "Specifies the type of the extension; an example is \"CustomScriptExtension\"."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.typeHandlerVersion", "options": ["type-handler-version"], "group": "Properties", "help": {"short": "Specifies the version of the script handler."}}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensionsTimeBudget", "options": ["extensions-time-budget"], "help": {"short": "Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum api-version: 2020-06-01."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.hardwareProfile", "options": ["hardware-profile"], "help": {"short": "Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties", "options": ["vm-size-properties"], "help": {"short": "Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in [VM Customization](https://aka.ms/vmcustomization) for more details."}, "args": [{"nullable": true, "type": "integer32", "var": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties.vCPUsAvailable", "options": ["v-cp-us-available"], "help": {"short": "Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of [List all available virtual machine sizes in a region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list)."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties.vCPUsPerCore", "options": ["v-cp-us-per-core"], "help": {"short": "Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of [List all available virtual machine sizes in a region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list). **Setting this property to 1 also means that hyper-threading is disabled.**"}}]}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.licenseType", "options": ["license-type"], "help": {"short": "Specifies that the image or disk that is being used was licensed on-premises.

Possible values for Windows Server operating system are:

Windows_Client

Windows_Server

Possible values for Linux Server operating system are:

RHEL_BYOS (for RHEL)

SLES_BYOS (for SUSE)

For more information, see [Azure Hybrid Use Benefit for Windows Server](https://learn.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

[Azure Hybrid Use Benefit for Linux Server](https://learn.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

Minimum api-version: 2015-06-15"}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile", "options": ["network-profile"], "help": {"short": "Specifies properties of the network interfaces of the virtual machines in the scale set."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.healthProbe", "options": ["health-probe"], "help": {"short": "A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'."}, "args": [{"nullable": true, "type": "string", "var": "@ApiEntityReference_update.id", "options": ["id"], "help": {"short": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..."}}], "cls": "ApiEntityReference_update"}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkApiVersion", "options": ["network-api-version"], "help": {"short": "specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'"}, "enum": {"items": [{"name": "2020-11-01", "value": "2020-11-01"}, {"name": "2022-11-01", "value": "2022-11-01"}]}}, {"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "options": ["network-interface-configurations"], "help": {"short": "The list of network configurations."}, "item": {"nullable": true, "type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "options": ["name"], "help": {"short": "The network configuration name."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.auxiliaryMode", "options": ["auxiliary-mode"], "group": "Properties", "help": {"short": "Specifies whether the Auxiliary mode is enabled for the Network Interface resource."}, "enum": {"items": [{"name": "AcceleratedConnections", "value": "AcceleratedConnections"}, {"name": "Floating", "value": "Floating"}, {"name": "None", "value": "None"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.auxiliarySku", "options": ["auxiliary-sku"], "group": "Properties", "help": {"short": "Specifies whether the Auxiliary sku is enabled for the Network Interface resource."}, "enum": {"items": [{"name": "A1", "value": "A1"}, {"name": "A2", "value": "A2"}, {"name": "A4", "value": "A4"}, {"name": "A8", "value": "A8"}, {"name": "None", "value": "None"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.deleteOption", "options": ["delete-option"], "group": "Properties", "help": {"short": "Specify what happens to the network interface when the VM is deleted"}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.disableTcpStateTracking", "options": ["disable-tcp-state-tracking"], "group": "Properties", "help": {"short": "Specifies whether the network interface is disabled for tcp state tracking."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings", "options": ["dns-settings"], "group": "Properties", "help": {"short": "The dns settings to be applied on the network interfaces."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings.dnsServers", "options": ["dns-servers"], "help": {"short": "List of DNS servers IP addresses"}, "item": {"nullable": true, "type": "string"}}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableAcceleratedNetworking", "options": ["enable-accelerated-networking"], "group": "Properties", "help": {"short": "Specifies whether the network interface is accelerated networking-enabled."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableFpga", "options": ["enable-fpga"], "group": "Properties", "help": {"short": "Specifies whether the network interface is FPGA networking-enabled."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableIPForwarding", "options": ["enable-ip-forwarding"], "group": "Properties", "help": {"short": "Whether IP forwarding enabled on this NIC."}}, {"type": "array", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations", "options": ["ip-configurations"], "group": "Properties", "help": {"short": "Specifies the IP configurations of the network interface."}, "item": {"nullable": true, "type": "object", "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].name", "options": ["name"], "help": {"short": "The IP configuration name."}}, {"nullable": true, "type": "array<@SubResource_update>", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationGatewayBackendAddressPools", "options": ["application-gateway-backend-address-pools"], "group": "Properties", "help": {"short": "Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway."}, "item": {"nullable": true, "type": "@SubResource_update"}}, {"nullable": true, "type": "array<@SubResource_update>", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationSecurityGroups", "options": ["application-security-groups"], "group": "Properties", "help": {"short": "Specifies an array of references to application security group."}, "item": {"nullable": true, "type": "@SubResource_update"}}, {"nullable": true, "type": "array<@SubResource_update>", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerBackendAddressPools", "options": ["load-balancer-backend-address-pools"], "group": "Properties", "help": {"short": "Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer."}, "item": {"nullable": true, "type": "@SubResource_update"}}, {"nullable": true, "type": "array<@SubResource_update>", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerInboundNatPools", "options": ["load-balancer-inbound-nat-pools"], "group": "Properties", "help": {"short": "Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer."}, "item": {"nullable": true, "type": "@SubResource_update"}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.primary", "options": ["primary"], "group": "Properties", "help": {"short": "Specifies the primary network interface in case the virtual machine has more than 1 network interface."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.privateIPAddressVersion", "options": ["private-ip-address-version"], "group": "Properties", "help": {"short": "Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration", "options": ["public-ip-address-configuration"], "group": "Properties", "help": {"short": "The publicIPAddressConfiguration."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.name", "options": ["name"], "help": {"short": "The publicIP address configuration name."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.deleteOption", "options": ["delete-option"], "group": "Properties", "help": {"short": "Specify what happens to the public IP when the VM is deleted"}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings", "options": ["dns-settings"], "group": "Properties", "help": {"short": "The dns settings to be applied on the publicIP addresses ."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabel", "options": ["domain-name-label"], "help": {"short": "The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabelScope", "options": ["domain-name-label-scope"], "help": {"short": "The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created"}, "enum": {"items": [{"name": "NoReuse", "value": "NoReuse"}, {"name": "ResourceGroupReuse", "value": "ResourceGroupReuse"}, {"name": "SubscriptionReuse", "value": "SubscriptionReuse"}, {"name": "TenantReuse", "value": "TenantReuse"}]}}]}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes", "options": ["idle-timeout-in-minutes"], "group": "Properties", "help": {"short": "The idle timeout of the public IP address."}}, {"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags", "options": ["ip-tags"], "group": "Properties", "help": {"short": "The list of IP tags associated with the public IP address."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].ipTagType", "options": ["ip-tag-type"], "help": {"short": "IP tag type. Example: FirstPartyUsage."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].tag", "options": ["tag"], "help": {"short": "IP tag associated with the public IP. Example: SQL, Storage etc."}}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAddressVersion", "options": ["public-ip-address-version"], "group": "Properties", "help": {"short": "Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPPrefix", "options": ["public-ip-prefix"], "group": "Properties", "help": {"short": "The PublicIPPrefix from which to allocate publicIP addresses."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku", "options": ["sku"], "help": {"short": "Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.name", "options": ["name"], "help": {"short": "Specify public IP sku name"}, "enum": {"items": [{"name": "Basic", "value": "Basic"}, {"name": "Standard", "value": "Standard"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.tier", "options": ["tier"], "help": {"short": "Specify public IP sku tier"}, "enum": {"items": [{"name": "Global", "value": "Global"}, {"name": "Regional", "value": "Regional"}]}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.tags", "options": ["tags"], "help": {"short": "Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration"}, "additionalProps": {"item": {"nullable": true, "type": "string"}}}]}, {"nullable": true, "type": "@ApiEntityReference_update", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet", "options": ["subnet"], "group": "Properties", "help": {"short": "Specifies the identifier of the subnet."}}]}}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.networkSecurityGroup", "options": ["network-security-group"], "group": "Properties", "help": {"short": "The network security group."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.primary", "options": ["primary"], "group": "Properties", "help": {"short": "Specifies the primary network interface in case the virtual machine has more than 1 network interface."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].tags", "options": ["tags"], "help": {"short": "Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration"}, "additionalProps": {"item": {"nullable": true, "type": "string"}}}]}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile", "options": ["os-profile"], "help": {"short": "Specifies the operating system settings for the virtual machines in the scale set."}, "args": [{"nullable": true, "type": "password", "var": "$parameters.properties.virtualMachineProfile.osProfile.adminPassword", "options": ["admin-password"], "help": {"short": "Specifies the password of the administrator account.

**Minimum-length (Windows):** 8 characters

**Minimum-length (Linux):** 6 characters

**Max-length (Windows):** 123 characters

**Max-length (Linux):** 72 characters

**Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
Has lower characters
Has upper characters
Has a digit
Has a special character (Regex match [\\W_])

**Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\", \"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\"

For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)"}, "prompt": {"msg": "Password:"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.adminUsername", "options": ["admin-username"], "help": {"short": "Specifies the name of the administrator account.

**Windows-only restriction:** Cannot end in \".\"

**Disallowed values:** \"administrator\", \"admin\", \"user\", \"user1\", \"test\", \"user2\", \"test1\", \"user3\", \"admin1\", \"1\", \"123\", \"a\", \"actuser\", \"adm\", \"admin2\", \"aspnet\", \"backup\", \"console\", \"david\", \"guest\", \"john\", \"owner\", \"root\", \"server\", \"sql\", \"support\", \"support_388945a0\", \"sys\", \"test2\", \"test3\", \"user4\", \"user5\".

**Minimum-length (Linux):** 1 character

**Max-length (Linux):** 64 characters

**Max-length (Windows):** 20 characters"}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.allowExtensionOperations", "options": ["allow-extension-operations"], "help": {"short": "Specifies whether extension operations should be allowed on the virtual machine scale set. This may only be set to False when no extensions are present on the virtual machine scale set."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.computerNamePrefix", "options": ["computer-name-prefix"], "help": {"short": "Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.customData", "options": ["custom-data"], "help": {"short": "Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://learn.microsoft.com/azure/virtual-machines/linux/using-cloud-init)"}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration", "options": ["linux-configuration"], "help": {"short": "Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros)."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.disablePasswordAuthentication", "options": ["disable-password-authentication"], "help": {"short": "Specifies whether password authentication should be disabled."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.enableVMAgentPlatformUpdates", "options": ["enable-vm-agent-platform-updates"], "help": {"short": "Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings", "options": ["patch-settings"], "help": {"short": "[Preview Feature] Specifies settings related to VM Guest Patching on Linux."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.assessmentMode", "options": ["assessment-mode"], "help": {"short": "Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

Possible values are:

**ImageDefault** - You control the timing of patch assessments on a virtual machine.

**AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true."}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings", "options": ["automatic-by-platform-settings"], "help": {"short": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule", "options": ["bypass-platform-safety-checks-on-user-schedule"], "help": {"short": "Enables customer to schedule patching without accidental upgrades"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "options": ["reboot-setting"], "help": {"short": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations."}, "enum": {"items": [{"name": "Always", "value": "Always"}, {"name": "IfRequired", "value": "IfRequired"}, {"name": "Never", "value": "Never"}, {"name": "Unknown", "value": "Unknown"}]}}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.patchMode", "options": ["patch-mode"], "help": {"short": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

Possible values are:

**ImageDefault** - The virtual machine's default patching configuration is used.

**AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true"}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.provisionVMAgent", "options": ["provision-vm-agent"], "help": {"short": "Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh", "options": ["ssh"], "help": {"short": "Specifies the ssh key configuration for a Linux OS."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys", "options": ["public-keys"], "help": {"short": "The list of SSH public keys used to authenticate with linux based VMs."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[].keyData", "options": ["key-data"], "help": {"short": "SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed)."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[].path", "options": ["path"], "help": {"short": "Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys"}}]}}]}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.requireGuestProvisionSignal", "options": ["require-guest-provision-signal"], "help": {"short": "Optional property which must either be set to True or omitted."}}, {"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.osProfile.secrets", "options": ["secrets"], "help": {"short": "Specifies set of certificates that should be installed onto the virtual machines in the scale set. To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].sourceVault", "options": ["source-vault"], "help": {"short": "The relative URL of the Key Vault containing all of the certificates in VaultCertificates."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@SubResource_update.id", "options": ["id"], "help": {"short": "Resource Id"}}], "cls": "SubResource_update"}, {"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates", "options": ["vault-certificates"], "help": {"short": "The list of key vault references in SourceVault which contain certificates."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates[].certificateStore", "options": ["certificate-store"], "help": {"short": "For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates[].certificateUrl", "options": ["certificate-url"], "help": {"short": "This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

{
\"data\":\"\",
\"dataType\":\"pfx\",
\"password\":\"\"
}
To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}}]}}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration", "options": ["windows-configuration"], "help": {"short": "Specifies Windows operating system settings on the virtual machine."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent", "options": ["additional-unattend-content"], "help": {"short": "Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].componentName", "options": ["component-name"], "help": {"short": "The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup."}, "enum": {"items": [{"name": "Microsoft-Windows-Shell-Setup", "value": "Microsoft-Windows-Shell-Setup"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].content", "options": ["content"], "help": {"short": "Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].passName", "options": ["pass-name"], "help": {"short": "The pass name. Currently, the only allowable value is OobeSystem."}, "enum": {"items": [{"name": "OobeSystem", "value": "OobeSystem"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].settingName", "options": ["setting-name"], "help": {"short": "Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon."}, "enum": {"items": [{"name": "AutoLogon", "value": "AutoLogon"}, {"name": "FirstLogonCommands", "value": "FirstLogonCommands"}]}}]}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.enableAutomaticUpdates", "options": ["enable-automatic-updates"], "help": {"short": "Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings", "options": ["patch-settings"], "help": {"short": "[Preview Feature] Specifies settings related to VM Guest Patching on Windows."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.assessmentMode", "options": ["assessment-mode"], "help": {"short": "Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.

Possible values are:

**ImageDefault** - You control the timing of patch assessments on a virtual machine.

**AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. "}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings", "options": ["automatic-by-platform-settings"], "help": {"short": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule", "options": ["bypass-platform-safety-checks-on-user-schedule"], "help": {"short": "Enables customer to schedule patching without accidental upgrades"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "options": ["reboot-setting"], "help": {"short": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations."}, "enum": {"items": [{"name": "Always", "value": "Always"}, {"name": "IfRequired", "value": "IfRequired"}, {"name": "Never", "value": "Never"}, {"name": "Unknown", "value": "Unknown"}]}}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.enableHotpatching", "options": ["enable-hotpatching"], "help": {"short": "Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.patchMode", "options": ["patch-mode"], "help": {"short": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

Possible values are:

**Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false

**AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true.

**AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true "}, "enum": {"items": [{"name": "AutomaticByOS", "value": "AutomaticByOS"}, {"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "Manual", "value": "Manual"}]}}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.provisionVMAgent", "options": ["provision-vm-agent"], "help": {"short": "Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.timeZone", "options": ["time-zone"], "help": {"short": "Specifies the time zone of the virtual machine. e.g. \"Pacific Standard Time\". Possible values can be [TimeZoneInfo.Id](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones)."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM", "options": ["win-rm"], "help": {"short": "Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners", "options": ["listeners"], "help": {"short": "The list of Windows Remote Management listeners"}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[].certificateUrl", "options": ["certificate-url"], "help": {"short": "This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8:

{
\"data\":\"\",
\"dataType\":\"pfx\",
\"password\":\"\"
}
To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[].protocol", "options": ["protocol"], "help": {"short": "Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**"}, "enum": {"items": [{"name": "Http", "value": "Http"}, {"name": "Https", "value": "Https"}]}}]}}]}]}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.priority", "options": ["priority"], "help": {"short": "Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview."}, "enum": {"items": [{"name": "Low", "value": "Low"}, {"name": "Regular", "value": "Regular"}, {"name": "Spot", "value": "Spot"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile", "options": ["scheduled-events-profile"], "help": {"short": "Specifies Scheduled Event related configurations."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile", "options": ["os-image-notification-profile"], "help": {"short": "Specifies OS Image Scheduled Event related configurations."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile.enable", "options": ["enable"], "help": {"short": "Specifies whether the OS Image Scheduled event is enabled or disabled."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile.notBeforeTimeout", "options": ["not-before-timeout"], "help": {"short": "Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)"}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile", "options": ["terminate-notification-profile"], "help": {"short": "Specifies Terminate Scheduled Event related configurations."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.enable", "options": ["enable"], "help": {"short": "Specifies whether the Terminate Scheduled event is enabled or disabled."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.notBeforeTimeout", "options": ["not-before-timeout"], "help": {"short": "Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)"}}]}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference", "options": ["security-posture-reference"], "help": {"short": "Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01"}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions", "options": ["exclude-extensions"], "help": {"short": "List of virtual machine extensions to exclude when applying the Security Posture."}, "item": {"nullable": true, "type": "string"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.id", "options": ["id"], "help": {"short": "The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest"}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.isOverridable", "options": ["is-overridable"], "help": {"short": "Whether the security posture can be overridden by the user."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.securityProfile", "options": ["security-profile"], "help": {"short": "Specifies the Security related profile settings for the virtual machines in the scale set."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionAtHost", "options": ["encryption-at-host"], "help": {"short": "This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionIdentity", "options": ["encryption-identity"], "help": {"short": "Specifies the Managed Identity used by ADE to get access token for keyvault operations."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionIdentity.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "Specifies ARM Resource ID of one of the user identities associated with the VM."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings", "options": ["proxy-agent-settings"], "help": {"short": "Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.addProxyAgentExtension", "options": ["add-proxy-agent-extension"], "help": {"short": "Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.enabled", "options": ["enabled"], "help": {"short": "Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set."}}, {"nullable": true, "type": "@HostEndpointSettings_update", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.imds", "options": ["imds"], "help": {"short": "Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.keyIncarnationId", "options": ["key-incarnation-id"], "help": {"short": "Increase the value of this property allows user to reset the key used for securing communication channel between guest and host."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.mode", "options": ["mode"], "help": {"short": "Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode."}, "enum": {"items": [{"name": "Audit", "value": "Audit"}, {"name": "Enforce", "value": "Enforce"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.wireServer", "options": ["wire-server"], "help": {"short": "Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01."}, "args": [{"nullable": true, "type": "string", "var": "@HostEndpointSettings_update.inVMAccessControlProfileReferenceId", "options": ["in-vm-access-control-profile-reference-id"], "help": {"short": "Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}"}}, {"nullable": true, "type": "string", "var": "@HostEndpointSettings_update.mode", "options": ["mode"], "help": {"short": "Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation."}, "enum": {"items": [{"name": "Audit", "value": "Audit"}, {"name": "Disabled", "value": "Disabled"}, {"name": "Enforce", "value": "Enforce"}]}}], "cls": "HostEndpointSettings_update"}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.securityProfile.securityType", "options": ["security-type"], "help": {"short": "Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set."}, "enum": {"items": [{"name": "ConfidentialVM", "value": "ConfidentialVM"}, {"name": "Standard", "value": "Standard"}, {"name": "TrustedLaunch", "value": "TrustedLaunch"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings", "options": ["uefi-settings"], "help": {"short": "Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings.secureBootEnabled", "options": ["secure-boot-enabled"], "help": {"short": "Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings.vTpmEnabled", "options": ["v-tpm-enabled"], "help": {"short": "Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01."}}]}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.serviceArtifactReference", "options": ["service-artifact-reference"], "help": {"short": "Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01"}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.serviceArtifactReference.id", "options": ["id"], "help": {"short": "The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}"}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile", "options": ["storage-profile"], "help": {"short": "Specifies the storage settings for the virtual machine disks."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks", "options": ["data-disks"], "help": {"short": "Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview)."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].caching", "options": ["caching"], "help": {"short": "Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**"}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "ReadOnly", "value": "ReadOnly"}, {"name": "ReadWrite", "value": "ReadWrite"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].createOption", "options": ["create-option"], "help": {"short": "The create option."}, "enum": {"items": [{"name": "Attach", "value": "Attach"}, {"name": "Copy", "value": "Copy"}, {"name": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}, {"name": "Restore", "value": "Restore"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].deleteOption", "options": ["delete-option"], "help": {"short": "Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only).

Possible values:

**Delete** If this value is used, the data disk is deleted when the VMSS Flex VM is deleted.

**Detach** If this value is used, the data disk is retained after VMSS Flex VM is deleted.

The default value is set to **Delete**."}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"nullable": true, "type": "integer64", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskIOPSReadWrite", "options": ["disk-iops-read-write"], "help": {"short": "Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB."}}, {"nullable": true, "type": "integer64", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskMBpsReadWrite", "options": ["disk-m-bps-read-write"], "help": {"short": "Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskSizeGB", "options": ["disk-size-gb"], "help": {"short": "Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023."}}, {"type": "integer32", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].lun", "options": ["lun"], "help": {"short": "Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM."}}, {"nullable": true, "type": "@VirtualMachineScaleSetManagedDiskParameters_update", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].managedDisk", "options": ["managed-disk"], "help": {"short": "The managed disk parameters."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].name", "options": ["name"], "help": {"short": "The disk name."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].storageFaultDomainAlignment", "options": ["storage-fault-domain-alignment"], "help": {"short": "Specifies the storage fault domain alignment type for the disk."}, "enum": {"items": [{"name": "Aligned", "value": "Aligned"}, {"name": "BestEffortAligned", "value": "BestEffortAligned"}]}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].writeAcceleratorEnabled", "options": ["write-accelerator-enabled"], "help": {"short": "Specifies whether writeAccelerator should be enabled or disabled on the disk."}}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.diskControllerType", "options": ["disk-controller-type"], "help": {"short": "Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01"}, "enum": {"items": [{"name": "NVMe", "value": "NVMe"}, {"name": "SCSI", "value": "SCSI"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "options": ["image-reference"], "help": {"short": "Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.communityGalleryImageId", "options": ["community-gallery-image-id"], "help": {"short": "Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call."}}, {"nullable": true, "type": "ResourceId", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.id", "options": ["id"], "help": {"short": "Resource Id"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.offer", "options": ["offer"], "help": {"short": "Specifies the offer of the platform image or marketplace image used to create the virtual machine."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.publisher", "options": ["publisher"], "help": {"short": "The image publisher."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.sharedGalleryImageId", "options": ["shared-gallery-image-id"], "help": {"short": "Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.sku", "options": ["sku"], "help": {"short": "The image SKU."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.version", "options": ["version"], "help": {"short": "Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk", "options": ["os-disk"], "help": {"short": "Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview)."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.caching", "options": ["caching"], "help": {"short": "Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**"}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "ReadOnly", "value": "ReadOnly"}, {"name": "ReadWrite", "value": "ReadWrite"}]}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.createOption", "options": ["create-option"], "help": {"short": "Specifies how the virtual machines in the scale set should be created. The only allowed value is: **FromImage.** This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described."}, "enum": {"items": [{"name": "Attach", "value": "Attach"}, {"name": "Copy", "value": "Copy"}, {"name": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}, {"name": "Restore", "value": "Restore"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.deleteOption", "options": ["delete-option"], "help": {"short": "Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only).

Possible values:

**Delete** If this value is used, the OS disk is deleted when VMSS Flex VM is deleted.

**Detach** If this value is used, the OS disk is retained after VMSS Flex VM is deleted.

The default value is set to **Delete**. For an Ephemeral OS Disk, the default value is set to **Delete**. User cannot change the delete option for Ephemeral OS Disk."}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings", "options": ["diff-disk-settings"], "help": {"short": "Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.enableFullCaching", "options": ["enable-full-caching"], "help": {"short": "Specifies whether or not to enable full caching for this VM which will cache the OS disk locally on the host and make this VM more resilient to storage outages"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.option", "options": ["option"], "help": {"short": "Specifies the ephemeral disk settings for operating system disk."}, "enum": {"items": [{"name": "Local", "value": "Local"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.placement", "options": ["placement"], "help": {"short": "Specifies the ephemeral disk placement for operating system disk. Possible values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used. Refer to the VM size documentation for Windows VM at https://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk."}, "enum": {"items": [{"name": "CacheDisk", "value": "CacheDisk"}, {"name": "NvmeDisk", "value": "NvmeDisk"}, {"name": "ResourceDisk", "value": "ResourceDisk"}]}}]}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diskSizeGB", "options": ["disk-size-gb"], "help": {"short": "Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.image", "options": ["image"], "help": {"short": "Specifies information about the unmanaged user image to base the scale set on."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.image.uri", "options": ["uri"], "help": {"short": "Specifies the virtual hard disk's uri."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.managedDisk", "options": ["managed-disk"], "help": {"short": "The managed disk parameters."}, "args": [{"nullable": true, "type": "object", "var": "@VirtualMachineScaleSetManagedDiskParameters_update.diskEncryptionSet", "options": ["disk-encryption-set"], "help": {"short": "Specifies the customer managed disk encryption set resource id for the managed disk."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@DiskEncryptionSetParameters_update.id", "options": ["id"], "help": {"short": "Resource Id"}}], "cls": "DiskEncryptionSetParameters_update"}, {"nullable": true, "type": "object", "var": "@VirtualMachineScaleSetManagedDiskParameters_update.securityProfile", "options": ["security-profile"], "help": {"short": "Specifies the security profile for the managed disk."}, "args": [{"nullable": true, "type": "@DiskEncryptionSetParameters_update", "var": "@VirtualMachineScaleSetManagedDiskParameters_update.securityProfile.diskEncryptionSet", "options": ["disk-encryption-set"], "help": {"short": "Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob."}}, {"nullable": true, "type": "string", "var": "@VirtualMachineScaleSetManagedDiskParameters_update.securityProfile.securityEncryptionType", "options": ["security-encryption-type"], "help": {"short": "Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. **Note:** It can be set for only Confidential VMs."}, "enum": {"items": [{"name": "DiskWithVMGuestState", "value": "DiskWithVMGuestState"}, {"name": "NonPersistedTPM", "value": "NonPersistedTPM"}, {"name": "VMGuestStateOnly", "value": "VMGuestStateOnly"}]}}]}, {"nullable": true, "type": "string", "var": "@VirtualMachineScaleSetManagedDiskParameters_update.storageAccountType", "options": ["storage-account-type"], "help": {"short": "Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk."}, "enum": {"items": [{"name": "PremiumV2_LRS", "value": "PremiumV2_LRS"}, {"name": "Premium_LRS", "value": "Premium_LRS"}, {"name": "Premium_ZRS", "value": "Premium_ZRS"}, {"name": "StandardSSD_LRS", "value": "StandardSSD_LRS"}, {"name": "StandardSSD_ZRS", "value": "StandardSSD_ZRS"}, {"name": "Standard_LRS", "value": "Standard_LRS"}, {"name": "UltraSSD_LRS", "value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_update"}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.name", "options": ["name"], "help": {"short": "The disk name."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.osType", "options": ["os-type"], "help": {"short": "This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**"}, "enum": {"items": [{"name": "Linux", "value": "Linux"}, {"name": "Windows", "value": "Windows"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.storageFaultDomainAlignment", "options": ["storage-fault-domain-alignment"], "help": {"short": "Specifies the storage fault domain alignment type for the disk."}, "enum": {"items": [{"name": "Aligned", "value": "Aligned"}, {"name": "BestEffortAligned", "value": "BestEffortAligned"}]}}, {"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.vhdContainers", "options": ["vhd-containers"], "help": {"short": "Specifies the container urls that are used to store operating system disks for the scale set."}, "item": {"nullable": true, "type": "string"}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.writeAcceleratorEnabled", "options": ["write-accelerator-enabled"], "help": {"short": "Specifies whether writeAccelerator should be enabled or disabled on the disk."}}]}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.userData", "options": ["user-data"], "help": {"short": "UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01."}}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.zonalPlatformFaultDomainAlignMode", "options": ["zonal-platform-fault-domain-align-mode"], "group": "Properties", "help": {"short": "Specifies the align mode between Virtual Machine Scale Set compute and storage Fault Domain count."}, "enum": {"items": [{"name": "Aligned", "value": "Aligned"}, {"name": "BestEffortAligned", "value": "BestEffortAligned"}, {"name": "Unaligned", "value": "Unaligned"}]}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.zoneBalance", "options": ["zone-balance"], "group": "Properties", "help": {"short": "Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. zoneBalance property can only be set if the zones property of the scale set contains more than one zone. If there are no zones or only one zone specified, then zoneBalance property should not be set."}}]}], "operations": [{"operationId": "VirtualMachineScaleSets_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "gracePeriod"}, {"type": "string", "name": "repairAction", "enum": {"items": [{"value": "Reimage"}, {"value": "Replace"}, {"value": "Restart"}]}}]}, {"type": "boolean", "name": "constrainedMaximumCapacity"}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "object", "name": "externalHealthPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "duration", "name": "expiryDuration"}, {"type": "duration", "name": "gracePeriod"}]}, {"type": "string", "name": "highSpeedInterconnectPlacement", "enum": {"items": [{"value": "None"}, {"value": "Trunk"}]}}, {"type": "@SubResource_read", "name": "hostGroup"}, {"type": "object", "name": "lifecycleHooksProfile", "props": [{"type": "array", "name": "lifecycleHooks", "item": {"type": "object", "props": [{"type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Approve"}, {"value": "Reject"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "UpgradeAutoOSRollingBatchStarting"}, {"value": "UpgradeAutoOSScheduling"}]}}, {"type": "duration", "name": "waitDuration"}]}, "identifiers": ["type"]}]}, {"type": "string", "name": "orchestrationMode", "enum": {"items": [{"value": "Flexible"}, {"value": "Uniform"}]}}, {"type": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"type": "object", "name": "priorityMixPolicy", "props": [{"type": "integer32", "name": "baseRegularPriorityCount"}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "format": {"maximum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyPolicy", "props": [{"type": "object", "name": "automaticZoneRebalancingPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "rebalanceBehavior", "enum": {"items": [{"value": "CreateBeforeDelete"}]}}, {"type": "string", "name": "rebalanceStrategy", "enum": {"items": [{"value": "Recreate"}]}}]}, {"type": "object", "name": "operationRecoverySettings", "props": [{"type": "object", "name": "reimageRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "restartRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "startRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}]}, {"type": "object", "name": "resilientVMCreationPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "resilientVMDeletionPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "zoneAllocationPolicy", "props": [{"type": "object", "name": "maxInstancePercentPerZonePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "integer32", "name": "value", "format": {"maximum": 100}}]}, {"type": "integer32", "name": "maxZoneCount"}]}]}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion"}, {"type": "boolean", "name": "prioritizeUnhealthyVMs"}, {"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"type": "object", "name": "skuProfile", "props": [{"type": "string", "name": "allocationStrategy", "enum": {"items": [{"value": "CapacityOptimized"}, {"value": "LowestPrice"}, {"value": "Prioritized"}]}}, {"type": "array", "name": "vmSizes", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "integer32", "name": "rank"}]}, "identifiers": ["name"]}]}, {"type": "object", "name": "spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "restoreTimeout"}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "object", "name": "automaticOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutomaticRollback"}, {"type": "boolean", "name": "enableAutomaticOSUpgrade"}, {"type": "boolean", "name": "osRollingUpgradeDeferral"}, {"type": "boolean", "name": "useRollingUpgradePolicy"}]}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "boolean", "name": "enableCrossZoneUpgrade"}, {"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "boolean", "name": "maxSurge"}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100}}, {"type": "string", "name": "pauseTimeBetweenBatches"}, {"type": "boolean", "name": "prioritizeUnhealthyInstances"}, {"type": "boolean", "name": "rollbackFailedInstancesOnPolicyBreach"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "object", "name": "extensionProfile", "props": [{"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "any", "name": "protectedSettings"}, {"type": "object", "name": "protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}, "identifiers": ["name"]}, {"type": "string", "name": "extensionsTimeBudget"}]}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerInboundNatPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityPostureReference", "props": [{"type": "array", "name": "excludeExtensions", "item": {"type": "string"}}, {"type": "string", "name": "id", "required": true}, {"type": "boolean", "name": "isOverridable"}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "serviceArtifactReference", "props": [{"type": "string", "name": "id"}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}]}, {"type": "string", "name": "zonalPlatformFaultDomainAlignMode", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}, {"value": "Unaligned"}]}}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}], "cls": "VirtualMachineScaleSet_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "extendedLocation", "arg": "$parameters.extendedLocation", "props": [{"type": "string", "name": "name", "arg": "$parameters.extendedLocation.name"}, {"type": "string", "name": "type", "arg": "$parameters.extendedLocation.type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"type": "IdentityObject", "name": "identity", "arg": "$parameters.identity", "props": [{"type": "string", "name": "type", "arg": "$parameters.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$parameters.identity.userAssignedIdentities", "additionalProps": {"item": {"type": "object"}}}]}, {"type": "object", "name": "placement", "arg": "$parameters.placement", "props": [{"type": "array", "name": "excludeZones", "arg": "$parameters.placement.excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "arg": "$parameters.placement.includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "arg": "$parameters.placement.zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "arg": "$parameters.plan", "props": [{"type": "string", "name": "name", "arg": "$parameters.plan.name"}, {"type": "string", "name": "product", "arg": "$parameters.plan.product"}, {"type": "string", "name": "promotionCode", "arg": "$parameters.plan.promotionCode"}, {"type": "string", "name": "publisher", "arg": "$parameters.plan.publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "arg": "$parameters.properties.additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption", "arg": "$parameters.properties.additionalCapabilities.enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled", "arg": "$parameters.properties.additionalCapabilities.hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled", "arg": "$parameters.properties.additionalCapabilities.ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "arg": "$parameters.properties.automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.automaticRepairsPolicy.enabled"}, {"type": "string", "name": "gracePeriod", "arg": "$parameters.properties.automaticRepairsPolicy.gracePeriod"}, {"type": "string", "name": "repairAction", "arg": "$parameters.properties.automaticRepairsPolicy.repairAction", "enum": {"items": [{"value": "Reimage"}, {"value": "Replace"}, {"value": "Restart"}]}}]}, {"type": "boolean", "name": "constrainedMaximumCapacity", "arg": "$parameters.properties.constrainedMaximumCapacity"}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs", "arg": "$parameters.properties.doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "object", "name": "externalHealthPolicy", "arg": "$parameters.properties.externalHealthPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.externalHealthPolicy.enabled"}, {"type": "duration", "name": "expiryDuration", "arg": "$parameters.properties.externalHealthPolicy.expiryDuration"}, {"type": "duration", "name": "gracePeriod", "arg": "$parameters.properties.externalHealthPolicy.gracePeriod"}]}, {"type": "string", "name": "highSpeedInterconnectPlacement", "arg": "$parameters.properties.highSpeedInterconnectPlacement", "enum": {"items": [{"value": "None"}, {"value": "Trunk"}]}}, {"type": "@SubResource_update", "name": "hostGroup", "arg": "$parameters.properties.hostGroup"}, {"type": "object", "name": "lifecycleHooksProfile", "arg": "$parameters.properties.lifecycleHooksProfile", "props": [{"type": "array", "name": "lifecycleHooks", "arg": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks", "item": {"type": "object", "props": [{"type": "string", "name": "defaultAction", "arg": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].defaultAction", "enum": {"items": [{"value": "Approve"}, {"value": "Reject"}]}}, {"type": "string", "name": "type", "arg": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].type", "enum": {"items": [{"value": "UpgradeAutoOSRollingBatchStarting"}, {"value": "UpgradeAutoOSScheduling"}]}}, {"type": "duration", "name": "waitDuration", "arg": "$parameters.properties.lifecycleHooksProfile.lifecycleHooks[].waitDuration"}]}, "identifiers": ["type"]}]}, {"type": "string", "name": "orchestrationMode", "arg": "$parameters.properties.orchestrationMode", "enum": {"items": [{"value": "Flexible"}, {"value": "Uniform"}]}}, {"type": "boolean", "name": "overprovision", "arg": "$parameters.properties.overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount", "arg": "$parameters.properties.platformFaultDomainCount"}, {"type": "object", "name": "priorityMixPolicy", "arg": "$parameters.properties.priorityMixPolicy", "props": [{"type": "integer32", "name": "baseRegularPriorityCount", "arg": "$parameters.properties.priorityMixPolicy.baseRegularPriorityCount"}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "arg": "$parameters.properties.priorityMixPolicy.regularPriorityPercentageAboveBase", "format": {"maximum": 100}}]}, {"type": "@SubResource_update", "name": "proximityPlacementGroup", "arg": "$parameters.properties.proximityPlacementGroup"}, {"type": "object", "name": "resiliencyPolicy", "arg": "$parameters.properties.resiliencyPolicy", "props": [{"type": "object", "name": "automaticZoneRebalancingPolicy", "arg": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.enabled"}, {"type": "string", "name": "rebalanceBehavior", "arg": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.rebalanceBehavior", "enum": {"items": [{"value": "CreateBeforeDelete"}]}}, {"type": "string", "name": "rebalanceStrategy", "arg": "$parameters.properties.resiliencyPolicy.automaticZoneRebalancingPolicy.rebalanceStrategy", "enum": {"items": [{"value": "Recreate"}]}}]}, {"type": "object", "name": "operationRecoverySettings", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings", "props": [{"type": "object", "name": "reimageRecoveryPolicy", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.reimageRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.reimageRecoveryPolicy.enabled"}]}, {"type": "object", "name": "restartRecoveryPolicy", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.restartRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.restartRecoveryPolicy.enabled"}]}, {"type": "object", "name": "startRecoveryPolicy", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.startRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.operationRecoverySettings.startRecoveryPolicy.enabled"}]}]}, {"type": "object", "name": "resilientVMCreationPolicy", "arg": "$parameters.properties.resiliencyPolicy.resilientVMCreationPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.resilientVMCreationPolicy.enabled"}]}, {"type": "object", "name": "resilientVMDeletionPolicy", "arg": "$parameters.properties.resiliencyPolicy.resilientVMDeletionPolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.resilientVMDeletionPolicy.enabled"}]}, {"type": "object", "name": "zoneAllocationPolicy", "arg": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy", "props": [{"type": "object", "name": "maxInstancePercentPerZonePolicy", "arg": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy.enabled"}, {"type": "integer32", "name": "value", "arg": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxInstancePercentPerZonePolicy.value", "format": {"maximum": 100}}]}, {"type": "integer32", "name": "maxZoneCount", "arg": "$parameters.properties.resiliencyPolicy.zoneAllocationPolicy.maxZoneCount"}]}]}, {"type": "object", "name": "scaleInPolicy", "arg": "$parameters.properties.scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion", "arg": "$parameters.properties.scaleInPolicy.forceDeletion"}, {"type": "boolean", "name": "prioritizeUnhealthyVMs", "arg": "$parameters.properties.scaleInPolicy.prioritizeUnhealthyVMs"}, {"type": "array", "name": "rules", "arg": "$parameters.properties.scaleInPolicy.rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "object", "name": "scheduledEventsPolicy", "arg": "$parameters.properties.scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "arg": "$parameters.properties.scheduledEventsPolicy.allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.allInstancesDown.automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.enable"}, {"type": "string", "name": "scheduledEventsApiVersion", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot.automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy.automaticallyApprove"}]}]}, {"type": "boolean", "name": "singlePlacementGroup", "arg": "$parameters.properties.singlePlacementGroup"}, {"type": "object", "name": "skuProfile", "arg": "$parameters.properties.skuProfile", "props": [{"type": "string", "name": "allocationStrategy", "arg": "$parameters.properties.skuProfile.allocationStrategy", "enum": {"items": [{"value": "CapacityOptimized"}, {"value": "LowestPrice"}, {"value": "Prioritized"}]}}, {"type": "array", "name": "vmSizes", "arg": "$parameters.properties.skuProfile.vmSizes", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.skuProfile.vmSizes[].name"}, {"type": "integer32", "name": "rank", "arg": "$parameters.properties.skuProfile.vmSizes[].rank"}]}, "identifiers": ["name"]}]}, {"type": "object", "name": "spotRestorePolicy", "arg": "$parameters.properties.spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.spotRestorePolicy.enabled"}, {"type": "string", "name": "restoreTimeout", "arg": "$parameters.properties.spotRestorePolicy.restoreTimeout"}]}, {"type": "object", "name": "upgradePolicy", "arg": "$parameters.properties.upgradePolicy", "props": [{"type": "object", "name": "automaticOSUpgradePolicy", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutomaticRollback", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.disableAutomaticRollback"}, {"type": "boolean", "name": "enableAutomaticOSUpgrade", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.enableAutomaticOSUpgrade"}, {"type": "boolean", "name": "osRollingUpgradeDeferral", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.osRollingUpgradeDeferral"}, {"type": "boolean", "name": "useRollingUpgradePolicy", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgradePolicy.useRollingUpgradePolicy"}]}, {"type": "string", "name": "mode", "arg": "$parameters.properties.upgradePolicy.mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy", "props": [{"type": "boolean", "name": "enableCrossZoneUpgrade", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.enableCrossZoneUpgrade"}, {"type": "integer32", "name": "maxBatchInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "boolean", "name": "maxSurge", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxSurge"}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100}}, {"type": "string", "name": "pauseTimeBetweenBatches", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches"}, {"type": "boolean", "name": "prioritizeUnhealthyInstances", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.prioritizeUnhealthyInstances"}, {"type": "boolean", "name": "rollbackFailedInstancesOnPolicyBreach", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.rollbackFailedInstancesOnPolicyBreach"}]}]}, {"type": "object", "name": "virtualMachineProfile", "arg": "$parameters.properties.virtualMachineProfile", "props": [{"type": "object", "name": "applicationProfile", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].enableAutomaticUpgrade"}, {"type": "integer32", "name": "order", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].order"}, {"type": "string", "name": "packageReferenceId", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].packageReferenceId", "required": true}, {"type": "string", "name": "tags", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure", "arg": "$parameters.properties.virtualMachineProfile.applicationProfile.galleryApplications[].treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "object", "name": "billingProfile", "arg": "$parameters.properties.virtualMachineProfile.billingProfile", "props": [{"type": "float64", "name": "maxPrice", "arg": "$parameters.properties.virtualMachineProfile.billingProfile.maxPrice"}]}, {"type": "object", "name": "capacityReservation", "arg": "$parameters.properties.virtualMachineProfile.capacityReservation", "props": [{"type": "@SubResource_update", "name": "capacityReservationGroup", "arg": "$parameters.properties.virtualMachineProfile.capacityReservation.capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "arg": "$parameters.properties.virtualMachineProfile.diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "arg": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics.enabled"}, {"type": "string", "name": "storageUri", "arg": "$parameters.properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics.storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "arg": "$parameters.properties.virtualMachineProfile.evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "object", "name": "extensionProfile", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile", "props": [{"type": "array", "name": "extensions", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.forceUpdateTag"}, {"type": "any", "name": "protectedSettings", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettings"}, {"type": "object", "name": "protectedSettingsFromKeyVault", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault.secretUrl", "required": true}, {"type": "@SubResource_update", "name": "sourceVault", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault.sourceVault", "required": true}]}, {"type": "array", "name": "provisionAfterExtensions", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.provisionAfterExtensions", "item": {"type": "string"}}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.publisher"}, {"type": "any", "name": "settings", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.settings"}, {"type": "boolean", "name": "suppressFailures", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.suppressFailures"}, {"type": "string", "name": "type", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.type"}, {"type": "string", "name": "typeHandlerVersion", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.typeHandlerVersion"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "string", "name": "extensionsTimeBudget", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensionsTimeBudget"}]}, {"type": "object", "name": "hardwareProfile", "arg": "$parameters.properties.virtualMachineProfile.hardwareProfile", "props": [{"type": "object", "name": "vmSizeProperties", "arg": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable", "arg": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties.vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore", "arg": "$parameters.properties.virtualMachineProfile.hardwareProfile.vmSizeProperties.vCPUsPerCore"}]}]}, {"type": "string", "name": "licenseType", "arg": "$parameters.properties.virtualMachineProfile.licenseType"}, {"type": "object", "name": "networkProfile", "arg": "$parameters.properties.virtualMachineProfile.networkProfile", "props": [{"type": "object", "name": "healthProbe", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.healthProbe", "props": [{"type": "string", "name": "id", "arg": "@ApiEntityReference_update.id"}], "cls": "ApiEntityReference_update"}, {"type": "string", "name": "networkApiVersion", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings", "props": [{"type": "array", "name": "dnsServers", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings.dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableFpga"}, {"type": "boolean", "name": "enableIPForwarding", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_update>", "name": "applicationGatewayBackendAddressPools", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_update"}}, {"type": "array<@SubResource_update>", "name": "applicationSecurityGroups", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationSecurityGroups", "item": {"type": "@SubResource_update"}}, {"type": "array<@SubResource_update>", "name": "loadBalancerBackendAddressPools", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerBackendAddressPools", "item": {"type": "@SubResource_update"}}, {"type": "array<@SubResource_update>", "name": "loadBalancerInboundNatPools", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerInboundNatPools", "item": {"type": "@SubResource_update"}}, {"type": "boolean", "name": "primary", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.primary"}, {"type": "string", "name": "privateIPAddressVersion", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].ipTagType"}, {"type": "string", "name": "tag", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "@SubResource_update", "name": "publicIPPrefix", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@ApiEntityReference_update", "name": "subnet", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_update", "name": "networkSecurityGroup", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.networkSecurityGroup"}, {"type": "boolean", "name": "primary", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].tags", "additionalProps": {"item": {"type": "string"}}}]}}]}, {"type": "object", "name": "osProfile", "arg": "$parameters.properties.virtualMachineProfile.osProfile", "props": [{"type": "password", "name": "adminPassword", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminPassword", "secret": true}, {"type": "string", "name": "adminUsername", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations", "arg": "$parameters.properties.virtualMachineProfile.osProfile.allowExtensionOperations"}, {"type": "string", "name": "computerNamePrefix", "arg": "$parameters.properties.virtualMachineProfile.osProfile.computerNamePrefix"}, {"type": "string", "name": "customData", "arg": "$parameters.properties.virtualMachineProfile.osProfile.customData"}, {"type": "object", "name": "linuxConfiguration", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings", "props": [{"type": "string", "name": "assessmentMode", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.patchSettings.patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.provisionVMAgent"}, {"type": "object", "name": "ssh", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh", "props": [{"type": "array", "name": "publicKeys", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[].keyData"}, {"type": "string", "name": "path", "arg": "$parameters.properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[].path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal", "arg": "$parameters.properties.virtualMachineProfile.osProfile.requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "arg": "$parameters.properties.virtualMachineProfile.osProfile.secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "arg": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].sourceVault", "props": [{"type": "ResourceId", "name": "id", "arg": "@SubResource_update.id"}], "cls": "SubResource_update"}, {"type": "array", "name": "vaultCertificates", "arg": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore", "arg": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates[].certificateStore"}, {"type": "string", "name": "certificateUrl", "arg": "$parameters.properties.virtualMachineProfile.osProfile.secrets[].vaultCertificates[].certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].content"}, {"type": "string", "name": "passName", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[].settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.enableAutomaticUpdates"}, {"type": "object", "name": "patchSettings", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings", "props": [{"type": "string", "name": "assessmentMode", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.enableHotpatching"}, {"type": "string", "name": "patchMode", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.provisionVMAgent"}, {"type": "string", "name": "timeZone", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.timeZone"}, {"type": "object", "name": "winRM", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM", "props": [{"type": "array", "name": "listeners", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[].certificateUrl"}, {"type": "string", "name": "protocol", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[].protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "string", "name": "priority", "arg": "$parameters.properties.virtualMachineProfile.priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"type": "object", "name": "scheduledEventsProfile", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile.enable"}, {"type": "string", "name": "notBeforeTimeout", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.osImageNotificationProfile.notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.enable"}, {"type": "string", "name": "notBeforeTimeout", "arg": "$parameters.properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.notBeforeTimeout"}]}]}, {"type": "object", "name": "securityPostureReference", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference", "props": [{"type": "array", "name": "excludeExtensions", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions", "item": {"type": "string"}}, {"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.id", "required": true}, {"type": "boolean", "name": "isOverridable", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.isOverridable"}]}, {"type": "object", "name": "securityProfile", "arg": "$parameters.properties.virtualMachineProfile.securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionIdentity.userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.addProxyAgentExtension"}, {"type": "boolean", "name": "enabled", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.enabled"}, {"type": "@HostEndpointSettings_update", "name": "imds", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.imds"}, {"type": "integer32", "name": "keyIncarnationId", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.keyIncarnationId"}, {"type": "string", "name": "mode", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.proxyAgentSettings.wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId", "arg": "@HostEndpointSettings_update.inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "arg": "@HostEndpointSettings_update.mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_update"}]}, {"type": "string", "name": "securityType", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings.secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.uefiSettings.vTpmEnabled"}]}]}, {"type": "object", "name": "serviceArtifactReference", "arg": "$parameters.properties.virtualMachineProfile.serviceArtifactReference", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.serviceArtifactReference.id"}]}, {"type": "object", "name": "storageProfile", "arg": "$parameters.properties.virtualMachineProfile.storageProfile", "props": [{"type": "array", "name": "dataDisks", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].diskSizeGB"}, {"type": "integer32", "name": "lun", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_update", "name": "managedDisk", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].managedDisk"}, {"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].name"}, {"type": "string", "name": "storageFaultDomainAlignment", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "props": [{"type": "string", "name": "communityGalleryImageId", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.communityGalleryImageId"}, {"type": "ResourceId", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.id"}, {"type": "string", "name": "offer", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.offer"}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.publisher"}, {"type": "string", "name": "sharedGalleryImageId", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.sharedGalleryImageId"}, {"type": "string", "name": "sku", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.sku"}, {"type": "string", "name": "version", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.version"}]}, {"type": "object", "name": "osDisk", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk", "props": [{"type": "string", "name": "caching", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.enableFullCaching"}, {"type": "string", "name": "option", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diskSizeGB"}, {"type": "object", "name": "image", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.image", "props": [{"type": "string", "name": "uri", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.image.uri"}]}, {"type": "object", "name": "managedDisk", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "arg": "@VirtualMachineScaleSetManagedDiskParameters_update.diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id", "arg": "@DiskEncryptionSetParameters_update.id"}], "cls": "DiskEncryptionSetParameters_update"}, {"type": "object", "name": "securityProfile", "arg": "@VirtualMachineScaleSetManagedDiskParameters_update.securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_update", "name": "diskEncryptionSet", "arg": "@VirtualMachineScaleSetManagedDiskParameters_update.securityProfile.diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "arg": "@VirtualMachineScaleSetManagedDiskParameters_update.securityProfile.securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "arg": "@VirtualMachineScaleSetManagedDiskParameters_update.storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_update"}, {"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.name"}, {"type": "string", "name": "osType", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "array", "name": "vhdContainers", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.writeAcceleratorEnabled"}]}]}, {"type": "string", "name": "userData", "arg": "$parameters.properties.virtualMachineProfile.userData"}]}, {"type": "string", "name": "zonalPlatformFaultDomainAlignMode", "arg": "$parameters.properties.zonalPlatformFaultDomainAlignMode", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}, {"value": "Unaligned"}]}}, {"type": "boolean", "name": "zoneBalance", "arg": "$parameters.properties.zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "arg": "$parameters.sku", "props": [{"type": "integer64", "name": "capacity", "arg": "$parameters.sku.capacity"}, {"type": "string", "name": "name", "arg": "$parameters.sku.name"}, {"type": "string", "name": "tier", "arg": "$parameters.sku.tier"}]}, {"type": "object", "name": "tags", "arg": "$parameters.tags", "additionalProps": {"item": {"type": "string"}}}, {"type": "array", "name": "zones", "arg": "$parameters.zones", "item": {"type": "string"}}], "clientFlatten": true}}}}, {"longRunning": {"finalStateVia": "location"}, "operationId": "VirtualMachineScaleSets_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "header": {"params": [{"type": "string", "name": "If-Match", "arg": "$Header.If-Match"}, {"type": "string", "name": "If-None-Match", "arg": "$Header.If-None-Match"}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@VirtualMachineScaleSet_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2025-11-01", "subresource": "identity", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Header.If-Match", "options": ["if-match"], "help": {"short": "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes."}}, {"type": "string", "var": "$Header.If-None-Match", "options": ["if-none-match"], "help": {"short": "Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will result in error from server as they are not supported."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmScaleSetName", "options": ["n", "name", "vm-scale-set-name"], "required": true, "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}, {"name": "Parameters.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$parameters.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Parameters.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$parameters.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Parameters.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "parameters", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "VirtualMachineScaleSets_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "gracePeriod"}, {"type": "string", "name": "repairAction", "enum": {"items": [{"value": "Reimage"}, {"value": "Replace"}, {"value": "Restart"}]}}]}, {"type": "boolean", "name": "constrainedMaximumCapacity"}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "object", "name": "externalHealthPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "duration", "name": "expiryDuration"}, {"type": "duration", "name": "gracePeriod"}]}, {"type": "string", "name": "highSpeedInterconnectPlacement", "enum": {"items": [{"value": "None"}, {"value": "Trunk"}]}}, {"type": "@SubResource_read", "name": "hostGroup"}, {"type": "object", "name": "lifecycleHooksProfile", "props": [{"type": "array", "name": "lifecycleHooks", "item": {"type": "object", "props": [{"type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Approve"}, {"value": "Reject"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "UpgradeAutoOSRollingBatchStarting"}, {"value": "UpgradeAutoOSScheduling"}]}}, {"type": "duration", "name": "waitDuration"}]}, "identifiers": ["type"]}]}, {"type": "string", "name": "orchestrationMode", "enum": {"items": [{"value": "Flexible"}, {"value": "Uniform"}]}}, {"type": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"type": "object", "name": "priorityMixPolicy", "props": [{"type": "integer32", "name": "baseRegularPriorityCount"}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "format": {"maximum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyPolicy", "props": [{"type": "object", "name": "automaticZoneRebalancingPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "rebalanceBehavior", "enum": {"items": [{"value": "CreateBeforeDelete"}]}}, {"type": "string", "name": "rebalanceStrategy", "enum": {"items": [{"value": "Recreate"}]}}]}, {"type": "object", "name": "operationRecoverySettings", "props": [{"type": "object", "name": "reimageRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "restartRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "startRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}]}, {"type": "object", "name": "resilientVMCreationPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "resilientVMDeletionPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "zoneAllocationPolicy", "props": [{"type": "object", "name": "maxInstancePercentPerZonePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "integer32", "name": "value", "format": {"maximum": 100}}]}, {"type": "integer32", "name": "maxZoneCount"}]}]}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion"}, {"type": "boolean", "name": "prioritizeUnhealthyVMs"}, {"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"type": "object", "name": "skuProfile", "props": [{"type": "string", "name": "allocationStrategy", "enum": {"items": [{"value": "CapacityOptimized"}, {"value": "LowestPrice"}, {"value": "Prioritized"}]}}, {"type": "array", "name": "vmSizes", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "integer32", "name": "rank"}]}, "identifiers": ["name"]}]}, {"type": "object", "name": "spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "restoreTimeout"}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "object", "name": "automaticOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutomaticRollback"}, {"type": "boolean", "name": "enableAutomaticOSUpgrade"}, {"type": "boolean", "name": "osRollingUpgradeDeferral"}, {"type": "boolean", "name": "useRollingUpgradePolicy"}]}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "boolean", "name": "enableCrossZoneUpgrade"}, {"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "boolean", "name": "maxSurge"}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100}}, {"type": "string", "name": "pauseTimeBetweenBatches"}, {"type": "boolean", "name": "prioritizeUnhealthyInstances"}, {"type": "boolean", "name": "rollbackFailedInstancesOnPolicyBreach"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "object", "name": "extensionProfile", "props": [{"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "any", "name": "protectedSettings"}, {"type": "object", "name": "protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}, "identifiers": ["name"]}, {"type": "string", "name": "extensionsTimeBudget"}]}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerInboundNatPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityPostureReference", "props": [{"type": "array", "name": "excludeExtensions", "item": {"type": "string"}}, {"type": "string", "name": "id", "required": true}, {"type": "boolean", "name": "isOverridable"}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "serviceArtifactReference", "props": [{"type": "string", "name": "id"}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}]}, {"type": "string", "name": "zonalPlatformFaultDomainAlignMode", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}, {"value": "Unaligned"}]}}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}], "cls": "VirtualMachineScaleSet_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "parameters.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$parameters.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$parameters.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "location"}, "operationId": "VirtualMachineScaleSets_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "header": {"params": [{"type": "string", "name": "If-Match", "arg": "$Header.If-Match"}, {"type": "string", "name": "If-None-Match", "arg": "$Header.If-None-Match"}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@VirtualMachineScaleSet_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2025-11-01", "subresource": "identity", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Header.If-Match", "options": ["if-match"], "help": {"short": "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes."}}, {"type": "string", "var": "$Header.If-None-Match", "options": ["if-none-match"], "help": {"short": "Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will result in error from server as they are not supported."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmScaleSetName", "options": ["n", "name", "vm-scale-set-name"], "required": true, "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}, {"name": "Parameters.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$parameters.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Parameters.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$parameters.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Parameters.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "parameters", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "VirtualMachineScaleSets_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "gracePeriod"}, {"type": "string", "name": "repairAction", "enum": {"items": [{"value": "Reimage"}, {"value": "Replace"}, {"value": "Restart"}]}}]}, {"type": "boolean", "name": "constrainedMaximumCapacity"}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "object", "name": "externalHealthPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "duration", "name": "expiryDuration"}, {"type": "duration", "name": "gracePeriod"}]}, {"type": "string", "name": "highSpeedInterconnectPlacement", "enum": {"items": [{"value": "None"}, {"value": "Trunk"}]}}, {"type": "@SubResource_read", "name": "hostGroup"}, {"type": "object", "name": "lifecycleHooksProfile", "props": [{"type": "array", "name": "lifecycleHooks", "item": {"type": "object", "props": [{"type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Approve"}, {"value": "Reject"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "UpgradeAutoOSRollingBatchStarting"}, {"value": "UpgradeAutoOSScheduling"}]}}, {"type": "duration", "name": "waitDuration"}]}, "identifiers": ["type"]}]}, {"type": "string", "name": "orchestrationMode", "enum": {"items": [{"value": "Flexible"}, {"value": "Uniform"}]}}, {"type": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"type": "object", "name": "priorityMixPolicy", "props": [{"type": "integer32", "name": "baseRegularPriorityCount"}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "format": {"maximum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyPolicy", "props": [{"type": "object", "name": "automaticZoneRebalancingPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "rebalanceBehavior", "enum": {"items": [{"value": "CreateBeforeDelete"}]}}, {"type": "string", "name": "rebalanceStrategy", "enum": {"items": [{"value": "Recreate"}]}}]}, {"type": "object", "name": "operationRecoverySettings", "props": [{"type": "object", "name": "reimageRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "restartRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "startRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}]}, {"type": "object", "name": "resilientVMCreationPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "resilientVMDeletionPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "zoneAllocationPolicy", "props": [{"type": "object", "name": "maxInstancePercentPerZonePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "integer32", "name": "value", "format": {"maximum": 100}}]}, {"type": "integer32", "name": "maxZoneCount"}]}]}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion"}, {"type": "boolean", "name": "prioritizeUnhealthyVMs"}, {"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"type": "object", "name": "skuProfile", "props": [{"type": "string", "name": "allocationStrategy", "enum": {"items": [{"value": "CapacityOptimized"}, {"value": "LowestPrice"}, {"value": "Prioritized"}]}}, {"type": "array", "name": "vmSizes", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "integer32", "name": "rank"}]}, "identifiers": ["name"]}]}, {"type": "object", "name": "spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "restoreTimeout"}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "object", "name": "automaticOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutomaticRollback"}, {"type": "boolean", "name": "enableAutomaticOSUpgrade"}, {"type": "boolean", "name": "osRollingUpgradeDeferral"}, {"type": "boolean", "name": "useRollingUpgradePolicy"}]}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "boolean", "name": "enableCrossZoneUpgrade"}, {"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "boolean", "name": "maxSurge"}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100}}, {"type": "string", "name": "pauseTimeBetweenBatches"}, {"type": "boolean", "name": "prioritizeUnhealthyInstances"}, {"type": "boolean", "name": "rollbackFailedInstancesOnPolicyBreach"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "object", "name": "extensionProfile", "props": [{"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "any", "name": "protectedSettings"}, {"type": "object", "name": "protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}, "identifiers": ["name"]}, {"type": "string", "name": "extensionsTimeBudget"}]}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerInboundNatPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityPostureReference", "props": [{"type": "array", "name": "excludeExtensions", "item": {"type": "string"}}, {"type": "string", "name": "id", "required": true}, {"type": "boolean", "name": "isOverridable"}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "serviceArtifactReference", "props": [{"type": "string", "name": "id"}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}]}, {"type": "string", "name": "zonalPlatformFaultDomainAlignMode", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}, {"value": "Unaligned"}]}}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}], "cls": "VirtualMachineScaleSet_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "parameters.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$parameters.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$parameters.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "location"}, "operationId": "VirtualMachineScaleSets_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "header": {"params": [{"type": "string", "name": "If-Match", "arg": "$Header.If-Match"}, {"type": "string", "name": "If-None-Match", "arg": "$Header.If-None-Match"}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@VirtualMachineScaleSet_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2025-11-01", "subresource": "identity", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmScaleSetName", "options": ["n", "name", "vm-scale-set-name"], "required": true, "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "parameters", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "VirtualMachineScaleSets_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "gracePeriod"}, {"type": "string", "name": "repairAction", "enum": {"items": [{"value": "Reimage"}, {"value": "Replace"}, {"value": "Restart"}]}}]}, {"type": "boolean", "name": "constrainedMaximumCapacity"}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "object", "name": "externalHealthPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "duration", "name": "expiryDuration"}, {"type": "duration", "name": "gracePeriod"}]}, {"type": "string", "name": "highSpeedInterconnectPlacement", "enum": {"items": [{"value": "None"}, {"value": "Trunk"}]}}, {"type": "@SubResource_read", "name": "hostGroup"}, {"type": "object", "name": "lifecycleHooksProfile", "props": [{"type": "array", "name": "lifecycleHooks", "item": {"type": "object", "props": [{"type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Approve"}, {"value": "Reject"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "UpgradeAutoOSRollingBatchStarting"}, {"value": "UpgradeAutoOSScheduling"}]}}, {"type": "duration", "name": "waitDuration"}]}, "identifiers": ["type"]}]}, {"type": "string", "name": "orchestrationMode", "enum": {"items": [{"value": "Flexible"}, {"value": "Uniform"}]}}, {"type": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"type": "object", "name": "priorityMixPolicy", "props": [{"type": "integer32", "name": "baseRegularPriorityCount"}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "format": {"maximum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyPolicy", "props": [{"type": "object", "name": "automaticZoneRebalancingPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "rebalanceBehavior", "enum": {"items": [{"value": "CreateBeforeDelete"}]}}, {"type": "string", "name": "rebalanceStrategy", "enum": {"items": [{"value": "Recreate"}]}}]}, {"type": "object", "name": "operationRecoverySettings", "props": [{"type": "object", "name": "reimageRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "restartRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "startRecoveryPolicy", "props": [{"type": "boolean", "name": "enabled"}]}]}, {"type": "object", "name": "resilientVMCreationPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "resilientVMDeletionPolicy", "props": [{"type": "boolean", "name": "enabled"}]}, {"type": "object", "name": "zoneAllocationPolicy", "props": [{"type": "object", "name": "maxInstancePercentPerZonePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "integer32", "name": "value", "format": {"maximum": 100}}]}, {"type": "integer32", "name": "maxZoneCount"}]}]}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion"}, {"type": "boolean", "name": "prioritizeUnhealthyVMs"}, {"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"type": "object", "name": "skuProfile", "props": [{"type": "string", "name": "allocationStrategy", "enum": {"items": [{"value": "CapacityOptimized"}, {"value": "LowestPrice"}, {"value": "Prioritized"}]}}, {"type": "array", "name": "vmSizes", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "integer32", "name": "rank"}]}, "identifiers": ["name"]}]}, {"type": "object", "name": "spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "restoreTimeout"}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "object", "name": "automaticOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutomaticRollback"}, {"type": "boolean", "name": "enableAutomaticOSUpgrade"}, {"type": "boolean", "name": "osRollingUpgradeDeferral"}, {"type": "boolean", "name": "useRollingUpgradePolicy"}]}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "boolean", "name": "enableCrossZoneUpgrade"}, {"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "boolean", "name": "maxSurge"}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100}}, {"type": "string", "name": "pauseTimeBetweenBatches"}, {"type": "boolean", "name": "prioritizeUnhealthyInstances"}, {"type": "boolean", "name": "rollbackFailedInstancesOnPolicyBreach"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "object", "name": "extensionProfile", "props": [{"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "id"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "any", "name": "protectedSettings"}, {"type": "object", "name": "protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}, "identifiers": ["name"]}, {"type": "string", "name": "extensionsTimeBudget"}]}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerInboundNatPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityPostureReference", "props": [{"type": "array", "name": "excludeExtensions", "item": {"type": "string"}}, {"type": "string", "name": "id", "required": true}, {"type": "boolean", "name": "isOverridable"}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "serviceArtifactReference", "props": [{"type": "string", "name": "id"}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}]}, {"type": "string", "name": "zonalPlatformFaultDomainAlignMode", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}, {"value": "Unaligned"}]}}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}], "cls": "VirtualMachineScaleSet_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.xml new file mode 100644 index 000000000..b24624daf --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2025-11-01.xml @@ -0,0 +1,9748 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + +
+ + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + +
+ + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + +
+ + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.json new file mode 100644 index 000000000..20b8ae34e --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachines/{}", "version": "2025-11-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMve3ZtTmFtZX0=/V/MjAyNS0xMS0wMQ=="}], "commandGroups": [{"name": "vm", "commands": [{"name": "show", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachines/{}", "version": "2025-11-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMve3ZtTmFtZX0=/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmName", "options": ["n", "name", "vm-name"], "required": true, "idPart": "name", "help": {"short": "The name of the virtual machine."}}, {"type": "string", "var": "$Query.expand", "options": ["expand"], "help": {"short": "The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the virtual machine that is managed by the platform and can change outside of control plane operations. 'UserData' retrieves the UserData property as part of the VM model view that was provided by the user during the VM Create/Update operation."}, "enum": {"items": [{"name": "instanceView", "value": "instanceView"}, {"name": "resiliencyView", "value": "resiliencyView"}, {"name": "userData", "value": "userData"}]}}]}], "operations": [{"operationId": "VirtualMachines_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmName", "arg": "$Path.vmName", "required": true}]}, "query": {"params": [{"type": "string", "name": "$expand", "arg": "$Query.expand", "enum": {"items": [{"value": "instanceView"}, {"value": "resiliencyView"}, {"value": "userData"}]}}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "managedBy"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "@SubResource_read", "name": "availabilitySet"}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "string", "name": "extensionsTimeBudget"}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "string", "name": "vmSize", "enum": {"items": [{"value": "Basic_A0"}, {"value": "Basic_A1"}, {"value": "Basic_A2"}, {"value": "Basic_A3"}, {"value": "Basic_A4"}, {"value": "Standard_A0"}, {"value": "Standard_A1"}, {"value": "Standard_A10"}, {"value": "Standard_A11"}, {"value": "Standard_A1_v2"}, {"value": "Standard_A2"}, {"value": "Standard_A2_v2"}, {"value": "Standard_A2m_v2"}, {"value": "Standard_A3"}, {"value": "Standard_A4"}, {"value": "Standard_A4_v2"}, {"value": "Standard_A4m_v2"}, {"value": "Standard_A5"}, {"value": "Standard_A6"}, {"value": "Standard_A7"}, {"value": "Standard_A8"}, {"value": "Standard_A8_v2"}, {"value": "Standard_A8m_v2"}, {"value": "Standard_A9"}, {"value": "Standard_B1ms"}, {"value": "Standard_B1s"}, {"value": "Standard_B2ms"}, {"value": "Standard_B2s"}, {"value": "Standard_B4ms"}, {"value": "Standard_B8ms"}, {"value": "Standard_D1"}, {"value": "Standard_D11"}, {"value": "Standard_D11_v2"}, {"value": "Standard_D12"}, {"value": "Standard_D12_v2"}, {"value": "Standard_D13"}, {"value": "Standard_D13_v2"}, {"value": "Standard_D14"}, {"value": "Standard_D14_v2"}, {"value": "Standard_D15_v2"}, {"value": "Standard_D16_v3"}, {"value": "Standard_D16s_v3"}, {"value": "Standard_D1_v2"}, {"value": "Standard_D2"}, {"value": "Standard_D2_v2"}, {"value": "Standard_D2_v3"}, {"value": "Standard_D2s_v3"}, {"value": "Standard_D3"}, {"value": "Standard_D32_v3"}, {"value": "Standard_D32s_v3"}, {"value": "Standard_D3_v2"}, {"value": "Standard_D4"}, {"value": "Standard_D4_v2"}, {"value": "Standard_D4_v3"}, {"value": "Standard_D4s_v3"}, {"value": "Standard_D5_v2"}, {"value": "Standard_D64_v3"}, {"value": "Standard_D64s_v3"}, {"value": "Standard_D8_v3"}, {"value": "Standard_D8s_v3"}, {"value": "Standard_DS1"}, {"value": "Standard_DS11"}, {"value": "Standard_DS11_v2"}, {"value": "Standard_DS12"}, {"value": "Standard_DS12_v2"}, {"value": "Standard_DS13"}, {"value": "Standard_DS13-2_v2"}, {"value": "Standard_DS13-4_v2"}, {"value": "Standard_DS13_v2"}, {"value": "Standard_DS14"}, {"value": "Standard_DS14-4_v2"}, {"value": "Standard_DS14-8_v2"}, {"value": "Standard_DS14_v2"}, {"value": "Standard_DS15_v2"}, {"value": "Standard_DS1_v2"}, {"value": "Standard_DS2"}, {"value": "Standard_DS2_v2"}, {"value": "Standard_DS3"}, {"value": "Standard_DS3_v2"}, {"value": "Standard_DS4"}, {"value": "Standard_DS4_v2"}, {"value": "Standard_DS5_v2"}, {"value": "Standard_E16_v3"}, {"value": "Standard_E16s_v3"}, {"value": "Standard_E2_v3"}, {"value": "Standard_E2s_v3"}, {"value": "Standard_E32-16_v3"}, {"value": "Standard_E32-8s_v3"}, {"value": "Standard_E32_v3"}, {"value": "Standard_E32s_v3"}, {"value": "Standard_E4_v3"}, {"value": "Standard_E4s_v3"}, {"value": "Standard_E64-16s_v3"}, {"value": "Standard_E64-32s_v3"}, {"value": "Standard_E64_v3"}, {"value": "Standard_E64s_v3"}, {"value": "Standard_E8_v3"}, {"value": "Standard_E8s_v3"}, {"value": "Standard_F1"}, {"value": "Standard_F16"}, {"value": "Standard_F16s"}, {"value": "Standard_F16s_v2"}, {"value": "Standard_F1s"}, {"value": "Standard_F2"}, {"value": "Standard_F2s"}, {"value": "Standard_F2s_v2"}, {"value": "Standard_F32s_v2"}, {"value": "Standard_F4"}, {"value": "Standard_F4s"}, {"value": "Standard_F4s_v2"}, {"value": "Standard_F64s_v2"}, {"value": "Standard_F72s_v2"}, {"value": "Standard_F8"}, {"value": "Standard_F8s"}, {"value": "Standard_F8s_v2"}, {"value": "Standard_G1"}, {"value": "Standard_G2"}, {"value": "Standard_G3"}, {"value": "Standard_G4"}, {"value": "Standard_G5"}, {"value": "Standard_GS1"}, {"value": "Standard_GS2"}, {"value": "Standard_GS3"}, {"value": "Standard_GS4"}, {"value": "Standard_GS4-4"}, {"value": "Standard_GS4-8"}, {"value": "Standard_GS5"}, {"value": "Standard_GS5-16"}, {"value": "Standard_GS5-8"}, {"value": "Standard_H16"}, {"value": "Standard_H16m"}, {"value": "Standard_H16mr"}, {"value": "Standard_H16r"}, {"value": "Standard_H8"}, {"value": "Standard_H8m"}, {"value": "Standard_L16s"}, {"value": "Standard_L32s"}, {"value": "Standard_L4s"}, {"value": "Standard_L8s"}, {"value": "Standard_M128-32ms"}, {"value": "Standard_M128-64ms"}, {"value": "Standard_M128ms"}, {"value": "Standard_M128s"}, {"value": "Standard_M64-16ms"}, {"value": "Standard_M64-32ms"}, {"value": "Standard_M64ms"}, {"value": "Standard_M64s"}, {"value": "Standard_NC12"}, {"value": "Standard_NC12s_v2"}, {"value": "Standard_NC12s_v3"}, {"value": "Standard_NC24"}, {"value": "Standard_NC24r"}, {"value": "Standard_NC24rs_v2"}, {"value": "Standard_NC24rs_v3"}, {"value": "Standard_NC24s_v2"}, {"value": "Standard_NC24s_v3"}, {"value": "Standard_NC6"}, {"value": "Standard_NC6s_v2"}, {"value": "Standard_NC6s_v3"}, {"value": "Standard_ND12s"}, {"value": "Standard_ND24rs"}, {"value": "Standard_ND24s"}, {"value": "Standard_ND6s"}, {"value": "Standard_NV12"}, {"value": "Standard_NV24"}, {"value": "Standard_NV6"}]}}, {"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "@SubResource_read", "name": "host"}, {"type": "@SubResource_read", "name": "hostGroup"}, {"readOnly": true, "type": "object", "name": "instanceView", "props": [{"readOnly": true, "type": "string", "name": "assignedHost"}, {"type": "object", "name": "bootDiagnostics", "props": [{"readOnly": true, "type": "string", "name": "consoleScreenshotBlobUri"}, {"readOnly": true, "type": "string", "name": "serialConsoleLogBlobUri"}, {"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}, {"type": "string", "name": "computerName"}, {"type": "array", "name": "disks", "item": {"type": "object", "props": [{"type": "array<@DiskEncryptionSettings_read>", "name": "encryptionSettings", "item": {"type": "@DiskEncryptionSettings_read"}}, {"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "storageAlignmentStatus", "enum": {"items": [{"value": "Aligned"}, {"value": "Unaligned"}]}}]}, "identifiers": ["name"]}, {"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "array<@InstanceViewStatus_read>", "name": "substatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "cls": "VirtualMachineExtensionInstanceView_read"}, "identifiers": ["name", "type"]}, {"type": "string", "name": "hyperVGeneration", "enum": {"items": [{"value": "V1"}, {"value": "V2"}]}}, {"readOnly": true, "type": "boolean", "name": "isVMInStandbyPool"}, {"type": "object", "name": "maintenanceRedeployStatus", "props": [{"type": "boolean", "name": "isCustomerInitiatedMaintenanceAllowed"}, {"type": "string", "name": "lastOperationMessage"}, {"type": "string", "name": "lastOperationResultCode", "enum": {"items": [{"value": "MaintenanceAborted"}, {"value": "MaintenanceCompleted"}, {"value": "None"}, {"value": "RetryLater"}]}}, {"type": "dateTime", "name": "maintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "maintenanceWindowStartTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowStartTime", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "osName"}, {"type": "string", "name": "osVersion"}, {"type": "object", "name": "patchStatus", "props": [{"type": "object", "name": "availablePatchSummary", "props": [{"readOnly": true, "type": "string", "name": "assessmentActivityId"}, {"readOnly": true, "type": "integer32", "name": "criticalAndSecurityPatchCount"}, {"readOnly": true, "type": "object", "name": "error", "props": [{"type": "string", "name": "code"}, {"type": "array", "name": "details", "item": {"type": "object", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}]}, "identifiers": ["target", "message"]}, {"type": "object", "name": "innererror", "props": [{"type": "string", "name": "errordetail"}, {"type": "string", "name": "exceptiontype"}]}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}], "cls": "ApiError_read"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "integer32", "name": "otherPatchCount"}, {"readOnly": true, "type": "boolean", "name": "rebootPending"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}, {"readOnly": true, "type": "array<@InstanceViewStatus_read>", "name": "configurationStatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "lastPatchInstallationSummary", "props": [{"readOnly": true, "type": "@ApiError_read", "name": "error"}, {"readOnly": true, "type": "integer32", "name": "excludedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "failedPatchCount"}, {"readOnly": true, "type": "string", "name": "installationActivityId"}, {"readOnly": true, "type": "integer32", "name": "installedPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "boolean", "name": "maintenanceWindowExceeded"}, {"readOnly": true, "type": "integer32", "name": "notSelectedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "pendingPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "integer32", "name": "platformUpdateDomain"}, {"type": "string", "name": "rdpThumbPrint"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "vmAgent", "props": [{"type": "array", "name": "extensionHandlers", "item": {"type": "object", "props": [{"type": "object", "name": "status", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "displayStatus"}, {"type": "string", "name": "level", "enum": {"items": [{"value": "Error"}, {"value": "Info"}, {"value": "Warning"}]}}, {"type": "string", "name": "message"}, {"type": "dateTime", "name": "time", "format": {"protocol": "iso"}}], "cls": "InstanceViewStatus_read"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}]}}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "vmAgentVersion"}]}, {"readOnly": true, "type": "object", "name": "vmHealth", "props": [{"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "@SubResource_read", "name": "dscpConfiguration"}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "string", "name": "publicIPAllocationMethod", "enum": {"items": [{"value": "Dynamic"}, {"value": "Static"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@SubResource_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, "identifiers": ["name"]}, {"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "ResourceId", "name": "id"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerName"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "@SubResource_read", "name": "sourceVault"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyProfile", "props": [{"type": "object", "name": "zoneMovement", "props": [{"type": "boolean", "name": "isEnabled"}]}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "boolean", "name": "alignRegionalDisksToVMZone"}, {"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "string", "name": "detachOption", "enum": {"items": [{"value": "ForceDetach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@ManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "object", "name": "sourceResource", "props": [{"type": "string", "name": "id"}]}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "toBeDetached"}, {"type": "@VirtualHardDisk_read", "name": "vhd"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "encryptionSettings", "props": [{"type": "object", "name": "diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "required": true, "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}], "cls": "KeyVaultSecretReference_read"}, {"type": "boolean", "name": "enabled"}, {"type": "object", "name": "keyEncryptionKey", "props": [{"type": "string", "name": "keyUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}], "cls": "DiskEncryptionSettings_read"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "ResourceId", "name": "id"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "ManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "object", "name": "vhd", "props": [{"type": "string", "name": "uri"}], "cls": "VirtualHardDisk_read"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}, {"type": "@SubResource_read", "name": "virtualMachineScaleSet"}, {"readOnly": true, "type": "string", "name": "vmId"}], "clientFlatten": true}, {"readOnly": true, "type": "array", "name": "resources", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}/extensions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "@VirtualMachineExtensionInstanceView_read", "name": "instanceView"}, {"type": "any", "name": "protectedSettings"}, {"type": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "@SystemData_read", "name": "systemData"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}], "cls": "SystemData_read"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachines/{}", "version": "2025-11-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMve3ZtTmFtZX0=/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmName", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the virtual machine."}}, {"type": "boolean", "var": "$Query.forceDeletion", "options": ["force-deletion"], "help": {"short": "Optional parameter to force delete virtual machines."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "VirtualMachines_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmName", "arg": "$Path.vmName", "required": true}]}, "query": {"params": [{"type": "boolean", "name": "forceDeletion", "arg": "$Query.forceDeletion"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachines/{}", "version": "2025-11-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMve3ZtTmFtZX0=/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Header.If-Match", "options": ["if-match"], "help": {"short": "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes."}}, {"type": "string", "var": "$Header.If-None-Match", "options": ["if-none-match"], "help": {"short": "Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will result in error from server as they are not supported."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmName", "options": ["n", "name", "vm-name"], "required": true, "idPart": "name", "help": {"short": "The name of the virtual machine."}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$parameters.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$parameters.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned, UserAssigned", "value": "SystemAssigned, UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$parameters.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$parameters.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."}, "additionalProps": {"item": {"blank": {"value": {}}, "type": "object"}}}]}, {"name": "Parameters", "args": [{"type": "object", "var": "$parameters.extendedLocation", "options": ["extended-location"], "group": "Parameters", "help": {"short": "The extended location of the Virtual Machine."}, "args": [{"type": "string", "var": "$parameters.extendedLocation.name", "options": ["name"], "help": {"short": "The name of the extended location."}}, {"type": "string", "var": "$parameters.extendedLocation.type", "options": ["type"], "help": {"short": "The type of the extended location."}, "enum": {"items": [{"name": "EdgeZone", "value": "EdgeZone"}]}}]}, {"type": "ResourceLocation", "var": "$parameters.location", "options": ["l", "location"], "required": true, "group": "Parameters", "help": {"short": "Resource location"}}, {"type": "object", "var": "$parameters.placement", "options": ["placement"], "group": "Parameters", "help": {"short": "Placement section specifies the user-defined constraints for virtual machine hardware placement. This property cannot be changed once VM is provisioned. Minimum api-version: 2024-11-01."}, "args": [{"type": "array", "var": "$parameters.placement.excludeZones", "options": ["exclude-zones"], "help": {"short": "This property supplements the 'zonePlacementPolicy' property. If 'zonePlacementPolicy' is set to 'Any', availability zone selected by the system must not be present in the list of availability zones passed with 'excludeZones'. If 'excludeZones' is not provided, all availability zones in region will be considered for selection."}, "item": {"type": "string"}}, {"type": "array", "var": "$parameters.placement.includeZones", "options": ["include-zones"], "help": {"short": "This property supplements the 'zonePlacementPolicy' property. If 'zonePlacementPolicy' is set to 'Any', availability zone selected by the system must be present in the list of availability zones passed with 'includeZones'. If 'includeZones' is not provided, all availability zones in region will be considered for selection."}, "item": {"type": "string"}}, {"type": "string", "var": "$parameters.placement.zonePlacementPolicy", "options": ["zone-placement-policy"], "help": {"short": "Specifies the policy for virtual machine's placement in availability zone. Possible values are: **Any** - An availability zone will be automatically picked by system as part of virtual machine creation."}, "enum": {"items": [{"name": "Any", "value": "Any"}, {"name": "Auto", "value": "Auto"}]}}]}, {"type": "object", "var": "$parameters.plan", "options": ["plan"], "group": "Parameters", "help": {"short": "Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**."}, "args": [{"type": "string", "var": "$parameters.plan.name", "options": ["name"], "help": {"short": "The plan ID."}}, {"type": "string", "var": "$parameters.plan.product", "options": ["product"], "help": {"short": "Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element."}}, {"type": "string", "var": "$parameters.plan.promotionCode", "options": ["promotion-code"], "help": {"short": "The promotion code."}}, {"type": "string", "var": "$parameters.plan.publisher", "options": ["publisher"], "help": {"short": "The publisher ID."}}]}, {"type": "object", "var": "$parameters.tags", "options": ["tags"], "group": "Parameters", "help": {"short": "Resource tags"}, "additionalProps": {"item": {"type": "string"}}}, {"type": "array", "var": "$parameters.zones", "options": ["zones"], "group": "Parameters", "help": {"short": "The virtual machine zones."}, "item": {"type": "string"}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$parameters.properties.additionalCapabilities", "options": ["additional-capabilities"], "group": "Properties", "help": {"short": "Specifies additional capabilities enabled or disabled on the virtual machine."}, "args": [{"type": "boolean", "var": "$parameters.properties.additionalCapabilities.enableFips1403Encryption", "options": ["enable-fips1403-encryption"], "help": {"short": "The flag enables the usage of FIPS 140-3 compliant cryptography on the protectedSettings of an extension. Learn more at: https://aka.ms/linuxagentfipssupport."}}, {"type": "boolean", "var": "$parameters.properties.additionalCapabilities.hibernationEnabled", "options": ["hibernation-enabled"], "help": {"short": "The flag that enables or disables hibernation capability on the VM."}}, {"type": "boolean", "var": "$parameters.properties.additionalCapabilities.ultraSSDEnabled", "options": ["ultra-ssd-enabled"], "help": {"short": "The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled."}}]}, {"type": "object", "var": "$parameters.properties.applicationProfile", "options": ["application-profile"], "group": "Properties", "help": {"short": "Specifies the gallery applications that should be made available to the VM/VMSS."}, "args": [{"type": "array", "var": "$parameters.properties.applicationProfile.galleryApplications", "options": ["gallery-applications"], "help": {"short": "Specifies the gallery applications that should be made available to the VM/VMSS"}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.applicationProfile.galleryApplications[].configurationReference", "options": ["configuration-reference"], "help": {"short": "Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided"}}, {"type": "boolean", "var": "$parameters.properties.applicationProfile.galleryApplications[].enableAutomaticUpgrade", "options": ["enable-automatic-upgrade"], "help": {"short": "If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS"}}, {"type": "integer32", "var": "$parameters.properties.applicationProfile.galleryApplications[].order", "options": ["order"], "help": {"short": "Optional, Specifies the order in which the packages have to be installed"}}, {"type": "string", "var": "$parameters.properties.applicationProfile.galleryApplications[].packageReferenceId", "options": ["package-reference-id"], "required": true, "help": {"short": "Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}"}}, {"type": "string", "var": "$parameters.properties.applicationProfile.galleryApplications[].tags", "options": ["tags"], "help": {"short": "Optional, Specifies a passthrough value for more generic context."}}, {"type": "boolean", "var": "$parameters.properties.applicationProfile.galleryApplications[].treatFailureAsDeploymentFailure", "options": ["treat-failure-as-deployment-failure"], "help": {"short": "Optional, If true, any failure for any operation in the VmApplication will fail the deployment"}}]}}]}, {"type": "@SubResource_create", "var": "$parameters.properties.availabilitySet", "options": ["availability-set"], "group": "Properties", "help": {"short": "Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates). Currently, a VM can only be added to availability set at creation time. The availability set to which the VM is being added should be under the same resource group as the availability set resource. An existing VM cannot be added to an availability set. This property cannot exist along with a non-null properties.virtualMachineScaleSet reference."}}, {"type": "object", "var": "$parameters.properties.billingProfile", "options": ["billing-profile"], "group": "Properties", "help": {"short": "Specifies the billing related details of a Azure Spot virtual machine. Minimum api-version: 2019-03-01."}, "args": [{"type": "float64", "var": "$parameters.properties.billingProfile.maxPrice", "options": ["max-price"], "help": {"short": "Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars.

This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price.

The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS.

Possible values are:

- Any decimal value greater than zero. Example: 0.01538

-1 – indicates default price to be up-to on-demand.

You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you.

Minimum api-version: 2019-03-01."}}]}, {"type": "object", "var": "$parameters.properties.capacityReservation", "options": ["capacity-reservation"], "group": "Properties", "help": {"short": "Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum api-version: 2021-04-01."}, "args": [{"type": "@SubResource_create", "var": "$parameters.properties.capacityReservation.capacityReservationGroup", "options": ["capacity-reservation-group"], "help": {"short": "Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details."}}]}, {"type": "object", "var": "$parameters.properties.diagnosticsProfile", "options": ["diagnostics-profile"], "group": "Properties", "help": {"short": "Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15."}, "args": [{"type": "object", "var": "$parameters.properties.diagnosticsProfile.bootDiagnostics", "options": ["boot-diagnostics"], "help": {"short": "Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor."}, "args": [{"type": "boolean", "var": "$parameters.properties.diagnosticsProfile.bootDiagnostics.enabled", "options": ["enabled"], "help": {"short": "Whether boot diagnostics should be enabled on the Virtual Machine."}}, {"type": "string", "var": "$parameters.properties.diagnosticsProfile.bootDiagnostics.storageUri", "options": ["storage-uri"], "help": {"short": "Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used."}}]}]}, {"type": "string", "var": "$parameters.properties.evictionPolicy", "options": ["eviction-policy"], "group": "Properties", "help": {"short": "Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview."}, "enum": {"items": [{"name": "Deallocate", "value": "Deallocate"}, {"name": "Delete", "value": "Delete"}]}}, {"type": "string", "var": "$parameters.properties.extensionsTimeBudget", "options": ["extensions-time-budget"], "group": "Properties", "help": {"short": "Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum api-version: 2020-06-01."}}, {"type": "object", "var": "$parameters.properties.hardwareProfile", "options": ["hardware-profile"], "group": "Properties", "help": {"short": "Specifies the hardware settings for the virtual machine."}, "args": [{"type": "string", "var": "$parameters.properties.hardwareProfile.vmSize", "options": ["vm-size"], "help": {"short": "Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: [List all available virtual machine sizes in an availability set](https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes), [List all available virtual machine sizes in a region]( https://docs.microsoft.com/rest/api/compute/resourceskus/list), [List all available virtual machine sizes for resizing](https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes). For more information about virtual machine sizes, see [Sizes for virtual machines](https://docs.microsoft.com/azure/virtual-machines/sizes). The available VM sizes depend on region and availability set."}, "enum": {"items": [{"name": "Basic_A0", "value": "Basic_A0"}, {"name": "Basic_A1", "value": "Basic_A1"}, {"name": "Basic_A2", "value": "Basic_A2"}, {"name": "Basic_A3", "value": "Basic_A3"}, {"name": "Basic_A4", "value": "Basic_A4"}, {"name": "Standard_A0", "value": "Standard_A0"}, {"name": "Standard_A1", "value": "Standard_A1"}, {"name": "Standard_A10", "value": "Standard_A10"}, {"name": "Standard_A11", "value": "Standard_A11"}, {"name": "Standard_A1_v2", "value": "Standard_A1_v2"}, {"name": "Standard_A2", "value": "Standard_A2"}, {"name": "Standard_A2_v2", "value": "Standard_A2_v2"}, {"name": "Standard_A2m_v2", "value": "Standard_A2m_v2"}, {"name": "Standard_A3", "value": "Standard_A3"}, {"name": "Standard_A4", "value": "Standard_A4"}, {"name": "Standard_A4_v2", "value": "Standard_A4_v2"}, {"name": "Standard_A4m_v2", "value": "Standard_A4m_v2"}, {"name": "Standard_A5", "value": "Standard_A5"}, {"name": "Standard_A6", "value": "Standard_A6"}, {"name": "Standard_A7", "value": "Standard_A7"}, {"name": "Standard_A8", "value": "Standard_A8"}, {"name": "Standard_A8_v2", "value": "Standard_A8_v2"}, {"name": "Standard_A8m_v2", "value": "Standard_A8m_v2"}, {"name": "Standard_A9", "value": "Standard_A9"}, {"name": "Standard_B1ms", "value": "Standard_B1ms"}, {"name": "Standard_B1s", "value": "Standard_B1s"}, {"name": "Standard_B2ms", "value": "Standard_B2ms"}, {"name": "Standard_B2s", "value": "Standard_B2s"}, {"name": "Standard_B4ms", "value": "Standard_B4ms"}, {"name": "Standard_B8ms", "value": "Standard_B8ms"}, {"name": "Standard_D1", "value": "Standard_D1"}, {"name": "Standard_D11", "value": "Standard_D11"}, {"name": "Standard_D11_v2", "value": "Standard_D11_v2"}, {"name": "Standard_D12", "value": "Standard_D12"}, {"name": "Standard_D12_v2", "value": "Standard_D12_v2"}, {"name": "Standard_D13", "value": "Standard_D13"}, {"name": "Standard_D13_v2", "value": "Standard_D13_v2"}, {"name": "Standard_D14", "value": "Standard_D14"}, {"name": "Standard_D14_v2", "value": "Standard_D14_v2"}, {"name": "Standard_D15_v2", "value": "Standard_D15_v2"}, {"name": "Standard_D16_v3", "value": "Standard_D16_v3"}, {"name": "Standard_D16s_v3", "value": "Standard_D16s_v3"}, {"name": "Standard_D1_v2", "value": "Standard_D1_v2"}, {"name": "Standard_D2", "value": "Standard_D2"}, {"name": "Standard_D2_v2", "value": "Standard_D2_v2"}, {"name": "Standard_D2_v3", "value": "Standard_D2_v3"}, {"name": "Standard_D2s_v3", "value": "Standard_D2s_v3"}, {"name": "Standard_D3", "value": "Standard_D3"}, {"name": "Standard_D32_v3", "value": "Standard_D32_v3"}, {"name": "Standard_D32s_v3", "value": "Standard_D32s_v3"}, {"name": "Standard_D3_v2", "value": "Standard_D3_v2"}, {"name": "Standard_D4", "value": "Standard_D4"}, {"name": "Standard_D4_v2", "value": "Standard_D4_v2"}, {"name": "Standard_D4_v3", "value": "Standard_D4_v3"}, {"name": "Standard_D4s_v3", "value": "Standard_D4s_v3"}, {"name": "Standard_D5_v2", "value": "Standard_D5_v2"}, {"name": "Standard_D64_v3", "value": "Standard_D64_v3"}, {"name": "Standard_D64s_v3", "value": "Standard_D64s_v3"}, {"name": "Standard_D8_v3", "value": "Standard_D8_v3"}, {"name": "Standard_D8s_v3", "value": "Standard_D8s_v3"}, {"name": "Standard_DS1", "value": "Standard_DS1"}, {"name": "Standard_DS11", "value": "Standard_DS11"}, {"name": "Standard_DS11_v2", "value": "Standard_DS11_v2"}, {"name": "Standard_DS12", "value": "Standard_DS12"}, {"name": "Standard_DS12_v2", "value": "Standard_DS12_v2"}, {"name": "Standard_DS13", "value": "Standard_DS13"}, {"name": "Standard_DS13-2_v2", "value": "Standard_DS13-2_v2"}, {"name": "Standard_DS13-4_v2", "value": "Standard_DS13-4_v2"}, {"name": "Standard_DS13_v2", "value": "Standard_DS13_v2"}, {"name": "Standard_DS14", "value": "Standard_DS14"}, {"name": "Standard_DS14-4_v2", "value": "Standard_DS14-4_v2"}, {"name": "Standard_DS14-8_v2", "value": "Standard_DS14-8_v2"}, {"name": "Standard_DS14_v2", "value": "Standard_DS14_v2"}, {"name": "Standard_DS15_v2", "value": "Standard_DS15_v2"}, {"name": "Standard_DS1_v2", "value": "Standard_DS1_v2"}, {"name": "Standard_DS2", "value": "Standard_DS2"}, {"name": "Standard_DS2_v2", "value": "Standard_DS2_v2"}, {"name": "Standard_DS3", "value": "Standard_DS3"}, {"name": "Standard_DS3_v2", "value": "Standard_DS3_v2"}, {"name": "Standard_DS4", "value": "Standard_DS4"}, {"name": "Standard_DS4_v2", "value": "Standard_DS4_v2"}, {"name": "Standard_DS5_v2", "value": "Standard_DS5_v2"}, {"name": "Standard_E16_v3", "value": "Standard_E16_v3"}, {"name": "Standard_E16s_v3", "value": "Standard_E16s_v3"}, {"name": "Standard_E2_v3", "value": "Standard_E2_v3"}, {"name": "Standard_E2s_v3", "value": "Standard_E2s_v3"}, {"name": "Standard_E32-16_v3", "value": "Standard_E32-16_v3"}, {"name": "Standard_E32-8s_v3", "value": "Standard_E32-8s_v3"}, {"name": "Standard_E32_v3", "value": "Standard_E32_v3"}, {"name": "Standard_E32s_v3", "value": "Standard_E32s_v3"}, {"name": "Standard_E4_v3", "value": "Standard_E4_v3"}, {"name": "Standard_E4s_v3", "value": "Standard_E4s_v3"}, {"name": "Standard_E64-16s_v3", "value": "Standard_E64-16s_v3"}, {"name": "Standard_E64-32s_v3", "value": "Standard_E64-32s_v3"}, {"name": "Standard_E64_v3", "value": "Standard_E64_v3"}, {"name": "Standard_E64s_v3", "value": "Standard_E64s_v3"}, {"name": "Standard_E8_v3", "value": "Standard_E8_v3"}, {"name": "Standard_E8s_v3", "value": "Standard_E8s_v3"}, {"name": "Standard_F1", "value": "Standard_F1"}, {"name": "Standard_F16", "value": "Standard_F16"}, {"name": "Standard_F16s", "value": "Standard_F16s"}, {"name": "Standard_F16s_v2", "value": "Standard_F16s_v2"}, {"name": "Standard_F1s", "value": "Standard_F1s"}, {"name": "Standard_F2", "value": "Standard_F2"}, {"name": "Standard_F2s", "value": "Standard_F2s"}, {"name": "Standard_F2s_v2", "value": "Standard_F2s_v2"}, {"name": "Standard_F32s_v2", "value": "Standard_F32s_v2"}, {"name": "Standard_F4", "value": "Standard_F4"}, {"name": "Standard_F4s", "value": "Standard_F4s"}, {"name": "Standard_F4s_v2", "value": "Standard_F4s_v2"}, {"name": "Standard_F64s_v2", "value": "Standard_F64s_v2"}, {"name": "Standard_F72s_v2", "value": "Standard_F72s_v2"}, {"name": "Standard_F8", "value": "Standard_F8"}, {"name": "Standard_F8s", "value": "Standard_F8s"}, {"name": "Standard_F8s_v2", "value": "Standard_F8s_v2"}, {"name": "Standard_G1", "value": "Standard_G1"}, {"name": "Standard_G2", "value": "Standard_G2"}, {"name": "Standard_G3", "value": "Standard_G3"}, {"name": "Standard_G4", "value": "Standard_G4"}, {"name": "Standard_G5", "value": "Standard_G5"}, {"name": "Standard_GS1", "value": "Standard_GS1"}, {"name": "Standard_GS2", "value": "Standard_GS2"}, {"name": "Standard_GS3", "value": "Standard_GS3"}, {"name": "Standard_GS4", "value": "Standard_GS4"}, {"name": "Standard_GS4-4", "value": "Standard_GS4-4"}, {"name": "Standard_GS4-8", "value": "Standard_GS4-8"}, {"name": "Standard_GS5", "value": "Standard_GS5"}, {"name": "Standard_GS5-16", "value": "Standard_GS5-16"}, {"name": "Standard_GS5-8", "value": "Standard_GS5-8"}, {"name": "Standard_H16", "value": "Standard_H16"}, {"name": "Standard_H16m", "value": "Standard_H16m"}, {"name": "Standard_H16mr", "value": "Standard_H16mr"}, {"name": "Standard_H16r", "value": "Standard_H16r"}, {"name": "Standard_H8", "value": "Standard_H8"}, {"name": "Standard_H8m", "value": "Standard_H8m"}, {"name": "Standard_L16s", "value": "Standard_L16s"}, {"name": "Standard_L32s", "value": "Standard_L32s"}, {"name": "Standard_L4s", "value": "Standard_L4s"}, {"name": "Standard_L8s", "value": "Standard_L8s"}, {"name": "Standard_M128-32ms", "value": "Standard_M128-32ms"}, {"name": "Standard_M128-64ms", "value": "Standard_M128-64ms"}, {"name": "Standard_M128ms", "value": "Standard_M128ms"}, {"name": "Standard_M128s", "value": "Standard_M128s"}, {"name": "Standard_M64-16ms", "value": "Standard_M64-16ms"}, {"name": "Standard_M64-32ms", "value": "Standard_M64-32ms"}, {"name": "Standard_M64ms", "value": "Standard_M64ms"}, {"name": "Standard_M64s", "value": "Standard_M64s"}, {"name": "Standard_NC12", "value": "Standard_NC12"}, {"name": "Standard_NC12s_v2", "value": "Standard_NC12s_v2"}, {"name": "Standard_NC12s_v3", "value": "Standard_NC12s_v3"}, {"name": "Standard_NC24", "value": "Standard_NC24"}, {"name": "Standard_NC24r", "value": "Standard_NC24r"}, {"name": "Standard_NC24rs_v2", "value": "Standard_NC24rs_v2"}, {"name": "Standard_NC24rs_v3", "value": "Standard_NC24rs_v3"}, {"name": "Standard_NC24s_v2", "value": "Standard_NC24s_v2"}, {"name": "Standard_NC24s_v3", "value": "Standard_NC24s_v3"}, {"name": "Standard_NC6", "value": "Standard_NC6"}, {"name": "Standard_NC6s_v2", "value": "Standard_NC6s_v2"}, {"name": "Standard_NC6s_v3", "value": "Standard_NC6s_v3"}, {"name": "Standard_ND12s", "value": "Standard_ND12s"}, {"name": "Standard_ND24rs", "value": "Standard_ND24rs"}, {"name": "Standard_ND24s", "value": "Standard_ND24s"}, {"name": "Standard_ND6s", "value": "Standard_ND6s"}, {"name": "Standard_NV12", "value": "Standard_NV12"}, {"name": "Standard_NV24", "value": "Standard_NV24"}, {"name": "Standard_NV6", "value": "Standard_NV6"}]}}, {"type": "object", "var": "$parameters.properties.hardwareProfile.vmSizeProperties", "options": ["vm-size-properties"], "help": {"short": "Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in [VM Customization](https://aka.ms/vmcustomization) for more details."}, "args": [{"type": "integer32", "var": "$parameters.properties.hardwareProfile.vmSizeProperties.vCPUsAvailable", "options": ["v-cp-us-available"], "help": {"short": "Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list)."}}, {"type": "integer32", "var": "$parameters.properties.hardwareProfile.vmSizeProperties.vCPUsPerCore", "options": ["v-cp-us-per-core"], "help": {"short": "Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). **Setting this property to 1 also means that hyper-threading is disabled.**"}}]}]}, {"type": "@SubResource_create", "var": "$parameters.properties.host", "options": ["host"], "group": "Properties", "help": {"short": "Specifies information about the dedicated host that the virtual machine resides in. Minimum api-version: 2018-10-01."}}, {"type": "@SubResource_create", "var": "$parameters.properties.hostGroup", "options": ["host-group"], "group": "Properties", "help": {"short": "Specifies information about the dedicated host group that the virtual machine resides in. **Note:** User cannot specify both host and hostGroup properties. Minimum api-version: 2020-06-01."}}, {"type": "string", "var": "$parameters.properties.licenseType", "options": ["license-type"], "group": "Properties", "help": {"short": "Specifies that the image or disk that is being used was licensed on-premises.

Possible values for Windows Server operating system are:

Windows_Client

Windows_Server

Possible values for Linux Server operating system are:

RHEL_BYOS (for RHEL)

SLES_BYOS (for SUSE)

For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

[Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

Minimum api-version: 2015-06-15"}}, {"type": "object", "var": "$parameters.properties.networkProfile", "options": ["network-profile"], "group": "Properties", "help": {"short": "Specifies the network interfaces of the virtual machine."}, "args": [{"type": "string", "var": "$parameters.properties.networkProfile.networkApiVersion", "options": ["network-api-version"], "help": {"short": "specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations"}, "enum": {"items": [{"name": "2020-11-01", "value": "2020-11-01"}, {"name": "2022-11-01", "value": "2022-11-01"}]}}, {"type": "array", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations", "options": ["network-interface-configurations"], "help": {"short": "Specifies the networking configurations that will be used to create the virtual machine networking resources."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].name", "options": ["name"], "required": true, "help": {"short": "The network interface configuration name."}}, {"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.auxiliaryMode", "options": ["auxiliary-mode"], "group": "Properties", "help": {"short": "Specifies whether the Auxiliary mode is enabled for the Network Interface resource."}, "enum": {"items": [{"name": "AcceleratedConnections", "value": "AcceleratedConnections"}, {"name": "Floating", "value": "Floating"}, {"name": "None", "value": "None"}]}}, {"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.auxiliarySku", "options": ["auxiliary-sku"], "group": "Properties", "help": {"short": "Specifies whether the Auxiliary sku is enabled for the Network Interface resource."}, "enum": {"items": [{"name": "A1", "value": "A1"}, {"name": "A2", "value": "A2"}, {"name": "A4", "value": "A4"}, {"name": "A8", "value": "A8"}, {"name": "None", "value": "None"}]}}, {"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.deleteOption", "options": ["delete-option"], "group": "Properties", "help": {"short": "Specify what happens to the network interface when the VM is deleted"}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.disableTcpStateTracking", "options": ["disable-tcp-state-tracking"], "group": "Properties", "help": {"short": "Specifies whether the network interface is disabled for tcp state tracking."}}, {"type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings", "options": ["dns-settings"], "group": "Properties", "help": {"short": "The dns settings to be applied on the network interfaces."}, "args": [{"type": "array", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings.dnsServers", "options": ["dns-servers"], "help": {"short": "List of DNS servers IP addresses"}, "item": {"type": "string"}}]}, {"type": "@SubResource_create", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dscpConfiguration", "options": ["dscp-configuration"], "group": "Properties"}, {"type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableAcceleratedNetworking", "options": ["enable-accelerated-networking"], "group": "Properties", "help": {"short": "Specifies whether the network interface is accelerated networking-enabled."}}, {"type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableFpga", "options": ["enable-fpga"], "group": "Properties", "help": {"short": "Specifies whether the network interface is FPGA networking-enabled."}}, {"type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableIPForwarding", "options": ["enable-ip-forwarding"], "group": "Properties", "help": {"short": "Whether IP forwarding enabled on this NIC."}}, {"type": "array", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations", "options": ["ip-configurations"], "group": "Properties", "help": {"short": "Specifies the IP configurations of the network interface."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].name", "options": ["name"], "required": true, "help": {"short": "The IP configuration name."}}, {"type": "array<@SubResource_create>", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationGatewayBackendAddressPools", "options": ["application-gateway-backend-address-pools"], "group": "Properties", "help": {"short": "Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway."}, "item": {"type": "@SubResource_create"}}, {"type": "array<@SubResource_create>", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationSecurityGroups", "options": ["application-security-groups"], "group": "Properties", "help": {"short": "Specifies an array of references to application security group."}, "item": {"type": "@SubResource_create"}}, {"type": "array<@SubResource_create>", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerBackendAddressPools", "options": ["load-balancer-backend-address-pools"], "group": "Properties", "help": {"short": "Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer]."}, "item": {"type": "@SubResource_create"}}, {"type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.primary", "options": ["primary"], "group": "Properties", "help": {"short": "Specifies the primary network interface in case the virtual machine has more than 1 network interface."}}, {"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.privateIPAddressVersion", "options": ["private-ip-address-version"], "group": "Properties", "help": {"short": "Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration", "options": ["public-ip-address-configuration"], "group": "Properties", "help": {"short": "The publicIPAddressConfiguration."}, "args": [{"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.name", "options": ["name"], "required": true, "help": {"short": "The publicIP address configuration name."}}, {"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.deleteOption", "options": ["delete-option"], "group": "Properties", "help": {"short": "Specify what happens to the public IP address when the VM is deleted"}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings", "options": ["dns-settings"], "group": "Properties", "help": {"short": "The dns settings to be applied on the publicIP addresses ."}, "args": [{"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabel", "options": ["domain-name-label"], "required": true, "help": {"short": "The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID."}}, {"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabelScope", "options": ["domain-name-label-scope"], "help": {"short": "The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID."}, "enum": {"items": [{"name": "NoReuse", "value": "NoReuse"}, {"name": "ResourceGroupReuse", "value": "ResourceGroupReuse"}, {"name": "SubscriptionReuse", "value": "SubscriptionReuse"}, {"name": "TenantReuse", "value": "TenantReuse"}]}}]}, {"type": "integer32", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes", "options": ["idle-timeout-in-minutes"], "group": "Properties", "help": {"short": "The idle timeout of the public IP address."}}, {"type": "array", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags", "options": ["ip-tags"], "group": "Properties", "help": {"short": "The list of IP tags associated with the public IP address."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].ipTagType", "options": ["ip-tag-type"], "help": {"short": "IP tag type. Example: FirstPartyUsage."}}, {"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].tag", "options": ["tag"], "help": {"short": "IP tag associated with the public IP. Example: SQL, Storage etc."}}]}}, {"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAddressVersion", "options": ["public-ip-address-version"], "group": "Properties", "help": {"short": "Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAllocationMethod", "options": ["public-ip-allocation-method"], "group": "Properties", "help": {"short": "Specify the public IP allocation type"}, "enum": {"items": [{"name": "Dynamic", "value": "Dynamic"}, {"name": "Static", "value": "Static"}]}}, {"type": "@SubResource_create", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPPrefix", "options": ["public-ip-prefix"], "group": "Properties", "help": {"short": "The PublicIPPrefix from which to allocate publicIP addresses."}}, {"type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku", "options": ["sku"], "help": {"short": "Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible."}, "args": [{"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.name", "options": ["name"], "help": {"short": "Specify public IP sku name"}, "enum": {"items": [{"name": "Basic", "value": "Basic"}, {"name": "Standard", "value": "Standard"}]}}, {"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.tier", "options": ["tier"], "help": {"short": "Specify public IP sku tier"}, "enum": {"items": [{"name": "Global", "value": "Global"}, {"name": "Regional", "value": "Regional"}]}}]}, {"type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.tags", "options": ["tags"], "help": {"short": "Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration"}, "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@SubResource_create", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet", "options": ["subnet"], "group": "Properties", "help": {"short": "Specifies the identifier of the subnet."}}]}}, {"type": "@SubResource_create", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.networkSecurityGroup", "options": ["network-security-group"], "group": "Properties", "help": {"short": "The network security group."}}, {"type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.primary", "options": ["primary"], "group": "Properties", "help": {"short": "Specifies the primary network interface in case the virtual machine has more than 1 network interface."}}, {"type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].tags", "options": ["tags"], "help": {"short": "Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration"}, "additionalProps": {"item": {"type": "string"}}}]}}, {"type": "array", "var": "$parameters.properties.networkProfile.networkInterfaces", "options": ["network-interfaces"], "help": {"short": "Specifies the list of resource Ids for the network interfaces associated with the virtual machine."}, "item": {"type": "object", "args": [{"type": "ResourceId", "var": "$parameters.properties.networkProfile.networkInterfaces[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaces[].properties.deleteOption", "options": ["delete-option"], "group": "Properties", "help": {"short": "Specify what happens to the network interface when the VM is deleted"}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaces[].properties.primary", "options": ["primary"], "group": "Properties", "help": {"short": "Specifies the primary network interface in case the virtual machine has more than 1 network interface."}}]}}]}, {"type": "object", "var": "$parameters.properties.osProfile", "options": ["os-profile"], "group": "Properties", "help": {"short": "Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned."}, "args": [{"type": "password", "var": "$parameters.properties.osProfile.adminPassword", "options": ["admin-password"], "help": {"short": "Specifies the password of the administrator account.

**Minimum-length (Windows):** 8 characters

**Minimum-length (Linux):** 6 characters

**Max-length (Windows):** 123 characters

**Max-length (Linux):** 72 characters

**Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
Has lower characters
Has upper characters
Has a digit
Has a special character (Regex match [\\W_])

**Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\", \"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\"

For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)"}, "prompt": {"msg": "Password:"}}, {"type": "string", "var": "$parameters.properties.osProfile.adminUsername", "options": ["admin-username"], "help": {"short": "Specifies the name of the administrator account.

This property cannot be updated after the VM is created.

**Windows-only restriction:** Cannot end in \".\"

**Disallowed values:** \"administrator\", \"admin\", \"user\", \"user1\", \"test\", \"user2\", \"test1\", \"user3\", \"admin1\", \"1\", \"123\", \"a\", \"actuser\", \"adm\", \"admin2\", \"aspnet\", \"backup\", \"console\", \"david\", \"guest\", \"john\", \"owner\", \"root\", \"server\", \"sql\", \"support\", \"support_388945a0\", \"sys\", \"test2\", \"test3\", \"user4\", \"user5\".

**Minimum-length (Linux):** 1 character

**Max-length (Linux):** 64 characters

**Max-length (Windows):** 20 characters."}}, {"type": "boolean", "var": "$parameters.properties.osProfile.allowExtensionOperations", "options": ["allow-extension-operations"], "help": {"short": "Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine."}}, {"type": "string", "var": "$parameters.properties.osProfile.computerName", "options": ["computer-name"], "help": {"short": "Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. **Max-length (Windows):** 15 characters. **Max-length (Linux):** 64 characters. For naming conventions and restrictions see [Azure infrastructure services implementation guidelines](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules)."}}, {"type": "string", "var": "$parameters.properties.osProfile.customData", "options": ["custom-data"], "help": {"short": "Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. **Note: Do not pass any secrets or passwords in customData property.** This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see [Custom Data on Azure VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/). For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)."}}, {"type": "object", "var": "$parameters.properties.osProfile.linuxConfiguration", "options": ["linux-configuration"], "help": {"short": "Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros)."}, "args": [{"type": "boolean", "var": "$parameters.properties.osProfile.linuxConfiguration.disablePasswordAuthentication", "options": ["disable-password-authentication"], "help": {"short": "Specifies whether password authentication should be disabled."}}, {"type": "boolean", "var": "$parameters.properties.osProfile.linuxConfiguration.enableVMAgentPlatformUpdates", "options": ["enable-vm-agent-platform-updates"], "help": {"short": "Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false."}}, {"type": "object", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings", "options": ["patch-settings"], "help": {"short": "[Preview Feature] Specifies settings related to VM Guest Patching on Linux."}, "args": [{"type": "string", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.assessmentMode", "options": ["assessment-mode"], "help": {"short": "Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

Possible values are:

**ImageDefault** - You control the timing of patch assessments on a virtual machine.

**AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true."}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}, {"type": "object", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings", "options": ["automatic-by-platform-settings"], "help": {"short": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux."}, "args": [{"type": "boolean", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule", "options": ["bypass-platform-safety-checks-on-user-schedule"], "help": {"short": "Enables customer to schedule patching without accidental upgrades"}}, {"type": "string", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "options": ["reboot-setting"], "help": {"short": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations."}, "enum": {"items": [{"name": "Always", "value": "Always"}, {"name": "IfRequired", "value": "IfRequired"}, {"name": "Never", "value": "Never"}, {"name": "Unknown", "value": "Unknown"}]}}]}, {"type": "string", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.patchMode", "options": ["patch-mode"], "help": {"short": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

Possible values are:

**ImageDefault** - The virtual machine's default patching configuration is used.

**AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true"}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}]}, {"type": "boolean", "var": "$parameters.properties.osProfile.linuxConfiguration.provisionVMAgent", "options": ["provision-vm-agent"], "help": {"short": "Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later."}}, {"type": "object", "var": "$parameters.properties.osProfile.linuxConfiguration.ssh", "options": ["ssh"], "help": {"short": "Specifies the ssh key configuration for a Linux OS."}, "args": [{"type": "array", "var": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys", "options": ["public-keys"], "help": {"short": "The list of SSH public keys used to authenticate with linux based VMs."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys[].keyData", "options": ["key-data"], "help": {"short": "SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed)."}}, {"type": "string", "var": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys[].path", "options": ["path"], "help": {"short": "Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys"}}]}}]}]}, {"type": "boolean", "var": "$parameters.properties.osProfile.requireGuestProvisionSignal", "options": ["require-guest-provision-signal"], "help": {"short": "Optional property which must either be set to True or omitted."}}, {"type": "array", "var": "$parameters.properties.osProfile.secrets", "options": ["secrets"], "help": {"short": "Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}, "item": {"type": "object", "args": [{"type": "@SubResource_create", "var": "$parameters.properties.osProfile.secrets[].sourceVault", "options": ["source-vault"], "help": {"short": "The relative URL of the Key Vault containing all of the certificates in VaultCertificates."}}, {"type": "array", "var": "$parameters.properties.osProfile.secrets[].vaultCertificates", "options": ["vault-certificates"], "help": {"short": "The list of key vault references in SourceVault which contain certificates."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.osProfile.secrets[].vaultCertificates[].certificateStore", "options": ["certificate-store"], "help": {"short": "For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted."}}, {"type": "string", "var": "$parameters.properties.osProfile.secrets[].vaultCertificates[].certificateUrl", "options": ["certificate-url"], "help": {"short": "This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

{
\"data\":\"\",
\"dataType\":\"pfx\",
\"password\":\"\"
}
To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}}]}}]}}, {"type": "object", "var": "$parameters.properties.osProfile.windowsConfiguration", "options": ["windows-configuration"], "help": {"short": "Specifies Windows operating system settings on the virtual machine."}, "args": [{"type": "array", "var": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent", "options": ["additional-unattend-content"], "help": {"short": "Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].componentName", "options": ["component-name"], "help": {"short": "The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup."}, "enum": {"items": [{"name": "Microsoft-Windows-Shell-Setup", "value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].content", "options": ["content"], "help": {"short": "Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted."}}, {"type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].passName", "options": ["pass-name"], "help": {"short": "The pass name. Currently, the only allowable value is OobeSystem."}, "enum": {"items": [{"name": "OobeSystem", "value": "OobeSystem"}]}}, {"type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].settingName", "options": ["setting-name"], "help": {"short": "Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon."}, "enum": {"items": [{"name": "AutoLogon", "value": "AutoLogon"}, {"name": "FirstLogonCommands", "value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "var": "$parameters.properties.osProfile.windowsConfiguration.enableAutomaticUpdates", "options": ["enable-automatic-updates"], "help": {"short": "Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning."}}, {"type": "object", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings", "options": ["patch-settings"], "help": {"short": "[Preview Feature] Specifies settings related to VM Guest Patching on Windows."}, "args": [{"type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.assessmentMode", "options": ["assessment-mode"], "help": {"short": "Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.

Possible values are:

**ImageDefault** - You control the timing of patch assessments on a virtual machine.

**AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. "}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}, {"type": "object", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings", "options": ["automatic-by-platform-settings"], "help": {"short": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows."}, "args": [{"type": "boolean", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule", "options": ["bypass-platform-safety-checks-on-user-schedule"], "help": {"short": "Enables customer to schedule patching without accidental upgrades"}}, {"type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "options": ["reboot-setting"], "help": {"short": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations."}, "enum": {"items": [{"name": "Always", "value": "Always"}, {"name": "IfRequired", "value": "IfRequired"}, {"name": "Never", "value": "Never"}, {"name": "Unknown", "value": "Unknown"}]}}]}, {"type": "boolean", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.enableHotpatching", "options": ["enable-hotpatching"], "help": {"short": "Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'."}}, {"type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.patchMode", "options": ["patch-mode"], "help": {"short": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

Possible values are:

**Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false

**AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true.

**AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true "}, "enum": {"items": [{"name": "AutomaticByOS", "value": "AutomaticByOS"}, {"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "Manual", "value": "Manual"}]}}]}, {"type": "boolean", "var": "$parameters.properties.osProfile.windowsConfiguration.provisionVMAgent", "options": ["provision-vm-agent"], "help": {"short": "Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later."}}, {"type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.timeZone", "options": ["time-zone"], "help": {"short": "Specifies the time zone of the virtual machine. e.g. \"Pacific Standard Time\". Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones)."}}, {"type": "object", "var": "$parameters.properties.osProfile.windowsConfiguration.winRM", "options": ["win-rm"], "help": {"short": "Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell."}, "args": [{"type": "array", "var": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners", "options": ["listeners"], "help": {"short": "The list of Windows Remote Management listeners"}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners[].certificateUrl", "options": ["certificate-url"], "help": {"short": "This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8:

{
\"data\":\"\",
\"dataType\":\"pfx\",
\"password\":\"\"
}
To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}}, {"type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners[].protocol", "options": ["protocol"], "help": {"short": "Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**"}, "enum": {"items": [{"name": "Http", "value": "Http"}, {"name": "Https", "value": "Https"}]}}]}}]}]}]}, {"type": "integer32", "var": "$parameters.properties.platformFaultDomain", "options": ["platform-fault-domain"], "group": "Properties", "help": {"short": "Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault domains. This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set. The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' greater than 1. This property cannot be updated once the Virtual Machine is created. Fault domain assignment can be viewed in the Virtual Machine Instance View. Minimum api-version: 2020-12-01."}}, {"type": "string", "var": "$parameters.properties.priority", "options": ["priority"], "group": "Properties", "help": {"short": "Specifies the priority for the virtual machine. Minimum api-version: 2019-03-01"}, "enum": {"items": [{"name": "Low", "value": "Low"}, {"name": "Regular", "value": "Regular"}, {"name": "Spot", "value": "Spot"}]}}, {"type": "@SubResource_create", "var": "$parameters.properties.proximityPlacementGroup", "options": ["proximity-placement-group"], "group": "Properties", "help": {"short": "Specifies information about the proximity placement group that the virtual machine should be assigned to. Minimum api-version: 2018-04-01."}}, {"type": "object", "var": "$parameters.properties.resiliencyProfile", "options": ["resiliency-profile"], "group": "Properties", "help": {"short": "Resiliency profile for the virtual machine."}, "args": [{"type": "object", "var": "$parameters.properties.resiliencyProfile.zoneMovement", "options": ["zone-movement"], "help": {"short": "Zone movement configuration."}, "args": [{"type": "boolean", "var": "$parameters.properties.resiliencyProfile.zoneMovement.isEnabled", "options": ["is-enabled"], "help": {"short": "Indicates if zone movement is enabled. By default isEnabled is set to false i.e VM can't be moved from one zone to another."}}]}]}, {"type": "object", "var": "$parameters.properties.scheduledEventsPolicy", "options": ["scheduled-events-policy"], "group": "Properties", "help": {"short": "Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine."}, "args": [{"type": "object", "var": "$parameters.properties.scheduledEventsPolicy.allInstancesDown", "options": ["all-instances-down"], "help": {"short": "The configuration parameters used while creating AllInstancesDown scheduled event setting creation."}, "args": [{"type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.allInstancesDown.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies if Scheduled Events should be auto-approved when all instances are down. its default value is true"}}]}, {"type": "object", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets", "options": ["scheduled-events-additional-publishing-targets"], "help": {"short": "The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets."}, "args": [{"type": "object", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph", "options": ["event-grid-and-resource-graph"], "help": {"short": "The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting."}, "args": [{"type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.enable", "options": ["enable"], "help": {"short": "Specifies if event grid and resource graph is enabled for Scheduled event related configurations."}}, {"type": "string", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.scheduledEventsApiVersion", "options": ["scheduled-events-api-version"], "help": {"short": "Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered."}}]}]}, {"type": "object", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot", "options": ["user-initiated-reboot"], "help": {"short": "The configuration parameters used while creating userInitiatedReboot scheduled event setting creation."}, "args": [{"type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies Reboot Scheduled Event related configurations."}}]}, {"type": "object", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy", "options": ["user-initiated-redeploy"], "help": {"short": "The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation."}, "args": [{"type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies Redeploy Scheduled Event related configurations."}}]}]}, {"type": "object", "var": "$parameters.properties.scheduledEventsProfile", "options": ["scheduled-events-profile"], "group": "Properties", "help": {"short": "Specifies Scheduled Event related configurations."}, "args": [{"type": "object", "var": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile", "options": ["os-image-notification-profile"], "help": {"short": "Specifies OS Image Scheduled Event related configurations."}, "args": [{"type": "boolean", "var": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile.enable", "options": ["enable"], "help": {"short": "Specifies whether the OS Image Scheduled event is enabled or disabled."}}, {"type": "string", "var": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile.notBeforeTimeout", "options": ["not-before-timeout"], "help": {"short": "Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)"}}]}, {"type": "object", "var": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile", "options": ["terminate-notification-profile"], "help": {"short": "Specifies Terminate Scheduled Event related configurations."}, "args": [{"type": "boolean", "var": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile.enable", "options": ["enable"], "help": {"short": "Specifies whether the Terminate Scheduled event is enabled or disabled."}}, {"type": "string", "var": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile.notBeforeTimeout", "options": ["not-before-timeout"], "help": {"short": "Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)"}}]}]}, {"type": "object", "var": "$parameters.properties.securityProfile", "options": ["security-profile"], "group": "Properties", "help": {"short": "Specifies the Security related profile settings for the virtual machine."}, "args": [{"type": "boolean", "var": "$parameters.properties.securityProfile.encryptionAtHost", "options": ["encryption-at-host"], "help": {"short": "This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource."}}, {"type": "object", "var": "$parameters.properties.securityProfile.encryptionIdentity", "options": ["encryption-identity"], "help": {"short": "Specifies the Managed Identity used by ADE to get access token for keyvault operations."}, "args": [{"type": "string", "var": "$parameters.properties.securityProfile.encryptionIdentity.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "Specifies ARM Resource ID of one of the user identities associated with the VM."}}]}, {"type": "object", "var": "$parameters.properties.securityProfile.proxyAgentSettings", "options": ["proxy-agent-settings"], "help": {"short": "Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01."}, "args": [{"type": "boolean", "var": "$parameters.properties.securityProfile.proxyAgentSettings.addProxyAgentExtension", "options": ["add-proxy-agent-extension"], "help": {"short": "Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os."}}, {"type": "boolean", "var": "$parameters.properties.securityProfile.proxyAgentSettings.enabled", "options": ["enabled"], "help": {"short": "Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set."}}, {"type": "@HostEndpointSettings_create", "var": "$parameters.properties.securityProfile.proxyAgentSettings.imds", "options": ["imds"], "help": {"short": "Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01."}}, {"type": "integer32", "var": "$parameters.properties.securityProfile.proxyAgentSettings.keyIncarnationId", "options": ["key-incarnation-id"], "help": {"short": "Increase the value of this property allows user to reset the key used for securing communication channel between guest and host."}}, {"type": "string", "var": "$parameters.properties.securityProfile.proxyAgentSettings.mode", "options": ["mode"], "help": {"short": "Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode."}, "enum": {"items": [{"name": "Audit", "value": "Audit"}, {"name": "Enforce", "value": "Enforce"}]}}, {"type": "object", "var": "$parameters.properties.securityProfile.proxyAgentSettings.wireServer", "options": ["wire-server"], "help": {"short": "Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01."}, "args": [{"type": "string", "var": "@HostEndpointSettings_create.inVMAccessControlProfileReferenceId", "options": ["in-vm-access-control-profile-reference-id"], "help": {"short": "Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}"}}, {"type": "string", "var": "@HostEndpointSettings_create.mode", "options": ["mode"], "help": {"short": "Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation."}, "enum": {"items": [{"name": "Audit", "value": "Audit"}, {"name": "Disabled", "value": "Disabled"}, {"name": "Enforce", "value": "Enforce"}]}}], "cls": "HostEndpointSettings_create"}]}, {"type": "string", "var": "$parameters.properties.securityProfile.securityType", "options": ["security-type"], "help": {"short": "Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set."}, "enum": {"items": [{"name": "ConfidentialVM", "value": "ConfidentialVM"}, {"name": "Standard", "value": "Standard"}, {"name": "TrustedLaunch", "value": "TrustedLaunch"}]}}, {"type": "object", "var": "$parameters.properties.securityProfile.uefiSettings", "options": ["uefi-settings"], "help": {"short": "Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01."}, "args": [{"type": "boolean", "var": "$parameters.properties.securityProfile.uefiSettings.secureBootEnabled", "options": ["secure-boot-enabled"], "help": {"short": "Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01."}}, {"type": "boolean", "var": "$parameters.properties.securityProfile.uefiSettings.vTpmEnabled", "options": ["v-tpm-enabled"], "help": {"short": "Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01."}}]}]}, {"type": "object", "var": "$parameters.properties.storageProfile", "options": ["storage-profile"], "group": "Properties", "help": {"short": "Specifies the storage settings for the virtual machine disks."}, "args": [{"type": "boolean", "var": "$parameters.properties.storageProfile.alignRegionalDisksToVMZone", "options": ["align-regional-disks-to-vm-zone"], "help": {"short": "Specifies whether the regional disks should be aligned/moved to the VM zone. This is applicable only for VMs with placement property set. Please note that this change is irreversible. Minimum api-version: 2024-11-01."}}, {"type": "array", "var": "$parameters.properties.storageProfile.dataDisks", "options": ["data-disks"], "help": {"short": "Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview)."}, "item": {"type": "object", "args": [{"type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].caching", "options": ["caching"], "help": {"short": "Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The defaulting behavior is: **None for Standard storage. ReadOnly for Premium storage.**"}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "ReadOnly", "value": "ReadOnly"}, {"name": "ReadWrite", "value": "ReadWrite"}]}}, {"type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].createOption", "options": ["create-option"], "required": true, "help": {"short": "Specifies how the virtual machine disk should be created. Possible values are **Attach:** This value is used when you are using a specialized disk to create the virtual machine. **FromImage:** This value is used when you are using an image to create the virtual machine data disk. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described. **Empty:** This value is used when creating an empty data disk. **Copy:** This value is used to create a data disk from a snapshot or another disk. **Restore:** This value is used to create a data disk from a disk restore point."}, "enum": {"items": [{"name": "Attach", "value": "Attach"}, {"name": "Copy", "value": "Copy"}, {"name": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}, {"name": "Restore", "value": "Restore"}]}}, {"type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].deleteOption", "options": ["delete-option"], "help": {"short": "Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: **Delete.** If this value is used, the data disk is deleted when VM is deleted. **Detach.** If this value is used, the data disk is retained after VM is deleted. The default value is set to **Detach**."}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].detachOption", "options": ["detach-option"], "help": {"short": "Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'."}, "enum": {"items": [{"name": "ForceDetach", "value": "ForceDetach"}]}}, {"type": "integer64", "var": "$parameters.properties.storageProfile.dataDisks[].diskIOPSReadWrite", "options": ["disk-iops-read-write"], "help": {"short": "Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS."}}, {"type": "integer64", "var": "$parameters.properties.storageProfile.dataDisks[].diskMBpsReadWrite", "options": ["disk-m-bps-read-write"], "help": {"short": "Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS."}}, {"type": "integer32", "var": "$parameters.properties.storageProfile.dataDisks[].diskSizeGB", "options": ["disk-size-gb"], "help": {"short": "Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023."}}, {"type": "@VirtualHardDisk_create", "var": "$parameters.properties.storageProfile.dataDisks[].image", "options": ["image"], "help": {"short": "The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist."}}, {"type": "integer32", "var": "$parameters.properties.storageProfile.dataDisks[].lun", "options": ["lun"], "required": true, "help": {"short": "Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM."}}, {"type": "@ManagedDiskParameters_create", "var": "$parameters.properties.storageProfile.dataDisks[].managedDisk", "options": ["managed-disk"], "help": {"short": "The managed disk parameters."}}, {"type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].name", "options": ["name"], "help": {"short": "The disk name."}}, {"type": "object", "var": "$parameters.properties.storageProfile.dataDisks[].sourceResource", "options": ["source-resource"], "help": {"short": "The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk."}, "args": [{"type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].sourceResource.id", "options": ["id"], "help": {"short": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..."}}]}, {"type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].storageFaultDomainAlignment", "options": ["storage-fault-domain-alignment"], "help": {"short": "Specifies the storage fault domain alignment type for the disk."}, "enum": {"items": [{"name": "Aligned", "value": "Aligned"}, {"name": "BestEffortAligned", "value": "BestEffortAligned"}]}}, {"type": "boolean", "var": "$parameters.properties.storageProfile.dataDisks[].toBeDetached", "options": ["to-be-detached"], "help": {"short": "Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset"}}, {"type": "@VirtualHardDisk_create", "var": "$parameters.properties.storageProfile.dataDisks[].vhd", "options": ["vhd"], "help": {"short": "The virtual hard disk."}}, {"type": "boolean", "var": "$parameters.properties.storageProfile.dataDisks[].writeAcceleratorEnabled", "options": ["write-accelerator-enabled"], "help": {"short": "Specifies whether writeAccelerator should be enabled or disabled on the disk."}}]}}, {"type": "string", "var": "$parameters.properties.storageProfile.diskControllerType", "options": ["disk-controller-type"], "help": {"short": "Specifies the disk controller type configured for the VM. **Note:** This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01."}, "enum": {"items": [{"name": "NVMe", "value": "NVMe"}, {"name": "SCSI", "value": "SCSI"}]}}, {"type": "object", "var": "$parameters.properties.storageProfile.imageReference", "options": ["image-reference"], "help": {"short": "Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations."}, "args": [{"type": "string", "var": "$parameters.properties.storageProfile.imageReference.communityGalleryImageId", "options": ["community-gallery-image-id"], "help": {"short": "Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call."}}, {"type": "ResourceId", "var": "$parameters.properties.storageProfile.imageReference.id", "options": ["id"], "help": {"short": "Resource Id"}}, {"type": "string", "var": "$parameters.properties.storageProfile.imageReference.offer", "options": ["offer"], "help": {"short": "Specifies the offer of the platform image or marketplace image used to create the virtual machine."}}, {"type": "string", "var": "$parameters.properties.storageProfile.imageReference.publisher", "options": ["publisher"], "help": {"short": "The image publisher."}}, {"type": "string", "var": "$parameters.properties.storageProfile.imageReference.sharedGalleryImageId", "options": ["shared-gallery-image-id"], "help": {"short": "Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call."}}, {"type": "string", "var": "$parameters.properties.storageProfile.imageReference.sku", "options": ["sku"], "help": {"short": "The image SKU."}}, {"type": "string", "var": "$parameters.properties.storageProfile.imageReference.version", "options": ["version"], "help": {"short": "Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input."}}]}, {"type": "object", "var": "$parameters.properties.storageProfile.osDisk", "options": ["os-disk"], "help": {"short": "Specifies information about the operating system disk used by the virtual machine. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview)."}, "args": [{"type": "string", "var": "$parameters.properties.storageProfile.osDisk.caching", "options": ["caching"], "help": {"short": "Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The defaulting behavior is: **None for Standard storage. ReadOnly for Premium storage.**"}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "ReadOnly", "value": "ReadOnly"}, {"name": "ReadWrite", "value": "ReadWrite"}]}}, {"type": "string", "var": "$parameters.properties.storageProfile.osDisk.createOption", "options": ["create-option"], "required": true, "help": {"short": "Specifies how the virtual machine disk should be created. Possible values are **Attach:** This value is used when you are using a specialized disk to create the virtual machine. **FromImage:** This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described."}, "enum": {"items": [{"name": "Attach", "value": "Attach"}, {"name": "Copy", "value": "Copy"}, {"name": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}, {"name": "Restore", "value": "Restore"}]}}, {"type": "string", "var": "$parameters.properties.storageProfile.osDisk.deleteOption", "options": ["delete-option"], "help": {"short": "Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: **Delete.** If this value is used, the OS disk is deleted when VM is deleted. **Detach.** If this value is used, the os disk is retained after VM is deleted. The default value is set to **Detach**. For an ephemeral OS Disk, the default value is set to **Delete**. The user cannot change the delete option for an ephemeral OS Disk."}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"type": "object", "var": "$parameters.properties.storageProfile.osDisk.diffDiskSettings", "options": ["diff-disk-settings"], "help": {"short": "Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine."}, "args": [{"type": "boolean", "var": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.enableFullCaching", "options": ["enable-full-caching"], "help": {"short": "Specifies whether or not to enable full caching for this VM which will cache the OS disk locally on the host and make this VM more resilient to storage outages"}}, {"type": "string", "var": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.option", "options": ["option"], "help": {"short": "Specifies the ephemeral disk settings for operating system disk."}, "enum": {"items": [{"name": "Local", "value": "Local"}]}}, {"type": "string", "var": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.placement", "options": ["placement"], "help": {"short": "Specifies the ephemeral disk placement for operating system disk. Possible values are: **CacheDisk,** **ResourceDisk,** **NvmeDisk.** The defaulting behavior is: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** or **NvmeDisk** is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Minimum api-version for NvmeDisk: 2024-03-01."}, "enum": {"items": [{"name": "CacheDisk", "value": "CacheDisk"}, {"name": "NvmeDisk", "value": "NvmeDisk"}, {"name": "ResourceDisk", "value": "ResourceDisk"}]}}]}, {"type": "integer32", "var": "$parameters.properties.storageProfile.osDisk.diskSizeGB", "options": ["disk-size-gb"], "help": {"short": "Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023."}}, {"type": "object", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings", "options": ["encryption-settings"], "help": {"short": "Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15."}, "args": [{"type": "object", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey", "options": ["disk-encryption-key"], "help": {"short": "Specifies the location of the disk encryption key, which is a Key Vault Secret."}, "args": [{"type": "string", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.secretUrl", "options": ["secret-url"], "required": true, "help": {"short": "The URL referencing a secret in a Key Vault."}}, {"type": "object", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault", "options": ["source-vault"], "required": true, "help": {"short": "The relative URL of the Key Vault containing the secret."}, "args": [{"type": "ResourceId", "var": "@SubResource_create.id", "options": ["id"], "help": {"short": "Resource Id"}}], "cls": "SubResource_create"}]}, {"type": "boolean", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.enabled", "options": ["enabled"], "help": {"short": "Specifies whether disk encryption should be enabled on the virtual machine."}}, {"type": "object", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey", "options": ["key-encryption-key"], "help": {"short": "Specifies the location of the key encryption key in Key Vault."}, "args": [{"type": "string", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.keyUrl", "options": ["key-url"], "required": true, "help": {"short": "The URL referencing a key encryption key in Key Vault."}}, {"type": "@SubResource_create", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault", "options": ["source-vault"], "required": true, "help": {"short": "The relative URL of the Key Vault containing the key."}}]}]}, {"type": "@VirtualHardDisk_create", "var": "$parameters.properties.storageProfile.osDisk.image", "options": ["image"], "help": {"short": "The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist."}}, {"type": "object", "var": "$parameters.properties.storageProfile.osDisk.managedDisk", "options": ["managed-disk"], "help": {"short": "The managed disk parameters."}, "args": [{"type": "object", "var": "@ManagedDiskParameters_create.diskEncryptionSet", "options": ["disk-encryption-set"], "help": {"short": "Specifies the customer managed disk encryption set resource id for the managed disk."}, "args": [{"type": "ResourceId", "var": "@DiskEncryptionSetParameters_create.id", "options": ["id"], "help": {"short": "Resource Id"}}], "cls": "DiskEncryptionSetParameters_create"}, {"type": "ResourceId", "var": "@ManagedDiskParameters_create.id", "options": ["id"], "help": {"short": "Resource Id"}}, {"type": "object", "var": "@ManagedDiskParameters_create.securityProfile", "options": ["security-profile"], "help": {"short": "Specifies the security profile for the managed disk."}, "args": [{"type": "@DiskEncryptionSetParameters_create", "var": "@ManagedDiskParameters_create.securityProfile.diskEncryptionSet", "options": ["disk-encryption-set"], "help": {"short": "Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob."}}, {"type": "string", "var": "@ManagedDiskParameters_create.securityProfile.securityEncryptionType", "options": ["security-encryption-type"], "help": {"short": "Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. **Note:** It can be set for only Confidential VMs."}, "enum": {"items": [{"name": "DiskWithVMGuestState", "value": "DiskWithVMGuestState"}, {"name": "NonPersistedTPM", "value": "NonPersistedTPM"}, {"name": "VMGuestStateOnly", "value": "VMGuestStateOnly"}]}}]}, {"type": "string", "var": "@ManagedDiskParameters_create.storageAccountType", "options": ["storage-account-type"], "help": {"short": "Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk."}, "enum": {"items": [{"name": "PremiumV2_LRS", "value": "PremiumV2_LRS"}, {"name": "Premium_LRS", "value": "Premium_LRS"}, {"name": "Premium_ZRS", "value": "Premium_ZRS"}, {"name": "StandardSSD_LRS", "value": "StandardSSD_LRS"}, {"name": "StandardSSD_ZRS", "value": "StandardSSD_ZRS"}, {"name": "Standard_LRS", "value": "Standard_LRS"}, {"name": "UltraSSD_LRS", "value": "UltraSSD_LRS"}]}}], "cls": "ManagedDiskParameters_create"}, {"type": "string", "var": "$parameters.properties.storageProfile.osDisk.name", "options": ["name"], "help": {"short": "The disk name."}}, {"type": "string", "var": "$parameters.properties.storageProfile.osDisk.osType", "options": ["os-type"], "help": {"short": "This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**"}, "enum": {"items": [{"name": "Linux", "value": "Linux"}, {"name": "Windows", "value": "Windows"}]}}, {"type": "string", "var": "$parameters.properties.storageProfile.osDisk.storageFaultDomainAlignment", "options": ["storage-fault-domain-alignment"], "help": {"short": "Specifies the storage fault domain alignment type for the disk."}, "enum": {"items": [{"name": "Aligned", "value": "Aligned"}, {"name": "BestEffortAligned", "value": "BestEffortAligned"}]}}, {"type": "object", "var": "$parameters.properties.storageProfile.osDisk.vhd", "options": ["vhd"], "help": {"short": "The virtual hard disk."}, "args": [{"type": "string", "var": "@VirtualHardDisk_create.uri", "options": ["uri"], "help": {"short": "Specifies the virtual hard disk's uri."}}], "cls": "VirtualHardDisk_create"}, {"type": "boolean", "var": "$parameters.properties.storageProfile.osDisk.writeAcceleratorEnabled", "options": ["write-accelerator-enabled"], "help": {"short": "Specifies whether writeAccelerator should be enabled or disabled on the disk."}}]}]}, {"type": "string", "var": "$parameters.properties.userData", "options": ["user-data"], "group": "Properties", "help": {"short": "UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01."}}, {"type": "@SubResource_create", "var": "$parameters.properties.virtualMachineScaleSet", "options": ["virtual-machine-scale-set"], "group": "Properties", "help": {"short": "Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. This property cannot exist along with a non-null properties.availabilitySet reference. Minimum api-version: 2019-03-01."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "VirtualMachines_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmName", "arg": "$Path.vmName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "header": {"params": [{"type": "string", "name": "If-Match", "arg": "$Header.If-Match"}, {"type": "string", "name": "If-None-Match", "arg": "$Header.If-None-Match"}]}, "body": {"json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "extendedLocation", "arg": "$parameters.extendedLocation", "props": [{"type": "string", "name": "name", "arg": "$parameters.extendedLocation.name"}, {"type": "string", "name": "type", "arg": "$parameters.extendedLocation.type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$parameters.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$parameters.identity.userAssignedIdentities", "additionalProps": {"item": {"type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$parameters.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$parameters.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$parameters.location", "required": true}, {"type": "object", "name": "placement", "arg": "$parameters.placement", "props": [{"type": "array", "name": "excludeZones", "arg": "$parameters.placement.excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "arg": "$parameters.placement.includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "arg": "$parameters.placement.zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "arg": "$parameters.plan", "props": [{"type": "string", "name": "name", "arg": "$parameters.plan.name"}, {"type": "string", "name": "product", "arg": "$parameters.plan.product"}, {"type": "string", "name": "promotionCode", "arg": "$parameters.plan.promotionCode"}, {"type": "string", "name": "publisher", "arg": "$parameters.plan.publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "arg": "$parameters.properties.additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption", "arg": "$parameters.properties.additionalCapabilities.enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled", "arg": "$parameters.properties.additionalCapabilities.hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled", "arg": "$parameters.properties.additionalCapabilities.ultraSSDEnabled"}]}, {"type": "object", "name": "applicationProfile", "arg": "$parameters.properties.applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "arg": "$parameters.properties.applicationProfile.galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference", "arg": "$parameters.properties.applicationProfile.galleryApplications[].configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade", "arg": "$parameters.properties.applicationProfile.galleryApplications[].enableAutomaticUpgrade"}, {"type": "integer32", "name": "order", "arg": "$parameters.properties.applicationProfile.galleryApplications[].order"}, {"type": "string", "name": "packageReferenceId", "arg": "$parameters.properties.applicationProfile.galleryApplications[].packageReferenceId", "required": true}, {"type": "string", "name": "tags", "arg": "$parameters.properties.applicationProfile.galleryApplications[].tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure", "arg": "$parameters.properties.applicationProfile.galleryApplications[].treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "@SubResource_create", "name": "availabilitySet", "arg": "$parameters.properties.availabilitySet"}, {"type": "object", "name": "billingProfile", "arg": "$parameters.properties.billingProfile", "props": [{"type": "float64", "name": "maxPrice", "arg": "$parameters.properties.billingProfile.maxPrice"}]}, {"type": "object", "name": "capacityReservation", "arg": "$parameters.properties.capacityReservation", "props": [{"type": "@SubResource_create", "name": "capacityReservationGroup", "arg": "$parameters.properties.capacityReservation.capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "arg": "$parameters.properties.diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "arg": "$parameters.properties.diagnosticsProfile.bootDiagnostics", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.diagnosticsProfile.bootDiagnostics.enabled"}, {"type": "string", "name": "storageUri", "arg": "$parameters.properties.diagnosticsProfile.bootDiagnostics.storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "arg": "$parameters.properties.evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "string", "name": "extensionsTimeBudget", "arg": "$parameters.properties.extensionsTimeBudget"}, {"type": "object", "name": "hardwareProfile", "arg": "$parameters.properties.hardwareProfile", "props": [{"type": "string", "name": "vmSize", "arg": "$parameters.properties.hardwareProfile.vmSize", "enum": {"items": [{"value": "Basic_A0"}, {"value": "Basic_A1"}, {"value": "Basic_A2"}, {"value": "Basic_A3"}, {"value": "Basic_A4"}, {"value": "Standard_A0"}, {"value": "Standard_A1"}, {"value": "Standard_A10"}, {"value": "Standard_A11"}, {"value": "Standard_A1_v2"}, {"value": "Standard_A2"}, {"value": "Standard_A2_v2"}, {"value": "Standard_A2m_v2"}, {"value": "Standard_A3"}, {"value": "Standard_A4"}, {"value": "Standard_A4_v2"}, {"value": "Standard_A4m_v2"}, {"value": "Standard_A5"}, {"value": "Standard_A6"}, {"value": "Standard_A7"}, {"value": "Standard_A8"}, {"value": "Standard_A8_v2"}, {"value": "Standard_A8m_v2"}, {"value": "Standard_A9"}, {"value": "Standard_B1ms"}, {"value": "Standard_B1s"}, {"value": "Standard_B2ms"}, {"value": "Standard_B2s"}, {"value": "Standard_B4ms"}, {"value": "Standard_B8ms"}, {"value": "Standard_D1"}, {"value": "Standard_D11"}, {"value": "Standard_D11_v2"}, {"value": "Standard_D12"}, {"value": "Standard_D12_v2"}, {"value": "Standard_D13"}, {"value": "Standard_D13_v2"}, {"value": "Standard_D14"}, {"value": "Standard_D14_v2"}, {"value": "Standard_D15_v2"}, {"value": "Standard_D16_v3"}, {"value": "Standard_D16s_v3"}, {"value": "Standard_D1_v2"}, {"value": "Standard_D2"}, {"value": "Standard_D2_v2"}, {"value": "Standard_D2_v3"}, {"value": "Standard_D2s_v3"}, {"value": "Standard_D3"}, {"value": "Standard_D32_v3"}, {"value": "Standard_D32s_v3"}, {"value": "Standard_D3_v2"}, {"value": "Standard_D4"}, {"value": "Standard_D4_v2"}, {"value": "Standard_D4_v3"}, {"value": "Standard_D4s_v3"}, {"value": "Standard_D5_v2"}, {"value": "Standard_D64_v3"}, {"value": "Standard_D64s_v3"}, {"value": "Standard_D8_v3"}, {"value": "Standard_D8s_v3"}, {"value": "Standard_DS1"}, {"value": "Standard_DS11"}, {"value": "Standard_DS11_v2"}, {"value": "Standard_DS12"}, {"value": "Standard_DS12_v2"}, {"value": "Standard_DS13"}, {"value": "Standard_DS13-2_v2"}, {"value": "Standard_DS13-4_v2"}, {"value": "Standard_DS13_v2"}, {"value": "Standard_DS14"}, {"value": "Standard_DS14-4_v2"}, {"value": "Standard_DS14-8_v2"}, {"value": "Standard_DS14_v2"}, {"value": "Standard_DS15_v2"}, {"value": "Standard_DS1_v2"}, {"value": "Standard_DS2"}, {"value": "Standard_DS2_v2"}, {"value": "Standard_DS3"}, {"value": "Standard_DS3_v2"}, {"value": "Standard_DS4"}, {"value": "Standard_DS4_v2"}, {"value": "Standard_DS5_v2"}, {"value": "Standard_E16_v3"}, {"value": "Standard_E16s_v3"}, {"value": "Standard_E2_v3"}, {"value": "Standard_E2s_v3"}, {"value": "Standard_E32-16_v3"}, {"value": "Standard_E32-8s_v3"}, {"value": "Standard_E32_v3"}, {"value": "Standard_E32s_v3"}, {"value": "Standard_E4_v3"}, {"value": "Standard_E4s_v3"}, {"value": "Standard_E64-16s_v3"}, {"value": "Standard_E64-32s_v3"}, {"value": "Standard_E64_v3"}, {"value": "Standard_E64s_v3"}, {"value": "Standard_E8_v3"}, {"value": "Standard_E8s_v3"}, {"value": "Standard_F1"}, {"value": "Standard_F16"}, {"value": "Standard_F16s"}, {"value": "Standard_F16s_v2"}, {"value": "Standard_F1s"}, {"value": "Standard_F2"}, {"value": "Standard_F2s"}, {"value": "Standard_F2s_v2"}, {"value": "Standard_F32s_v2"}, {"value": "Standard_F4"}, {"value": "Standard_F4s"}, {"value": "Standard_F4s_v2"}, {"value": "Standard_F64s_v2"}, {"value": "Standard_F72s_v2"}, {"value": "Standard_F8"}, {"value": "Standard_F8s"}, {"value": "Standard_F8s_v2"}, {"value": "Standard_G1"}, {"value": "Standard_G2"}, {"value": "Standard_G3"}, {"value": "Standard_G4"}, {"value": "Standard_G5"}, {"value": "Standard_GS1"}, {"value": "Standard_GS2"}, {"value": "Standard_GS3"}, {"value": "Standard_GS4"}, {"value": "Standard_GS4-4"}, {"value": "Standard_GS4-8"}, {"value": "Standard_GS5"}, {"value": "Standard_GS5-16"}, {"value": "Standard_GS5-8"}, {"value": "Standard_H16"}, {"value": "Standard_H16m"}, {"value": "Standard_H16mr"}, {"value": "Standard_H16r"}, {"value": "Standard_H8"}, {"value": "Standard_H8m"}, {"value": "Standard_L16s"}, {"value": "Standard_L32s"}, {"value": "Standard_L4s"}, {"value": "Standard_L8s"}, {"value": "Standard_M128-32ms"}, {"value": "Standard_M128-64ms"}, {"value": "Standard_M128ms"}, {"value": "Standard_M128s"}, {"value": "Standard_M64-16ms"}, {"value": "Standard_M64-32ms"}, {"value": "Standard_M64ms"}, {"value": "Standard_M64s"}, {"value": "Standard_NC12"}, {"value": "Standard_NC12s_v2"}, {"value": "Standard_NC12s_v3"}, {"value": "Standard_NC24"}, {"value": "Standard_NC24r"}, {"value": "Standard_NC24rs_v2"}, {"value": "Standard_NC24rs_v3"}, {"value": "Standard_NC24s_v2"}, {"value": "Standard_NC24s_v3"}, {"value": "Standard_NC6"}, {"value": "Standard_NC6s_v2"}, {"value": "Standard_NC6s_v3"}, {"value": "Standard_ND12s"}, {"value": "Standard_ND24rs"}, {"value": "Standard_ND24s"}, {"value": "Standard_ND6s"}, {"value": "Standard_NV12"}, {"value": "Standard_NV24"}, {"value": "Standard_NV6"}]}}, {"type": "object", "name": "vmSizeProperties", "arg": "$parameters.properties.hardwareProfile.vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable", "arg": "$parameters.properties.hardwareProfile.vmSizeProperties.vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore", "arg": "$parameters.properties.hardwareProfile.vmSizeProperties.vCPUsPerCore"}]}]}, {"type": "@SubResource_create", "name": "host", "arg": "$parameters.properties.host"}, {"type": "@SubResource_create", "name": "hostGroup", "arg": "$parameters.properties.hostGroup"}, {"type": "string", "name": "licenseType", "arg": "$parameters.properties.licenseType"}, {"type": "object", "name": "networkProfile", "arg": "$parameters.properties.networkProfile", "props": [{"type": "string", "name": "networkApiVersion", "arg": "$parameters.properties.networkProfile.networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings", "props": [{"type": "array", "name": "dnsServers", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings.dnsServers", "item": {"type": "string"}}]}, {"type": "@SubResource_create", "name": "dscpConfiguration", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dscpConfiguration"}, {"type": "boolean", "name": "enableAcceleratedNetworking", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableFpga"}, {"type": "boolean", "name": "enableIPForwarding", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_create>", "name": "applicationGatewayBackendAddressPools", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_create"}}, {"type": "array<@SubResource_create>", "name": "applicationSecurityGroups", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationSecurityGroups", "item": {"type": "@SubResource_create"}}, {"type": "array<@SubResource_create>", "name": "loadBalancerBackendAddressPools", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerBackendAddressPools", "item": {"type": "@SubResource_create"}}, {"type": "boolean", "name": "primary", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.primary"}, {"type": "string", "name": "privateIPAddressVersion", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].ipTagType"}, {"type": "string", "name": "tag", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "string", "name": "publicIPAllocationMethod", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAllocationMethod", "enum": {"items": [{"value": "Dynamic"}, {"value": "Static"}]}}, {"type": "@SubResource_create", "name": "publicIPPrefix", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@SubResource_create", "name": "subnet", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_create", "name": "networkSecurityGroup", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.networkSecurityGroup"}, {"type": "boolean", "name": "primary", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].tags", "additionalProps": {"item": {"type": "string"}}}]}, "identifiers": ["name"]}, {"type": "array", "name": "networkInterfaces", "arg": "$parameters.properties.networkProfile.networkInterfaces", "item": {"type": "object", "props": [{"type": "ResourceId", "name": "id", "arg": "$parameters.properties.networkProfile.networkInterfaces[].id"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "arg": "$parameters.properties.networkProfile.networkInterfaces[].properties.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "primary", "arg": "$parameters.properties.networkProfile.networkInterfaces[].properties.primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "arg": "$parameters.properties.osProfile", "props": [{"type": "password", "name": "adminPassword", "arg": "$parameters.properties.osProfile.adminPassword", "secret": true}, {"type": "string", "name": "adminUsername", "arg": "$parameters.properties.osProfile.adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations", "arg": "$parameters.properties.osProfile.allowExtensionOperations"}, {"type": "string", "name": "computerName", "arg": "$parameters.properties.osProfile.computerName"}, {"type": "string", "name": "customData", "arg": "$parameters.properties.osProfile.customData"}, {"type": "object", "name": "linuxConfiguration", "arg": "$parameters.properties.osProfile.linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication", "arg": "$parameters.properties.osProfile.linuxConfiguration.disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates", "arg": "$parameters.properties.osProfile.linuxConfiguration.enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings", "props": [{"type": "string", "name": "assessmentMode", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent", "arg": "$parameters.properties.osProfile.linuxConfiguration.provisionVMAgent"}, {"type": "object", "name": "ssh", "arg": "$parameters.properties.osProfile.linuxConfiguration.ssh", "props": [{"type": "array", "name": "publicKeys", "arg": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData", "arg": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys[].keyData"}, {"type": "string", "name": "path", "arg": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys[].path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal", "arg": "$parameters.properties.osProfile.requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "arg": "$parameters.properties.osProfile.secrets", "item": {"type": "object", "props": [{"type": "@SubResource_create", "name": "sourceVault", "arg": "$parameters.properties.osProfile.secrets[].sourceVault"}, {"type": "array", "name": "vaultCertificates", "arg": "$parameters.properties.osProfile.secrets[].vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore", "arg": "$parameters.properties.osProfile.secrets[].vaultCertificates[].certificateStore"}, {"type": "string", "name": "certificateUrl", "arg": "$parameters.properties.osProfile.secrets[].vaultCertificates[].certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "arg": "$parameters.properties.osProfile.windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "arg": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "arg": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content", "arg": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].content"}, {"type": "string", "name": "passName", "arg": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "arg": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates", "arg": "$parameters.properties.osProfile.windowsConfiguration.enableAutomaticUpdates"}, {"type": "object", "name": "patchSettings", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings", "props": [{"type": "string", "name": "assessmentMode", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.enableHotpatching"}, {"type": "string", "name": "patchMode", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent", "arg": "$parameters.properties.osProfile.windowsConfiguration.provisionVMAgent"}, {"type": "string", "name": "timeZone", "arg": "$parameters.properties.osProfile.windowsConfiguration.timeZone"}, {"type": "object", "name": "winRM", "arg": "$parameters.properties.osProfile.windowsConfiguration.winRM", "props": [{"type": "array", "name": "listeners", "arg": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl", "arg": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners[].certificateUrl"}, {"type": "string", "name": "protocol", "arg": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners[].protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "integer32", "name": "platformFaultDomain", "arg": "$parameters.properties.platformFaultDomain"}, {"type": "string", "name": "priority", "arg": "$parameters.properties.priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"type": "@SubResource_create", "name": "proximityPlacementGroup", "arg": "$parameters.properties.proximityPlacementGroup"}, {"type": "object", "name": "resiliencyProfile", "arg": "$parameters.properties.resiliencyProfile", "props": [{"type": "object", "name": "zoneMovement", "arg": "$parameters.properties.resiliencyProfile.zoneMovement", "props": [{"type": "boolean", "name": "isEnabled", "arg": "$parameters.properties.resiliencyProfile.zoneMovement.isEnabled"}]}]}, {"type": "object", "name": "scheduledEventsPolicy", "arg": "$parameters.properties.scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "arg": "$parameters.properties.scheduledEventsPolicy.allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.allInstancesDown.automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.enable"}, {"type": "string", "name": "scheduledEventsApiVersion", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot.automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy.automaticallyApprove"}]}]}, {"type": "object", "name": "scheduledEventsProfile", "arg": "$parameters.properties.scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "arg": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile.enable"}, {"type": "string", "name": "notBeforeTimeout", "arg": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile.notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "arg": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile.enable"}, {"type": "string", "name": "notBeforeTimeout", "arg": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile.notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "arg": "$parameters.properties.securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost", "arg": "$parameters.properties.securityProfile.encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "arg": "$parameters.properties.securityProfile.encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId", "arg": "$parameters.properties.securityProfile.encryptionIdentity.userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "arg": "$parameters.properties.securityProfile.proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.addProxyAgentExtension"}, {"type": "boolean", "name": "enabled", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.enabled"}, {"type": "@HostEndpointSettings_create", "name": "imds", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.imds"}, {"type": "integer32", "name": "keyIncarnationId", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.keyIncarnationId"}, {"type": "string", "name": "mode", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId", "arg": "@HostEndpointSettings_create.inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "arg": "@HostEndpointSettings_create.mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_create"}]}, {"type": "string", "name": "securityType", "arg": "$parameters.properties.securityProfile.securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "arg": "$parameters.properties.securityProfile.uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled", "arg": "$parameters.properties.securityProfile.uefiSettings.secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled", "arg": "$parameters.properties.securityProfile.uefiSettings.vTpmEnabled"}]}]}, {"type": "object", "name": "storageProfile", "arg": "$parameters.properties.storageProfile", "props": [{"type": "boolean", "name": "alignRegionalDisksToVMZone", "arg": "$parameters.properties.storageProfile.alignRegionalDisksToVMZone"}, {"type": "array", "name": "dataDisks", "arg": "$parameters.properties.storageProfile.dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "arg": "$parameters.properties.storageProfile.dataDisks[].caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "arg": "$parameters.properties.storageProfile.dataDisks[].createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.storageProfile.dataDisks[].deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "string", "name": "detachOption", "arg": "$parameters.properties.storageProfile.dataDisks[].detachOption", "enum": {"items": [{"value": "ForceDetach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite", "arg": "$parameters.properties.storageProfile.dataDisks[].diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite", "arg": "$parameters.properties.storageProfile.dataDisks[].diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB", "arg": "$parameters.properties.storageProfile.dataDisks[].diskSizeGB"}, {"type": "@VirtualHardDisk_create", "name": "image", "arg": "$parameters.properties.storageProfile.dataDisks[].image"}, {"type": "integer32", "name": "lun", "arg": "$parameters.properties.storageProfile.dataDisks[].lun", "required": true}, {"type": "@ManagedDiskParameters_create", "name": "managedDisk", "arg": "$parameters.properties.storageProfile.dataDisks[].managedDisk"}, {"type": "string", "name": "name", "arg": "$parameters.properties.storageProfile.dataDisks[].name"}, {"type": "object", "name": "sourceResource", "arg": "$parameters.properties.storageProfile.dataDisks[].sourceResource", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.storageProfile.dataDisks[].sourceResource.id"}]}, {"type": "string", "name": "storageFaultDomainAlignment", "arg": "$parameters.properties.storageProfile.dataDisks[].storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "toBeDetached", "arg": "$parameters.properties.storageProfile.dataDisks[].toBeDetached"}, {"type": "@VirtualHardDisk_create", "name": "vhd", "arg": "$parameters.properties.storageProfile.dataDisks[].vhd"}, {"type": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.storageProfile.dataDisks[].writeAcceleratorEnabled"}]}, "identifiers": ["lun"]}, {"type": "string", "name": "diskControllerType", "arg": "$parameters.properties.storageProfile.diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "arg": "$parameters.properties.storageProfile.imageReference", "props": [{"type": "string", "name": "communityGalleryImageId", "arg": "$parameters.properties.storageProfile.imageReference.communityGalleryImageId"}, {"type": "ResourceId", "name": "id", "arg": "$parameters.properties.storageProfile.imageReference.id"}, {"type": "string", "name": "offer", "arg": "$parameters.properties.storageProfile.imageReference.offer"}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.storageProfile.imageReference.publisher"}, {"type": "string", "name": "sharedGalleryImageId", "arg": "$parameters.properties.storageProfile.imageReference.sharedGalleryImageId"}, {"type": "string", "name": "sku", "arg": "$parameters.properties.storageProfile.imageReference.sku"}, {"type": "string", "name": "version", "arg": "$parameters.properties.storageProfile.imageReference.version"}]}, {"type": "object", "name": "osDisk", "arg": "$parameters.properties.storageProfile.osDisk", "props": [{"type": "string", "name": "caching", "arg": "$parameters.properties.storageProfile.osDisk.caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "arg": "$parameters.properties.storageProfile.osDisk.createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.storageProfile.osDisk.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "arg": "$parameters.properties.storageProfile.osDisk.diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching", "arg": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.enableFullCaching"}, {"type": "string", "name": "option", "arg": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "arg": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB", "arg": "$parameters.properties.storageProfile.osDisk.diskSizeGB"}, {"type": "object", "name": "encryptionSettings", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings", "props": [{"type": "object", "name": "diskEncryptionKey", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault", "required": true, "props": [{"type": "ResourceId", "name": "id", "arg": "@SubResource_create.id"}], "cls": "SubResource_create"}]}, {"type": "boolean", "name": "enabled", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.enabled"}, {"type": "object", "name": "keyEncryptionKey", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey", "props": [{"type": "string", "name": "keyUrl", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.keyUrl", "required": true}, {"type": "@SubResource_create", "name": "sourceVault", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault", "required": true}]}]}, {"type": "@VirtualHardDisk_create", "name": "image", "arg": "$parameters.properties.storageProfile.osDisk.image"}, {"type": "object", "name": "managedDisk", "arg": "$parameters.properties.storageProfile.osDisk.managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "arg": "@ManagedDiskParameters_create.diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id", "arg": "@DiskEncryptionSetParameters_create.id"}], "cls": "DiskEncryptionSetParameters_create"}, {"type": "ResourceId", "name": "id", "arg": "@ManagedDiskParameters_create.id"}, {"type": "object", "name": "securityProfile", "arg": "@ManagedDiskParameters_create.securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_create", "name": "diskEncryptionSet", "arg": "@ManagedDiskParameters_create.securityProfile.diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "arg": "@ManagedDiskParameters_create.securityProfile.securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "arg": "@ManagedDiskParameters_create.storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "ManagedDiskParameters_create"}, {"type": "string", "name": "name", "arg": "$parameters.properties.storageProfile.osDisk.name"}, {"type": "string", "name": "osType", "arg": "$parameters.properties.storageProfile.osDisk.osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "arg": "$parameters.properties.storageProfile.osDisk.storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "object", "name": "vhd", "arg": "$parameters.properties.storageProfile.osDisk.vhd", "props": [{"type": "string", "name": "uri", "arg": "@VirtualHardDisk_create.uri"}], "cls": "VirtualHardDisk_create"}, {"type": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.storageProfile.osDisk.writeAcceleratorEnabled"}]}]}, {"type": "string", "name": "userData", "arg": "$parameters.properties.userData"}, {"type": "@SubResource_create", "name": "virtualMachineScaleSet", "arg": "$parameters.properties.virtualMachineScaleSet"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$parameters.tags", "additionalProps": {"item": {"type": "string"}}}, {"type": "array", "name": "zones", "arg": "$parameters.zones", "item": {"type": "string"}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "managedBy"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "@SubResource_read", "name": "availabilitySet"}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "string", "name": "extensionsTimeBudget"}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "string", "name": "vmSize", "enum": {"items": [{"value": "Basic_A0"}, {"value": "Basic_A1"}, {"value": "Basic_A2"}, {"value": "Basic_A3"}, {"value": "Basic_A4"}, {"value": "Standard_A0"}, {"value": "Standard_A1"}, {"value": "Standard_A10"}, {"value": "Standard_A11"}, {"value": "Standard_A1_v2"}, {"value": "Standard_A2"}, {"value": "Standard_A2_v2"}, {"value": "Standard_A2m_v2"}, {"value": "Standard_A3"}, {"value": "Standard_A4"}, {"value": "Standard_A4_v2"}, {"value": "Standard_A4m_v2"}, {"value": "Standard_A5"}, {"value": "Standard_A6"}, {"value": "Standard_A7"}, {"value": "Standard_A8"}, {"value": "Standard_A8_v2"}, {"value": "Standard_A8m_v2"}, {"value": "Standard_A9"}, {"value": "Standard_B1ms"}, {"value": "Standard_B1s"}, {"value": "Standard_B2ms"}, {"value": "Standard_B2s"}, {"value": "Standard_B4ms"}, {"value": "Standard_B8ms"}, {"value": "Standard_D1"}, {"value": "Standard_D11"}, {"value": "Standard_D11_v2"}, {"value": "Standard_D12"}, {"value": "Standard_D12_v2"}, {"value": "Standard_D13"}, {"value": "Standard_D13_v2"}, {"value": "Standard_D14"}, {"value": "Standard_D14_v2"}, {"value": "Standard_D15_v2"}, {"value": "Standard_D16_v3"}, {"value": "Standard_D16s_v3"}, {"value": "Standard_D1_v2"}, {"value": "Standard_D2"}, {"value": "Standard_D2_v2"}, {"value": "Standard_D2_v3"}, {"value": "Standard_D2s_v3"}, {"value": "Standard_D3"}, {"value": "Standard_D32_v3"}, {"value": "Standard_D32s_v3"}, {"value": "Standard_D3_v2"}, {"value": "Standard_D4"}, {"value": "Standard_D4_v2"}, {"value": "Standard_D4_v3"}, {"value": "Standard_D4s_v3"}, {"value": "Standard_D5_v2"}, {"value": "Standard_D64_v3"}, {"value": "Standard_D64s_v3"}, {"value": "Standard_D8_v3"}, {"value": "Standard_D8s_v3"}, {"value": "Standard_DS1"}, {"value": "Standard_DS11"}, {"value": "Standard_DS11_v2"}, {"value": "Standard_DS12"}, {"value": "Standard_DS12_v2"}, {"value": "Standard_DS13"}, {"value": "Standard_DS13-2_v2"}, {"value": "Standard_DS13-4_v2"}, {"value": "Standard_DS13_v2"}, {"value": "Standard_DS14"}, {"value": "Standard_DS14-4_v2"}, {"value": "Standard_DS14-8_v2"}, {"value": "Standard_DS14_v2"}, {"value": "Standard_DS15_v2"}, {"value": "Standard_DS1_v2"}, {"value": "Standard_DS2"}, {"value": "Standard_DS2_v2"}, {"value": "Standard_DS3"}, {"value": "Standard_DS3_v2"}, {"value": "Standard_DS4"}, {"value": "Standard_DS4_v2"}, {"value": "Standard_DS5_v2"}, {"value": "Standard_E16_v3"}, {"value": "Standard_E16s_v3"}, {"value": "Standard_E2_v3"}, {"value": "Standard_E2s_v3"}, {"value": "Standard_E32-16_v3"}, {"value": "Standard_E32-8s_v3"}, {"value": "Standard_E32_v3"}, {"value": "Standard_E32s_v3"}, {"value": "Standard_E4_v3"}, {"value": "Standard_E4s_v3"}, {"value": "Standard_E64-16s_v3"}, {"value": "Standard_E64-32s_v3"}, {"value": "Standard_E64_v3"}, {"value": "Standard_E64s_v3"}, {"value": "Standard_E8_v3"}, {"value": "Standard_E8s_v3"}, {"value": "Standard_F1"}, {"value": "Standard_F16"}, {"value": "Standard_F16s"}, {"value": "Standard_F16s_v2"}, {"value": "Standard_F1s"}, {"value": "Standard_F2"}, {"value": "Standard_F2s"}, {"value": "Standard_F2s_v2"}, {"value": "Standard_F32s_v2"}, {"value": "Standard_F4"}, {"value": "Standard_F4s"}, {"value": "Standard_F4s_v2"}, {"value": "Standard_F64s_v2"}, {"value": "Standard_F72s_v2"}, {"value": "Standard_F8"}, {"value": "Standard_F8s"}, {"value": "Standard_F8s_v2"}, {"value": "Standard_G1"}, {"value": "Standard_G2"}, {"value": "Standard_G3"}, {"value": "Standard_G4"}, {"value": "Standard_G5"}, {"value": "Standard_GS1"}, {"value": "Standard_GS2"}, {"value": "Standard_GS3"}, {"value": "Standard_GS4"}, {"value": "Standard_GS4-4"}, {"value": "Standard_GS4-8"}, {"value": "Standard_GS5"}, {"value": "Standard_GS5-16"}, {"value": "Standard_GS5-8"}, {"value": "Standard_H16"}, {"value": "Standard_H16m"}, {"value": "Standard_H16mr"}, {"value": "Standard_H16r"}, {"value": "Standard_H8"}, {"value": "Standard_H8m"}, {"value": "Standard_L16s"}, {"value": "Standard_L32s"}, {"value": "Standard_L4s"}, {"value": "Standard_L8s"}, {"value": "Standard_M128-32ms"}, {"value": "Standard_M128-64ms"}, {"value": "Standard_M128ms"}, {"value": "Standard_M128s"}, {"value": "Standard_M64-16ms"}, {"value": "Standard_M64-32ms"}, {"value": "Standard_M64ms"}, {"value": "Standard_M64s"}, {"value": "Standard_NC12"}, {"value": "Standard_NC12s_v2"}, {"value": "Standard_NC12s_v3"}, {"value": "Standard_NC24"}, {"value": "Standard_NC24r"}, {"value": "Standard_NC24rs_v2"}, {"value": "Standard_NC24rs_v3"}, {"value": "Standard_NC24s_v2"}, {"value": "Standard_NC24s_v3"}, {"value": "Standard_NC6"}, {"value": "Standard_NC6s_v2"}, {"value": "Standard_NC6s_v3"}, {"value": "Standard_ND12s"}, {"value": "Standard_ND24rs"}, {"value": "Standard_ND24s"}, {"value": "Standard_ND6s"}, {"value": "Standard_NV12"}, {"value": "Standard_NV24"}, {"value": "Standard_NV6"}]}}, {"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "@SubResource_read", "name": "host"}, {"type": "@SubResource_read", "name": "hostGroup"}, {"readOnly": true, "type": "object", "name": "instanceView", "props": [{"readOnly": true, "type": "string", "name": "assignedHost"}, {"type": "object", "name": "bootDiagnostics", "props": [{"readOnly": true, "type": "string", "name": "consoleScreenshotBlobUri"}, {"readOnly": true, "type": "string", "name": "serialConsoleLogBlobUri"}, {"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}, {"type": "string", "name": "computerName"}, {"type": "array", "name": "disks", "item": {"type": "object", "props": [{"type": "array<@DiskEncryptionSettings_read>", "name": "encryptionSettings", "item": {"type": "@DiskEncryptionSettings_read"}}, {"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "storageAlignmentStatus", "enum": {"items": [{"value": "Aligned"}, {"value": "Unaligned"}]}}]}, "identifiers": ["name"]}, {"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "array<@InstanceViewStatus_read>", "name": "substatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "cls": "VirtualMachineExtensionInstanceView_read"}, "identifiers": ["name", "type"]}, {"type": "string", "name": "hyperVGeneration", "enum": {"items": [{"value": "V1"}, {"value": "V2"}]}}, {"readOnly": true, "type": "boolean", "name": "isVMInStandbyPool"}, {"type": "object", "name": "maintenanceRedeployStatus", "props": [{"type": "boolean", "name": "isCustomerInitiatedMaintenanceAllowed"}, {"type": "string", "name": "lastOperationMessage"}, {"type": "string", "name": "lastOperationResultCode", "enum": {"items": [{"value": "MaintenanceAborted"}, {"value": "MaintenanceCompleted"}, {"value": "None"}, {"value": "RetryLater"}]}}, {"type": "dateTime", "name": "maintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "maintenanceWindowStartTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowStartTime", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "osName"}, {"type": "string", "name": "osVersion"}, {"type": "object", "name": "patchStatus", "props": [{"type": "object", "name": "availablePatchSummary", "props": [{"readOnly": true, "type": "string", "name": "assessmentActivityId"}, {"readOnly": true, "type": "integer32", "name": "criticalAndSecurityPatchCount"}, {"readOnly": true, "type": "object", "name": "error", "props": [{"type": "string", "name": "code"}, {"type": "array", "name": "details", "item": {"type": "object", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}]}, "identifiers": ["target", "message"]}, {"type": "object", "name": "innererror", "props": [{"type": "string", "name": "errordetail"}, {"type": "string", "name": "exceptiontype"}]}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}], "cls": "ApiError_read"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "integer32", "name": "otherPatchCount"}, {"readOnly": true, "type": "boolean", "name": "rebootPending"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}, {"readOnly": true, "type": "array<@InstanceViewStatus_read>", "name": "configurationStatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "lastPatchInstallationSummary", "props": [{"readOnly": true, "type": "@ApiError_read", "name": "error"}, {"readOnly": true, "type": "integer32", "name": "excludedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "failedPatchCount"}, {"readOnly": true, "type": "string", "name": "installationActivityId"}, {"readOnly": true, "type": "integer32", "name": "installedPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "boolean", "name": "maintenanceWindowExceeded"}, {"readOnly": true, "type": "integer32", "name": "notSelectedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "pendingPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "integer32", "name": "platformUpdateDomain"}, {"type": "string", "name": "rdpThumbPrint"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "vmAgent", "props": [{"type": "array", "name": "extensionHandlers", "item": {"type": "object", "props": [{"type": "object", "name": "status", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "displayStatus"}, {"type": "string", "name": "level", "enum": {"items": [{"value": "Error"}, {"value": "Info"}, {"value": "Warning"}]}}, {"type": "string", "name": "message"}, {"type": "dateTime", "name": "time", "format": {"protocol": "iso"}}], "cls": "InstanceViewStatus_read"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}]}}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "vmAgentVersion"}]}, {"readOnly": true, "type": "object", "name": "vmHealth", "props": [{"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "@SubResource_read", "name": "dscpConfiguration"}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "string", "name": "publicIPAllocationMethod", "enum": {"items": [{"value": "Dynamic"}, {"value": "Static"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@SubResource_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, "identifiers": ["name"]}, {"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "ResourceId", "name": "id"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerName"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "@SubResource_read", "name": "sourceVault"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyProfile", "props": [{"type": "object", "name": "zoneMovement", "props": [{"type": "boolean", "name": "isEnabled"}]}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "boolean", "name": "alignRegionalDisksToVMZone"}, {"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "string", "name": "detachOption", "enum": {"items": [{"value": "ForceDetach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@ManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "object", "name": "sourceResource", "props": [{"type": "string", "name": "id"}]}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "toBeDetached"}, {"type": "@VirtualHardDisk_read", "name": "vhd"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "encryptionSettings", "props": [{"type": "object", "name": "diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "required": true, "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}], "cls": "KeyVaultSecretReference_read"}, {"type": "boolean", "name": "enabled"}, {"type": "object", "name": "keyEncryptionKey", "props": [{"type": "string", "name": "keyUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}], "cls": "DiskEncryptionSettings_read"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "ResourceId", "name": "id"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "ManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "object", "name": "vhd", "props": [{"type": "string", "name": "uri"}], "cls": "VirtualHardDisk_read"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}, {"type": "@SubResource_read", "name": "virtualMachineScaleSet"}, {"readOnly": true, "type": "string", "name": "vmId"}], "clientFlatten": true}, {"readOnly": true, "type": "array", "name": "resources", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}/extensions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "@VirtualMachineExtensionInstanceView_read", "name": "instanceView"}, {"type": "any", "name": "protectedSettings"}, {"type": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "@SystemData_read", "name": "systemData"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}], "cls": "SystemData_read"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachines/{}", "version": "2025-11-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMve3ZtTmFtZX0=/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Header.If-Match", "options": ["if-match"], "help": {"short": "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes."}}, {"type": "string", "var": "$Header.If-None-Match", "options": ["if-none-match"], "help": {"short": "Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will result in error from server as they are not supported."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmName", "options": ["n", "name", "vm-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the Virtual Machine. You can configure the default using `az configure --defaults vm=`"}}]}, {"name": "Identity", "args": [{"nullable": true, "type": "string", "var": "$parameters.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned, UserAssigned", "value": "SystemAssigned, UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"nullable": true, "type": "object", "var": "$parameters.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Parameters", "args": [{"nullable": true, "type": "object", "var": "$parameters.extendedLocation", "options": ["extended-location"], "group": "Parameters", "help": {"short": "The extended location of the Virtual Machine."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.extendedLocation.name", "options": ["name"], "help": {"short": "The name of the extended location."}}, {"nullable": true, "type": "string", "var": "$parameters.extendedLocation.type", "options": ["type"], "help": {"short": "The type of the extended location."}, "enum": {"items": [{"name": "EdgeZone", "value": "EdgeZone"}]}}]}, {"nullable": true, "type": "object", "var": "$parameters.placement", "options": ["placement"], "group": "Parameters", "help": {"short": "Placement section specifies the user-defined constraints for virtual machine hardware placement. This property cannot be changed once VM is provisioned. Minimum api-version: 2024-11-01."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.placement.excludeZones", "options": ["exclude-zones"], "help": {"short": "This property supplements the 'zonePlacementPolicy' property. If 'zonePlacementPolicy' is set to 'Any', availability zone selected by the system must not be present in the list of availability zones passed with 'excludeZones'. If 'excludeZones' is not provided, all availability zones in region will be considered for selection."}, "item": {"nullable": true, "type": "string"}}, {"nullable": true, "type": "array", "var": "$parameters.placement.includeZones", "options": ["include-zones"], "help": {"short": "This property supplements the 'zonePlacementPolicy' property. If 'zonePlacementPolicy' is set to 'Any', availability zone selected by the system must be present in the list of availability zones passed with 'includeZones'. If 'includeZones' is not provided, all availability zones in region will be considered for selection."}, "item": {"nullable": true, "type": "string"}}, {"nullable": true, "type": "string", "var": "$parameters.placement.zonePlacementPolicy", "options": ["zone-placement-policy"], "help": {"short": "Specifies the policy for virtual machine's placement in availability zone. Possible values are: **Any** - An availability zone will be automatically picked by system as part of virtual machine creation."}, "enum": {"items": [{"name": "Any", "value": "Any"}, {"name": "Auto", "value": "Auto"}]}}]}, {"nullable": true, "type": "object", "var": "$parameters.plan", "options": ["plan"], "group": "Parameters", "help": {"short": "Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.plan.name", "options": ["name"], "help": {"short": "The plan ID."}}, {"nullable": true, "type": "string", "var": "$parameters.plan.product", "options": ["product"], "help": {"short": "Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element."}}, {"nullable": true, "type": "string", "var": "$parameters.plan.promotionCode", "options": ["promotion-code"], "help": {"short": "The promotion code."}}, {"nullable": true, "type": "string", "var": "$parameters.plan.publisher", "options": ["publisher"], "help": {"short": "The publisher ID."}}]}, {"nullable": true, "type": "object", "var": "$parameters.tags", "options": ["tags"], "group": "Parameters", "help": {"short": "Resource tags"}, "additionalProps": {"item": {"nullable": true, "type": "string"}}}, {"nullable": true, "type": "array", "var": "$parameters.zones", "options": ["zones"], "group": "Parameters", "help": {"short": "The virtual machine zones."}, "item": {"nullable": true, "type": "string"}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.additionalCapabilities", "options": ["additional-capabilities"], "group": "Properties", "help": {"short": "Specifies additional capabilities enabled or disabled on the virtual machine."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.additionalCapabilities.enableFips1403Encryption", "options": ["enable-fips1403-encryption"], "help": {"short": "The flag enables the usage of FIPS 140-3 compliant cryptography on the protectedSettings of an extension. Learn more at: https://aka.ms/linuxagentfipssupport."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.additionalCapabilities.hibernationEnabled", "options": ["hibernation-enabled"], "help": {"short": "The flag that enables or disables hibernation capability on the VM."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.additionalCapabilities.ultraSSDEnabled", "options": ["ultra-ssd-enabled"], "help": {"short": "The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.applicationProfile", "options": ["application-profile"], "group": "Properties", "help": {"short": "Specifies the gallery applications that should be made available to the VM/VMSS."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.applicationProfile.galleryApplications", "options": ["gallery-applications"], "help": {"short": "Specifies the gallery applications that should be made available to the VM/VMSS"}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.applicationProfile.galleryApplications[].configurationReference", "options": ["configuration-reference"], "help": {"short": "Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided"}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.applicationProfile.galleryApplications[].enableAutomaticUpgrade", "options": ["enable-automatic-upgrade"], "help": {"short": "If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS"}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.applicationProfile.galleryApplications[].order", "options": ["order"], "help": {"short": "Optional, Specifies the order in which the packages have to be installed"}}, {"type": "string", "var": "$parameters.properties.applicationProfile.galleryApplications[].packageReferenceId", "options": ["package-reference-id"], "help": {"short": "Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.applicationProfile.galleryApplications[].tags", "options": ["tags"], "help": {"short": "Optional, Specifies a passthrough value for more generic context."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.applicationProfile.galleryApplications[].treatFailureAsDeploymentFailure", "options": ["treat-failure-as-deployment-failure"], "help": {"short": "Optional, If true, any failure for any operation in the VmApplication will fail the deployment"}}]}}]}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.availabilitySet", "options": ["availability-set"], "group": "Properties", "help": {"short": "Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates). Currently, a VM can only be added to availability set at creation time. The availability set to which the VM is being added should be under the same resource group as the availability set resource. An existing VM cannot be added to an availability set. This property cannot exist along with a non-null properties.virtualMachineScaleSet reference."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.billingProfile", "options": ["billing-profile"], "group": "Properties", "help": {"short": "Specifies the billing related details of a Azure Spot virtual machine. Minimum api-version: 2019-03-01."}, "args": [{"nullable": true, "type": "float64", "var": "$parameters.properties.billingProfile.maxPrice", "options": ["max-price"], "help": {"short": "Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars.

This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price.

The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS.

Possible values are:

- Any decimal value greater than zero. Example: 0.01538

-1 – indicates default price to be up-to on-demand.

You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you.

Minimum api-version: 2019-03-01."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.capacityReservation", "options": ["capacity-reservation"], "group": "Properties", "help": {"short": "Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum api-version: 2021-04-01."}, "args": [{"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.capacityReservation.capacityReservationGroup", "options": ["capacity-reservation-group"], "help": {"short": "Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.diagnosticsProfile", "options": ["diagnostics-profile"], "group": "Properties", "help": {"short": "Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.diagnosticsProfile.bootDiagnostics", "options": ["boot-diagnostics"], "help": {"short": "Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.diagnosticsProfile.bootDiagnostics.enabled", "options": ["enabled"], "help": {"short": "Whether boot diagnostics should be enabled on the Virtual Machine."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.diagnosticsProfile.bootDiagnostics.storageUri", "options": ["storage-uri"], "help": {"short": "Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used."}}]}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.evictionPolicy", "options": ["eviction-policy"], "group": "Properties", "help": {"short": "Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview."}, "enum": {"items": [{"name": "Deallocate", "value": "Deallocate"}, {"name": "Delete", "value": "Delete"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.extensionsTimeBudget", "options": ["extensions-time-budget"], "group": "Properties", "help": {"short": "Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum api-version: 2020-06-01."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.hardwareProfile", "options": ["hardware-profile"], "group": "Properties", "help": {"short": "Specifies the hardware settings for the virtual machine."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.hardwareProfile.vmSize", "options": ["vm-size"], "help": {"short": "Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: [List all available virtual machine sizes in an availability set](https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes), [List all available virtual machine sizes in a region]( https://docs.microsoft.com/rest/api/compute/resourceskus/list), [List all available virtual machine sizes for resizing](https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes). For more information about virtual machine sizes, see [Sizes for virtual machines](https://docs.microsoft.com/azure/virtual-machines/sizes). The available VM sizes depend on region and availability set."}, "enum": {"items": [{"name": "Basic_A0", "value": "Basic_A0"}, {"name": "Basic_A1", "value": "Basic_A1"}, {"name": "Basic_A2", "value": "Basic_A2"}, {"name": "Basic_A3", "value": "Basic_A3"}, {"name": "Basic_A4", "value": "Basic_A4"}, {"name": "Standard_A0", "value": "Standard_A0"}, {"name": "Standard_A1", "value": "Standard_A1"}, {"name": "Standard_A10", "value": "Standard_A10"}, {"name": "Standard_A11", "value": "Standard_A11"}, {"name": "Standard_A1_v2", "value": "Standard_A1_v2"}, {"name": "Standard_A2", "value": "Standard_A2"}, {"name": "Standard_A2_v2", "value": "Standard_A2_v2"}, {"name": "Standard_A2m_v2", "value": "Standard_A2m_v2"}, {"name": "Standard_A3", "value": "Standard_A3"}, {"name": "Standard_A4", "value": "Standard_A4"}, {"name": "Standard_A4_v2", "value": "Standard_A4_v2"}, {"name": "Standard_A4m_v2", "value": "Standard_A4m_v2"}, {"name": "Standard_A5", "value": "Standard_A5"}, {"name": "Standard_A6", "value": "Standard_A6"}, {"name": "Standard_A7", "value": "Standard_A7"}, {"name": "Standard_A8", "value": "Standard_A8"}, {"name": "Standard_A8_v2", "value": "Standard_A8_v2"}, {"name": "Standard_A8m_v2", "value": "Standard_A8m_v2"}, {"name": "Standard_A9", "value": "Standard_A9"}, {"name": "Standard_B1ms", "value": "Standard_B1ms"}, {"name": "Standard_B1s", "value": "Standard_B1s"}, {"name": "Standard_B2ms", "value": "Standard_B2ms"}, {"name": "Standard_B2s", "value": "Standard_B2s"}, {"name": "Standard_B4ms", "value": "Standard_B4ms"}, {"name": "Standard_B8ms", "value": "Standard_B8ms"}, {"name": "Standard_D1", "value": "Standard_D1"}, {"name": "Standard_D11", "value": "Standard_D11"}, {"name": "Standard_D11_v2", "value": "Standard_D11_v2"}, {"name": "Standard_D12", "value": "Standard_D12"}, {"name": "Standard_D12_v2", "value": "Standard_D12_v2"}, {"name": "Standard_D13", "value": "Standard_D13"}, {"name": "Standard_D13_v2", "value": "Standard_D13_v2"}, {"name": "Standard_D14", "value": "Standard_D14"}, {"name": "Standard_D14_v2", "value": "Standard_D14_v2"}, {"name": "Standard_D15_v2", "value": "Standard_D15_v2"}, {"name": "Standard_D16_v3", "value": "Standard_D16_v3"}, {"name": "Standard_D16s_v3", "value": "Standard_D16s_v3"}, {"name": "Standard_D1_v2", "value": "Standard_D1_v2"}, {"name": "Standard_D2", "value": "Standard_D2"}, {"name": "Standard_D2_v2", "value": "Standard_D2_v2"}, {"name": "Standard_D2_v3", "value": "Standard_D2_v3"}, {"name": "Standard_D2s_v3", "value": "Standard_D2s_v3"}, {"name": "Standard_D3", "value": "Standard_D3"}, {"name": "Standard_D32_v3", "value": "Standard_D32_v3"}, {"name": "Standard_D32s_v3", "value": "Standard_D32s_v3"}, {"name": "Standard_D3_v2", "value": "Standard_D3_v2"}, {"name": "Standard_D4", "value": "Standard_D4"}, {"name": "Standard_D4_v2", "value": "Standard_D4_v2"}, {"name": "Standard_D4_v3", "value": "Standard_D4_v3"}, {"name": "Standard_D4s_v3", "value": "Standard_D4s_v3"}, {"name": "Standard_D5_v2", "value": "Standard_D5_v2"}, {"name": "Standard_D64_v3", "value": "Standard_D64_v3"}, {"name": "Standard_D64s_v3", "value": "Standard_D64s_v3"}, {"name": "Standard_D8_v3", "value": "Standard_D8_v3"}, {"name": "Standard_D8s_v3", "value": "Standard_D8s_v3"}, {"name": "Standard_DS1", "value": "Standard_DS1"}, {"name": "Standard_DS11", "value": "Standard_DS11"}, {"name": "Standard_DS11_v2", "value": "Standard_DS11_v2"}, {"name": "Standard_DS12", "value": "Standard_DS12"}, {"name": "Standard_DS12_v2", "value": "Standard_DS12_v2"}, {"name": "Standard_DS13", "value": "Standard_DS13"}, {"name": "Standard_DS13-2_v2", "value": "Standard_DS13-2_v2"}, {"name": "Standard_DS13-4_v2", "value": "Standard_DS13-4_v2"}, {"name": "Standard_DS13_v2", "value": "Standard_DS13_v2"}, {"name": "Standard_DS14", "value": "Standard_DS14"}, {"name": "Standard_DS14-4_v2", "value": "Standard_DS14-4_v2"}, {"name": "Standard_DS14-8_v2", "value": "Standard_DS14-8_v2"}, {"name": "Standard_DS14_v2", "value": "Standard_DS14_v2"}, {"name": "Standard_DS15_v2", "value": "Standard_DS15_v2"}, {"name": "Standard_DS1_v2", "value": "Standard_DS1_v2"}, {"name": "Standard_DS2", "value": "Standard_DS2"}, {"name": "Standard_DS2_v2", "value": "Standard_DS2_v2"}, {"name": "Standard_DS3", "value": "Standard_DS3"}, {"name": "Standard_DS3_v2", "value": "Standard_DS3_v2"}, {"name": "Standard_DS4", "value": "Standard_DS4"}, {"name": "Standard_DS4_v2", "value": "Standard_DS4_v2"}, {"name": "Standard_DS5_v2", "value": "Standard_DS5_v2"}, {"name": "Standard_E16_v3", "value": "Standard_E16_v3"}, {"name": "Standard_E16s_v3", "value": "Standard_E16s_v3"}, {"name": "Standard_E2_v3", "value": "Standard_E2_v3"}, {"name": "Standard_E2s_v3", "value": "Standard_E2s_v3"}, {"name": "Standard_E32-16_v3", "value": "Standard_E32-16_v3"}, {"name": "Standard_E32-8s_v3", "value": "Standard_E32-8s_v3"}, {"name": "Standard_E32_v3", "value": "Standard_E32_v3"}, {"name": "Standard_E32s_v3", "value": "Standard_E32s_v3"}, {"name": "Standard_E4_v3", "value": "Standard_E4_v3"}, {"name": "Standard_E4s_v3", "value": "Standard_E4s_v3"}, {"name": "Standard_E64-16s_v3", "value": "Standard_E64-16s_v3"}, {"name": "Standard_E64-32s_v3", "value": "Standard_E64-32s_v3"}, {"name": "Standard_E64_v3", "value": "Standard_E64_v3"}, {"name": "Standard_E64s_v3", "value": "Standard_E64s_v3"}, {"name": "Standard_E8_v3", "value": "Standard_E8_v3"}, {"name": "Standard_E8s_v3", "value": "Standard_E8s_v3"}, {"name": "Standard_F1", "value": "Standard_F1"}, {"name": "Standard_F16", "value": "Standard_F16"}, {"name": "Standard_F16s", "value": "Standard_F16s"}, {"name": "Standard_F16s_v2", "value": "Standard_F16s_v2"}, {"name": "Standard_F1s", "value": "Standard_F1s"}, {"name": "Standard_F2", "value": "Standard_F2"}, {"name": "Standard_F2s", "value": "Standard_F2s"}, {"name": "Standard_F2s_v2", "value": "Standard_F2s_v2"}, {"name": "Standard_F32s_v2", "value": "Standard_F32s_v2"}, {"name": "Standard_F4", "value": "Standard_F4"}, {"name": "Standard_F4s", "value": "Standard_F4s"}, {"name": "Standard_F4s_v2", "value": "Standard_F4s_v2"}, {"name": "Standard_F64s_v2", "value": "Standard_F64s_v2"}, {"name": "Standard_F72s_v2", "value": "Standard_F72s_v2"}, {"name": "Standard_F8", "value": "Standard_F8"}, {"name": "Standard_F8s", "value": "Standard_F8s"}, {"name": "Standard_F8s_v2", "value": "Standard_F8s_v2"}, {"name": "Standard_G1", "value": "Standard_G1"}, {"name": "Standard_G2", "value": "Standard_G2"}, {"name": "Standard_G3", "value": "Standard_G3"}, {"name": "Standard_G4", "value": "Standard_G4"}, {"name": "Standard_G5", "value": "Standard_G5"}, {"name": "Standard_GS1", "value": "Standard_GS1"}, {"name": "Standard_GS2", "value": "Standard_GS2"}, {"name": "Standard_GS3", "value": "Standard_GS3"}, {"name": "Standard_GS4", "value": "Standard_GS4"}, {"name": "Standard_GS4-4", "value": "Standard_GS4-4"}, {"name": "Standard_GS4-8", "value": "Standard_GS4-8"}, {"name": "Standard_GS5", "value": "Standard_GS5"}, {"name": "Standard_GS5-16", "value": "Standard_GS5-16"}, {"name": "Standard_GS5-8", "value": "Standard_GS5-8"}, {"name": "Standard_H16", "value": "Standard_H16"}, {"name": "Standard_H16m", "value": "Standard_H16m"}, {"name": "Standard_H16mr", "value": "Standard_H16mr"}, {"name": "Standard_H16r", "value": "Standard_H16r"}, {"name": "Standard_H8", "value": "Standard_H8"}, {"name": "Standard_H8m", "value": "Standard_H8m"}, {"name": "Standard_L16s", "value": "Standard_L16s"}, {"name": "Standard_L32s", "value": "Standard_L32s"}, {"name": "Standard_L4s", "value": "Standard_L4s"}, {"name": "Standard_L8s", "value": "Standard_L8s"}, {"name": "Standard_M128-32ms", "value": "Standard_M128-32ms"}, {"name": "Standard_M128-64ms", "value": "Standard_M128-64ms"}, {"name": "Standard_M128ms", "value": "Standard_M128ms"}, {"name": "Standard_M128s", "value": "Standard_M128s"}, {"name": "Standard_M64-16ms", "value": "Standard_M64-16ms"}, {"name": "Standard_M64-32ms", "value": "Standard_M64-32ms"}, {"name": "Standard_M64ms", "value": "Standard_M64ms"}, {"name": "Standard_M64s", "value": "Standard_M64s"}, {"name": "Standard_NC12", "value": "Standard_NC12"}, {"name": "Standard_NC12s_v2", "value": "Standard_NC12s_v2"}, {"name": "Standard_NC12s_v3", "value": "Standard_NC12s_v3"}, {"name": "Standard_NC24", "value": "Standard_NC24"}, {"name": "Standard_NC24r", "value": "Standard_NC24r"}, {"name": "Standard_NC24rs_v2", "value": "Standard_NC24rs_v2"}, {"name": "Standard_NC24rs_v3", "value": "Standard_NC24rs_v3"}, {"name": "Standard_NC24s_v2", "value": "Standard_NC24s_v2"}, {"name": "Standard_NC24s_v3", "value": "Standard_NC24s_v3"}, {"name": "Standard_NC6", "value": "Standard_NC6"}, {"name": "Standard_NC6s_v2", "value": "Standard_NC6s_v2"}, {"name": "Standard_NC6s_v3", "value": "Standard_NC6s_v3"}, {"name": "Standard_ND12s", "value": "Standard_ND12s"}, {"name": "Standard_ND24rs", "value": "Standard_ND24rs"}, {"name": "Standard_ND24s", "value": "Standard_ND24s"}, {"name": "Standard_ND6s", "value": "Standard_ND6s"}, {"name": "Standard_NV12", "value": "Standard_NV12"}, {"name": "Standard_NV24", "value": "Standard_NV24"}, {"name": "Standard_NV6", "value": "Standard_NV6"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.hardwareProfile.vmSizeProperties", "options": ["vm-size-properties"], "help": {"short": "Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-07-01. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. Please follow the instructions in [VM Customization](https://aka.ms/vmcustomization) for more details."}, "args": [{"nullable": true, "type": "integer32", "var": "$parameters.properties.hardwareProfile.vmSizeProperties.vCPUsAvailable", "options": ["v-cp-us-available"], "help": {"short": "Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list)."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.hardwareProfile.vmSizeProperties.vCPUsPerCore", "options": ["v-cp-us-per-core"], "help": {"short": "Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). **Setting this property to 1 also means that hyper-threading is disabled.**"}}]}]}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.host", "options": ["host"], "group": "Properties", "help": {"short": "Specifies information about the dedicated host that the virtual machine resides in. Minimum api-version: 2018-10-01."}}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.hostGroup", "options": ["host-group"], "group": "Properties", "help": {"short": "Specifies information about the dedicated host group that the virtual machine resides in. **Note:** User cannot specify both host and hostGroup properties. Minimum api-version: 2020-06-01."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.licenseType", "options": ["license-type"], "group": "Properties", "help": {"short": "Specifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) Minimum api-version: 2015-06-15"}}, {"nullable": true, "type": "object", "var": "$parameters.properties.networkProfile", "options": ["network-profile"], "group": "Properties", "help": {"short": "Specifies the network interfaces of the virtual machine."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkApiVersion", "options": ["network-api-version"], "help": {"short": "specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations"}, "enum": {"items": [{"name": "2020-11-01", "value": "2020-11-01"}, {"name": "2022-11-01", "value": "2022-11-01"}]}}, {"nullable": true, "type": "array", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations", "options": ["network-interface-configurations"], "help": {"short": "Specifies the networking configurations that will be used to create the virtual machine networking resources."}, "item": {"nullable": true, "type": "object", "args": [{"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].name", "options": ["name"], "help": {"short": "The network interface configuration name."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.auxiliaryMode", "options": ["auxiliary-mode"], "group": "Properties", "help": {"short": "Specifies whether the Auxiliary mode is enabled for the Network Interface resource."}, "enum": {"items": [{"name": "AcceleratedConnections", "value": "AcceleratedConnections"}, {"name": "Floating", "value": "Floating"}, {"name": "None", "value": "None"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.auxiliarySku", "options": ["auxiliary-sku"], "group": "Properties", "help": {"short": "Specifies whether the Auxiliary sku is enabled for the Network Interface resource."}, "enum": {"items": [{"name": "A1", "value": "A1"}, {"name": "A2", "value": "A2"}, {"name": "A4", "value": "A4"}, {"name": "A8", "value": "A8"}, {"name": "None", "value": "None"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.deleteOption", "options": ["delete-option"], "group": "Properties", "help": {"short": "Specify what happens to the network interface when the VM is deleted"}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.disableTcpStateTracking", "options": ["disable-tcp-state-tracking"], "group": "Properties", "help": {"short": "Specifies whether the network interface is disabled for tcp state tracking."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings", "options": ["dns-settings"], "group": "Properties", "help": {"short": "The dns settings to be applied on the network interfaces."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings.dnsServers", "options": ["dns-servers"], "help": {"short": "List of DNS servers IP addresses"}, "item": {"nullable": true, "type": "string"}}]}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dscpConfiguration", "options": ["dscp-configuration"], "group": "Properties"}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableAcceleratedNetworking", "options": ["enable-accelerated-networking"], "group": "Properties", "help": {"short": "Specifies whether the network interface is accelerated networking-enabled."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableFpga", "options": ["enable-fpga"], "group": "Properties", "help": {"short": "Specifies whether the network interface is FPGA networking-enabled."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableIPForwarding", "options": ["enable-ip-forwarding"], "group": "Properties", "help": {"short": "Whether IP forwarding enabled on this NIC."}}, {"type": "array", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations", "options": ["ip-configurations"], "group": "Properties", "help": {"short": "Specifies the IP configurations of the network interface."}, "item": {"nullable": true, "type": "object", "args": [{"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].name", "options": ["name"], "help": {"short": "The IP configuration name."}}, {"nullable": true, "type": "array<@SubResource_update>", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationGatewayBackendAddressPools", "options": ["application-gateway-backend-address-pools"], "group": "Properties", "help": {"short": "Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway."}, "item": {"nullable": true, "type": "@SubResource_update"}}, {"nullable": true, "type": "array<@SubResource_update>", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationSecurityGroups", "options": ["application-security-groups"], "group": "Properties", "help": {"short": "Specifies an array of references to application security group."}, "item": {"nullable": true, "type": "@SubResource_update"}}, {"nullable": true, "type": "array<@SubResource_update>", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerBackendAddressPools", "options": ["load-balancer-backend-address-pools"], "group": "Properties", "help": {"short": "Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer]."}, "item": {"nullable": true, "type": "@SubResource_update"}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.primary", "options": ["primary"], "group": "Properties", "help": {"short": "Specifies the primary network interface in case the virtual machine has more than 1 network interface."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.privateIPAddressVersion", "options": ["private-ip-address-version"], "group": "Properties", "help": {"short": "Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration", "options": ["public-ip-address-configuration"], "group": "Properties", "help": {"short": "The publicIPAddressConfiguration."}, "args": [{"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.name", "options": ["name"], "help": {"short": "The publicIP address configuration name."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.deleteOption", "options": ["delete-option"], "group": "Properties", "help": {"short": "Specify what happens to the public IP address when the VM is deleted"}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings", "options": ["dns-settings"], "group": "Properties", "help": {"short": "The dns settings to be applied on the publicIP addresses ."}, "args": [{"type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabel", "options": ["domain-name-label"], "help": {"short": "The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabelScope", "options": ["domain-name-label-scope"], "help": {"short": "The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID."}, "enum": {"items": [{"name": "NoReuse", "value": "NoReuse"}, {"name": "ResourceGroupReuse", "value": "ResourceGroupReuse"}, {"name": "SubscriptionReuse", "value": "SubscriptionReuse"}, {"name": "TenantReuse", "value": "TenantReuse"}]}}]}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes", "options": ["idle-timeout-in-minutes"], "group": "Properties", "help": {"short": "The idle timeout of the public IP address."}}, {"nullable": true, "type": "array", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags", "options": ["ip-tags"], "group": "Properties", "help": {"short": "The list of IP tags associated with the public IP address."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].ipTagType", "options": ["ip-tag-type"], "help": {"short": "IP tag type. Example: FirstPartyUsage."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].tag", "options": ["tag"], "help": {"short": "IP tag associated with the public IP. Example: SQL, Storage etc."}}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAddressVersion", "options": ["public-ip-address-version"], "group": "Properties", "help": {"short": "Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAllocationMethod", "options": ["public-ip-allocation-method"], "group": "Properties", "help": {"short": "Specify the public IP allocation type"}, "enum": {"items": [{"name": "Dynamic", "value": "Dynamic"}, {"name": "Static", "value": "Static"}]}}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPPrefix", "options": ["public-ip-prefix"], "group": "Properties", "help": {"short": "The PublicIPPrefix from which to allocate publicIP addresses."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku", "options": ["sku"], "help": {"short": "Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.name", "options": ["name"], "help": {"short": "Specify public IP sku name"}, "enum": {"items": [{"name": "Basic", "value": "Basic"}, {"name": "Standard", "value": "Standard"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.tier", "options": ["tier"], "help": {"short": "Specify public IP sku tier"}, "enum": {"items": [{"name": "Global", "value": "Global"}, {"name": "Regional", "value": "Regional"}]}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.tags", "options": ["tags"], "help": {"short": "Resource tags applied to the publicIP address created by this PublicIPAddressConfiguration"}, "additionalProps": {"item": {"nullable": true, "type": "string"}}}]}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet", "options": ["subnet"], "group": "Properties", "help": {"short": "Specifies the identifier of the subnet."}}]}}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.networkSecurityGroup", "options": ["network-security-group"], "group": "Properties", "help": {"short": "The network security group."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.primary", "options": ["primary"], "group": "Properties", "help": {"short": "Specifies the primary network interface in case the virtual machine has more than 1 network interface."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].tags", "options": ["tags"], "help": {"short": "Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration"}, "additionalProps": {"item": {"nullable": true, "type": "string"}}}]}}, {"nullable": true, "type": "array", "var": "$parameters.properties.networkProfile.networkInterfaces", "options": ["network-interfaces"], "help": {"short": "Specifies the list of resource Ids for the network interfaces associated with the virtual machine."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$parameters.properties.networkProfile.networkInterfaces[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkProfile.networkInterfaces[].properties.deleteOption", "options": ["delete-option"], "group": "Properties", "help": {"short": "Specify what happens to the network interface when the VM is deleted"}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.networkProfile.networkInterfaces[].properties.primary", "options": ["primary"], "group": "Properties", "help": {"short": "Specifies the primary network interface in case the virtual machine has more than 1 network interface."}}]}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.osProfile", "options": ["os-profile"], "group": "Properties", "help": {"short": "Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned."}, "args": [{"nullable": true, "type": "password", "var": "$parameters.properties.osProfile.adminPassword", "options": ["admin-password"], "help": {"short": "Specifies the password of the administrator account.

**Minimum-length (Windows):** 8 characters

**Minimum-length (Linux):** 6 characters

**Max-length (Windows):** 123 characters

**Max-length (Linux):** 72 characters

**Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
Has lower characters
Has upper characters
Has a digit
Has a special character (Regex match [\\W_])

**Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\", \"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\"

For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)"}, "prompt": {"msg": "Password:"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.adminUsername", "options": ["admin-username"], "help": {"short": "Specifies the name of the administrator account.

This property cannot be updated after the VM is created.

**Windows-only restriction:** Cannot end in \".\"

**Disallowed values:** \"administrator\", \"admin\", \"user\", \"user1\", \"test\", \"user2\", \"test1\", \"user3\", \"admin1\", \"1\", \"123\", \"a\", \"actuser\", \"adm\", \"admin2\", \"aspnet\", \"backup\", \"console\", \"david\", \"guest\", \"john\", \"owner\", \"root\", \"server\", \"sql\", \"support\", \"support_388945a0\", \"sys\", \"test2\", \"test3\", \"user4\", \"user5\".

**Minimum-length (Linux):** 1 character

**Max-length (Linux):** 64 characters

**Max-length (Windows):** 20 characters."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.osProfile.allowExtensionOperations", "options": ["allow-extension-operations"], "help": {"short": "Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.computerName", "options": ["computer-name"], "help": {"short": "Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. **Max-length (Windows):** 15 characters. **Max-length (Linux):** 64 characters. For naming conventions and restrictions see [Azure infrastructure services implementation guidelines](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules)."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.customData", "options": ["custom-data"], "help": {"short": "Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. **Note: Do not pass any secrets or passwords in customData property.** This property cannot be updated after the VM is created. The property 'customData' is passed to the VM to be saved as a file, for more information see [Custom Data on Azure VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/). For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.osProfile.linuxConfiguration", "options": ["linux-configuration"], "help": {"short": "Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros)."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.osProfile.linuxConfiguration.disablePasswordAuthentication", "options": ["disable-password-authentication"], "help": {"short": "Specifies whether password authentication should be disabled."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.osProfile.linuxConfiguration.enableVMAgentPlatformUpdates", "options": ["enable-vm-agent-platform-updates"], "help": {"short": "Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings", "options": ["patch-settings"], "help": {"short": "[Preview Feature] Specifies settings related to VM Guest Patching on Linux."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.assessmentMode", "options": ["assessment-mode"], "help": {"short": "Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

Possible values are:

**ImageDefault** - You control the timing of patch assessments on a virtual machine.

**AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true."}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings", "options": ["automatic-by-platform-settings"], "help": {"short": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule", "options": ["bypass-platform-safety-checks-on-user-schedule"], "help": {"short": "Enables customer to schedule patching without accidental upgrades"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "options": ["reboot-setting"], "help": {"short": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations."}, "enum": {"items": [{"name": "Always", "value": "Always"}, {"name": "IfRequired", "value": "IfRequired"}, {"name": "Never", "value": "Never"}, {"name": "Unknown", "value": "Unknown"}]}}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.patchMode", "options": ["patch-mode"], "help": {"short": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

Possible values are:

**ImageDefault** - The virtual machine's default patching configuration is used.

**AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true"}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.osProfile.linuxConfiguration.provisionVMAgent", "options": ["provision-vm-agent"], "help": {"short": "Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.osProfile.linuxConfiguration.ssh", "options": ["ssh"], "help": {"short": "Specifies the ssh key configuration for a Linux OS."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys", "options": ["public-keys"], "help": {"short": "The list of SSH public keys used to authenticate with linux based VMs."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys[].keyData", "options": ["key-data"], "help": {"short": "SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed)."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys[].path", "options": ["path"], "help": {"short": "Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys"}}]}}]}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.osProfile.requireGuestProvisionSignal", "options": ["require-guest-provision-signal"], "help": {"short": "Optional property which must either be set to True or omitted."}}, {"nullable": true, "type": "array", "var": "$parameters.properties.osProfile.secrets", "options": ["secrets"], "help": {"short": "Specifies set of certificates that should be installed onto the virtual machine. To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.osProfile.secrets[].sourceVault", "options": ["source-vault"], "help": {"short": "The relative URL of the Key Vault containing all of the certificates in VaultCertificates."}}, {"nullable": true, "type": "array", "var": "$parameters.properties.osProfile.secrets[].vaultCertificates", "options": ["vault-certificates"], "help": {"short": "The list of key vault references in SourceVault which contain certificates."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.secrets[].vaultCertificates[].certificateStore", "options": ["certificate-store"], "help": {"short": "For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.secrets[].vaultCertificates[].certificateUrl", "options": ["certificate-url"], "help": {"short": "This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

{
\"data\":\"\",
\"dataType\":\"pfx\",
\"password\":\"\"
}
To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}}]}}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.osProfile.windowsConfiguration", "options": ["windows-configuration"], "help": {"short": "Specifies Windows operating system settings on the virtual machine."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent", "options": ["additional-unattend-content"], "help": {"short": "Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].componentName", "options": ["component-name"], "help": {"short": "The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup."}, "enum": {"items": [{"name": "Microsoft-Windows-Shell-Setup", "value": "Microsoft-Windows-Shell-Setup"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].content", "options": ["content"], "help": {"short": "Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].passName", "options": ["pass-name"], "help": {"short": "The pass name. Currently, the only allowable value is OobeSystem."}, "enum": {"items": [{"name": "OobeSystem", "value": "OobeSystem"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].settingName", "options": ["setting-name"], "help": {"short": "Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon."}, "enum": {"items": [{"name": "AutoLogon", "value": "AutoLogon"}, {"name": "FirstLogonCommands", "value": "FirstLogonCommands"}]}}]}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.osProfile.windowsConfiguration.enableAutomaticUpdates", "options": ["enable-automatic-updates"], "help": {"short": "Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings", "options": ["patch-settings"], "help": {"short": "[Preview Feature] Specifies settings related to VM Guest Patching on Windows."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.assessmentMode", "options": ["assessment-mode"], "help": {"short": "Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.

Possible values are:

**ImageDefault** - You control the timing of patch assessments on a virtual machine.

**AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. "}, "enum": {"items": [{"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "ImageDefault", "value": "ImageDefault"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings", "options": ["automatic-by-platform-settings"], "help": {"short": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule", "options": ["bypass-platform-safety-checks-on-user-schedule"], "help": {"short": "Enables customer to schedule patching without accidental upgrades"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "options": ["reboot-setting"], "help": {"short": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations."}, "enum": {"items": [{"name": "Always", "value": "Always"}, {"name": "IfRequired", "value": "IfRequired"}, {"name": "Never", "value": "Never"}, {"name": "Unknown", "value": "Unknown"}]}}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.enableHotpatching", "options": ["enable-hotpatching"], "help": {"short": "Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.patchMode", "options": ["patch-mode"], "help": {"short": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

Possible values are:

**Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false

**AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true.

**AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true "}, "enum": {"items": [{"name": "AutomaticByOS", "value": "AutomaticByOS"}, {"name": "AutomaticByPlatform", "value": "AutomaticByPlatform"}, {"name": "Manual", "value": "Manual"}]}}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.osProfile.windowsConfiguration.provisionVMAgent", "options": ["provision-vm-agent"], "help": {"short": "Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.timeZone", "options": ["time-zone"], "help": {"short": "Specifies the time zone of the virtual machine. e.g. \"Pacific Standard Time\". Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones)."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.osProfile.windowsConfiguration.winRM", "options": ["win-rm"], "help": {"short": "Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell."}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners", "options": ["listeners"], "help": {"short": "The list of Windows Remote Management listeners"}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners[].certificateUrl", "options": ["certificate-url"], "help": {"short": "This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8:

{
\"data\":\"\",
\"dataType\":\"pfx\",
\"password\":\"\"
}
To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners[].protocol", "options": ["protocol"], "help": {"short": "Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**"}, "enum": {"items": [{"name": "Http", "value": "Http"}, {"name": "Https", "value": "Https"}]}}]}}]}]}]}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.platformFaultDomain", "options": ["platform-fault-domain"], "group": "Properties", "help": {"short": "Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault domains. This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set. The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' greater than 1. This property cannot be updated once the Virtual Machine is created. Fault domain assignment can be viewed in the Virtual Machine Instance View. Minimum api-version: 2020-12-01."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.priority", "options": ["priority"], "group": "Properties", "help": {"short": "Specifies the priority for the virtual machine. Minimum api-version: 2019-03-01"}, "enum": {"items": [{"name": "Low", "value": "Low"}, {"name": "Regular", "value": "Regular"}, {"name": "Spot", "value": "Spot"}]}}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.proximityPlacementGroup", "options": ["proximity-placement-group"], "group": "Properties", "help": {"short": "Specifies information about the proximity placement group that the virtual machine should be assigned to. Minimum api-version: 2018-04-01."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyProfile", "options": ["resiliency-profile"], "group": "Properties", "help": {"short": "Resiliency profile for the virtual machine."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.resiliencyProfile.zoneMovement", "options": ["zone-movement"], "help": {"short": "Zone movement configuration."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.resiliencyProfile.zoneMovement.isEnabled", "options": ["is-enabled"], "help": {"short": "Indicates if zone movement is enabled. By default isEnabled is set to false i.e VM can't be moved from one zone to another."}}]}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy", "options": ["scheduled-events-policy"], "group": "Properties", "help": {"short": "Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy.allInstancesDown", "options": ["all-instances-down"], "help": {"short": "The configuration parameters used while creating AllInstancesDown scheduled event setting creation."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.allInstancesDown.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies if Scheduled Events should be auto-approved when all instances are down. its default value is true"}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets", "options": ["scheduled-events-additional-publishing-targets"], "help": {"short": "The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph", "options": ["event-grid-and-resource-graph"], "help": {"short": "The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event setting."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.enable", "options": ["enable"], "help": {"short": "Specifies if event grid and resource graph is enabled for Scheduled event related configurations."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.scheduledEventsApiVersion", "options": ["scheduled-events-api-version"], "help": {"short": "Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered."}}]}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot", "options": ["user-initiated-reboot"], "help": {"short": "The configuration parameters used while creating userInitiatedReboot scheduled event setting creation."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies Reboot Scheduled Event related configurations."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy", "options": ["user-initiated-redeploy"], "help": {"short": "The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy.automaticallyApprove", "options": ["automatically-approve"], "help": {"short": "Specifies Redeploy Scheduled Event related configurations."}}]}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsProfile", "options": ["scheduled-events-profile"], "group": "Properties", "help": {"short": "Specifies Scheduled Event related configurations."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile", "options": ["os-image-notification-profile"], "help": {"short": "Specifies OS Image Scheduled Event related configurations."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile.enable", "options": ["enable"], "help": {"short": "Specifies whether the OS Image Scheduled event is enabled or disabled."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile.notBeforeTimeout", "options": ["not-before-timeout"], "help": {"short": "Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)"}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile", "options": ["terminate-notification-profile"], "help": {"short": "Specifies Terminate Scheduled Event related configurations."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile.enable", "options": ["enable"], "help": {"short": "Specifies whether the Terminate Scheduled event is enabled or disabled."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile.notBeforeTimeout", "options": ["not-before-timeout"], "help": {"short": "Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)"}}]}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.securityProfile", "options": ["security-profile"], "group": "Properties", "help": {"short": "Specifies the Security related profile settings for the virtual machine."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.securityProfile.encryptionAtHost", "options": ["encryption-at-host"], "help": {"short": "This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.securityProfile.encryptionIdentity", "options": ["encryption-identity"], "help": {"short": "Specifies the Managed Identity used by ADE to get access token for keyvault operations."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.securityProfile.encryptionIdentity.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "Specifies ARM Resource ID of one of the user identities associated with the VM."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.securityProfile.proxyAgentSettings", "options": ["proxy-agent-settings"], "help": {"short": "Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.securityProfile.proxyAgentSettings.addProxyAgentExtension", "options": ["add-proxy-agent-extension"], "help": {"short": "Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.securityProfile.proxyAgentSettings.enabled", "options": ["enabled"], "help": {"short": "Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set."}}, {"nullable": true, "type": "@HostEndpointSettings_update", "var": "$parameters.properties.securityProfile.proxyAgentSettings.imds", "options": ["imds"], "help": {"short": "Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.securityProfile.proxyAgentSettings.keyIncarnationId", "options": ["key-incarnation-id"], "help": {"short": "Increase the value of this property allows user to reset the key used for securing communication channel between guest and host."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.securityProfile.proxyAgentSettings.mode", "options": ["mode"], "help": {"short": "Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode."}, "enum": {"items": [{"name": "Audit", "value": "Audit"}, {"name": "Enforce", "value": "Enforce"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.securityProfile.proxyAgentSettings.wireServer", "options": ["wire-server"], "help": {"short": "Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01."}, "args": [{"nullable": true, "type": "string", "var": "@HostEndpointSettings_update.inVMAccessControlProfileReferenceId", "options": ["in-vm-access-control-profile-reference-id"], "help": {"short": "Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}"}}, {"nullable": true, "type": "string", "var": "@HostEndpointSettings_update.mode", "options": ["mode"], "help": {"short": "Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation."}, "enum": {"items": [{"name": "Audit", "value": "Audit"}, {"name": "Disabled", "value": "Disabled"}, {"name": "Enforce", "value": "Enforce"}]}}], "cls": "HostEndpointSettings_update"}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.securityProfile.securityType", "options": ["security-type"], "help": {"short": "Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set."}, "enum": {"items": [{"name": "ConfidentialVM", "value": "ConfidentialVM"}, {"name": "Standard", "value": "Standard"}, {"name": "TrustedLaunch", "value": "TrustedLaunch"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.securityProfile.uefiSettings", "options": ["uefi-settings"], "help": {"short": "Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.securityProfile.uefiSettings.secureBootEnabled", "options": ["secure-boot-enabled"], "help": {"short": "Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.securityProfile.uefiSettings.vTpmEnabled", "options": ["v-tpm-enabled"], "help": {"short": "Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01."}}]}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.storageProfile", "options": ["storage-profile"], "group": "Properties", "help": {"short": "Specifies the storage settings for the virtual machine disks."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.storageProfile.alignRegionalDisksToVMZone", "options": ["align-regional-disks-to-vm-zone"], "help": {"short": "Specifies whether the regional disks should be aligned/moved to the VM zone. This is applicable only for VMs with placement property set. Please note that this change is irreversible. Minimum api-version: 2024-11-01."}}, {"nullable": true, "type": "array", "var": "$parameters.properties.storageProfile.dataDisks", "options": ["data-disks"], "help": {"short": "Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview)."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].caching", "options": ["caching"], "help": {"short": "Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The defaulting behavior is: **None for Standard storage. ReadOnly for Premium storage.**"}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "ReadOnly", "value": "ReadOnly"}, {"name": "ReadWrite", "value": "ReadWrite"}]}}, {"type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].createOption", "options": ["create-option"], "help": {"short": "Specifies how the virtual machine disk should be created. Possible values are **Attach:** This value is used when you are using a specialized disk to create the virtual machine. **FromImage:** This value is used when you are using an image to create the virtual machine data disk. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described. **Empty:** This value is used when creating an empty data disk. **Copy:** This value is used to create a data disk from a snapshot or another disk. **Restore:** This value is used to create a data disk from a disk restore point."}, "enum": {"items": [{"name": "Attach", "value": "Attach"}, {"name": "Copy", "value": "Copy"}, {"name": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}, {"name": "Restore", "value": "Restore"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].deleteOption", "options": ["delete-option"], "help": {"short": "Specifies whether data disk should be deleted or detached upon VM deletion. Possible values are: **Delete.** If this value is used, the data disk is deleted when VM is deleted. **Detach.** If this value is used, the data disk is retained after VM is deleted. The default value is set to **Detach**."}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].detachOption", "options": ["detach-option"], "help": {"short": "Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'."}, "enum": {"items": [{"name": "ForceDetach", "value": "ForceDetach"}]}}, {"nullable": true, "type": "integer64", "var": "$parameters.properties.storageProfile.dataDisks[].diskIOPSReadWrite", "options": ["disk-iops-read-write"], "help": {"short": "Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS."}}, {"nullable": true, "type": "integer64", "var": "$parameters.properties.storageProfile.dataDisks[].diskMBpsReadWrite", "options": ["disk-m-bps-read-write"], "help": {"short": "Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS."}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.storageProfile.dataDisks[].diskSizeGB", "options": ["disk-size-gb"], "help": {"short": "Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023."}}, {"nullable": true, "type": "@VirtualHardDisk_update", "var": "$parameters.properties.storageProfile.dataDisks[].image", "options": ["image"], "help": {"short": "The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist."}}, {"type": "integer32", "var": "$parameters.properties.storageProfile.dataDisks[].lun", "options": ["lun"], "help": {"short": "Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM."}}, {"nullable": true, "type": "@ManagedDiskParameters_update", "var": "$parameters.properties.storageProfile.dataDisks[].managedDisk", "options": ["managed-disk"], "help": {"short": "The managed disk parameters."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].name", "options": ["name"], "help": {"short": "The disk name."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.storageProfile.dataDisks[].sourceResource", "options": ["source-resource"], "help": {"short": "The source resource identifier. It can be a snapshot, or disk restore point from which to create a disk."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].sourceResource.id", "options": ["id"], "help": {"short": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..."}}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.dataDisks[].storageFaultDomainAlignment", "options": ["storage-fault-domain-alignment"], "help": {"short": "Specifies the storage fault domain alignment type for the disk."}, "enum": {"items": [{"name": "Aligned", "value": "Aligned"}, {"name": "BestEffortAligned", "value": "BestEffortAligned"}]}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.storageProfile.dataDisks[].toBeDetached", "options": ["to-be-detached"], "help": {"short": "Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset"}}, {"nullable": true, "type": "@VirtualHardDisk_update", "var": "$parameters.properties.storageProfile.dataDisks[].vhd", "options": ["vhd"], "help": {"short": "The virtual hard disk."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.storageProfile.dataDisks[].writeAcceleratorEnabled", "options": ["write-accelerator-enabled"], "help": {"short": "Specifies whether writeAccelerator should be enabled or disabled on the disk."}}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.diskControllerType", "options": ["disk-controller-type"], "help": {"short": "Specifies the disk controller type configured for the VM. **Note:** This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01."}, "enum": {"items": [{"name": "NVMe", "value": "NVMe"}, {"name": "SCSI", "value": "SCSI"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.storageProfile.imageReference", "options": ["image-reference"], "help": {"short": "Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.imageReference.communityGalleryImageId", "options": ["community-gallery-image-id"], "help": {"short": "Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call."}}, {"nullable": true, "type": "ResourceId", "var": "$parameters.properties.storageProfile.imageReference.id", "options": ["id"], "help": {"short": "Resource Id"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.imageReference.offer", "options": ["offer"], "help": {"short": "Specifies the offer of the platform image or marketplace image used to create the virtual machine."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.imageReference.publisher", "options": ["publisher"], "help": {"short": "The image publisher."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.imageReference.sharedGalleryImageId", "options": ["shared-gallery-image-id"], "help": {"short": "Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.imageReference.sku", "options": ["sku"], "help": {"short": "The image SKU."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.imageReference.version", "options": ["version"], "help": {"short": "Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input."}}]}, {"nullable": true, "type": "object", "var": "$parameters.properties.storageProfile.osDisk", "options": ["os-disk"], "help": {"short": "Specifies information about the operating system disk used by the virtual machine. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview)."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.osDisk.caching", "options": ["caching"], "help": {"short": "Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The defaulting behavior is: **None for Standard storage. ReadOnly for Premium storage.**"}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "ReadOnly", "value": "ReadOnly"}, {"name": "ReadWrite", "value": "ReadWrite"}]}}, {"type": "string", "var": "$parameters.properties.storageProfile.osDisk.createOption", "options": ["create-option"], "help": {"short": "Specifies how the virtual machine disk should be created. Possible values are **Attach:** This value is used when you are using a specialized disk to create the virtual machine. **FromImage:** This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described."}, "enum": {"items": [{"name": "Attach", "value": "Attach"}, {"name": "Copy", "value": "Copy"}, {"name": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}, {"name": "Restore", "value": "Restore"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.osDisk.deleteOption", "options": ["delete-option"], "help": {"short": "Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: **Delete.** If this value is used, the OS disk is deleted when VM is deleted. **Detach.** If this value is used, the os disk is retained after VM is deleted. The default value is set to **Detach**. For an ephemeral OS Disk, the default value is set to **Delete**. The user cannot change the delete option for an ephemeral OS Disk."}, "enum": {"items": [{"name": "Delete", "value": "Delete"}, {"name": "Detach", "value": "Detach"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.storageProfile.osDisk.diffDiskSettings", "options": ["diff-disk-settings"], "help": {"short": "Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.enableFullCaching", "options": ["enable-full-caching"], "help": {"short": "Specifies whether or not to enable full caching for this VM which will cache the OS disk locally on the host and make this VM more resilient to storage outages"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.option", "options": ["option"], "help": {"short": "Specifies the ephemeral disk settings for operating system disk."}, "enum": {"items": [{"name": "Local", "value": "Local"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.placement", "options": ["placement"], "help": {"short": "Specifies the ephemeral disk placement for operating system disk. Possible values are: **CacheDisk,** **ResourceDisk,** **NvmeDisk.** The defaulting behavior is: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** or **NvmeDisk** is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Minimum api-version for NvmeDisk: 2024-03-01."}, "enum": {"items": [{"name": "CacheDisk", "value": "CacheDisk"}, {"name": "NvmeDisk", "value": "NvmeDisk"}, {"name": "ResourceDisk", "value": "ResourceDisk"}]}}]}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.storageProfile.osDisk.diskSizeGB", "options": ["disk-size-gb"], "help": {"short": "Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings", "options": ["encryption-settings"], "help": {"short": "Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey", "options": ["disk-encryption-key"], "help": {"short": "Specifies the location of the disk encryption key, which is a Key Vault Secret."}, "args": [{"type": "string", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.secretUrl", "options": ["secret-url"], "help": {"short": "The URL referencing a secret in a Key Vault."}}, {"type": "object", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault", "options": ["source-vault"], "help": {"short": "The relative URL of the Key Vault containing the secret."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@SubResource_update.id", "options": ["id"], "help": {"short": "Resource Id"}}], "cls": "SubResource_update"}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.enabled", "options": ["enabled"], "help": {"short": "Specifies whether disk encryption should be enabled on the virtual machine."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey", "options": ["key-encryption-key"], "help": {"short": "Specifies the location of the key encryption key in Key Vault."}, "args": [{"type": "string", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.keyUrl", "options": ["key-url"], "help": {"short": "The URL referencing a key encryption key in Key Vault."}}, {"type": "@SubResource_update", "var": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault", "options": ["source-vault"], "help": {"short": "The relative URL of the Key Vault containing the key."}}]}]}, {"nullable": true, "type": "@VirtualHardDisk_update", "var": "$parameters.properties.storageProfile.osDisk.image", "options": ["image"], "help": {"short": "The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.storageProfile.osDisk.managedDisk", "options": ["managed-disk"], "help": {"short": "The managed disk parameters."}, "args": [{"nullable": true, "type": "object", "var": "@ManagedDiskParameters_update.diskEncryptionSet", "options": ["disk-encryption-set"], "help": {"short": "Specifies the customer managed disk encryption set resource id for the managed disk."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@DiskEncryptionSetParameters_update.id", "options": ["id"], "help": {"short": "Resource Id"}}], "cls": "DiskEncryptionSetParameters_update"}, {"nullable": true, "type": "ResourceId", "var": "@ManagedDiskParameters_update.id", "options": ["id"], "help": {"short": "Resource Id"}}, {"nullable": true, "type": "object", "var": "@ManagedDiskParameters_update.securityProfile", "options": ["security-profile"], "help": {"short": "Specifies the security profile for the managed disk."}, "args": [{"nullable": true, "type": "@DiskEncryptionSetParameters_update", "var": "@ManagedDiskParameters_update.securityProfile.diskEncryptionSet", "options": ["disk-encryption-set"], "help": {"short": "Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob."}}, {"nullable": true, "type": "string", "var": "@ManagedDiskParameters_update.securityProfile.securityEncryptionType", "options": ["security-encryption-type"], "help": {"short": "Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. **Note:** It can be set for only Confidential VMs."}, "enum": {"items": [{"name": "DiskWithVMGuestState", "value": "DiskWithVMGuestState"}, {"name": "NonPersistedTPM", "value": "NonPersistedTPM"}, {"name": "VMGuestStateOnly", "value": "VMGuestStateOnly"}]}}]}, {"nullable": true, "type": "string", "var": "@ManagedDiskParameters_update.storageAccountType", "options": ["storage-account-type"], "help": {"short": "Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk."}, "enum": {"items": [{"name": "PremiumV2_LRS", "value": "PremiumV2_LRS"}, {"name": "Premium_LRS", "value": "Premium_LRS"}, {"name": "Premium_ZRS", "value": "Premium_ZRS"}, {"name": "StandardSSD_LRS", "value": "StandardSSD_LRS"}, {"name": "StandardSSD_ZRS", "value": "StandardSSD_ZRS"}, {"name": "Standard_LRS", "value": "Standard_LRS"}, {"name": "UltraSSD_LRS", "value": "UltraSSD_LRS"}]}}], "cls": "ManagedDiskParameters_update"}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.osDisk.name", "options": ["name"], "help": {"short": "The disk name."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.osDisk.osType", "options": ["os-type"], "help": {"short": "This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**"}, "enum": {"items": [{"name": "Linux", "value": "Linux"}, {"name": "Windows", "value": "Windows"}]}}, {"nullable": true, "type": "string", "var": "$parameters.properties.storageProfile.osDisk.storageFaultDomainAlignment", "options": ["storage-fault-domain-alignment"], "help": {"short": "Specifies the storage fault domain alignment type for the disk."}, "enum": {"items": [{"name": "Aligned", "value": "Aligned"}, {"name": "BestEffortAligned", "value": "BestEffortAligned"}]}}, {"nullable": true, "type": "object", "var": "$parameters.properties.storageProfile.osDisk.vhd", "options": ["vhd"], "help": {"short": "The virtual hard disk."}, "args": [{"nullable": true, "type": "string", "var": "@VirtualHardDisk_update.uri", "options": ["uri"], "help": {"short": "Specifies the virtual hard disk's uri."}}], "cls": "VirtualHardDisk_update"}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.storageProfile.osDisk.writeAcceleratorEnabled", "options": ["write-accelerator-enabled"], "help": {"short": "Specifies whether writeAccelerator should be enabled or disabled on the disk."}}]}]}, {"nullable": true, "type": "string", "var": "$parameters.properties.userData", "options": ["user-data"], "group": "Properties", "help": {"short": "UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01."}}, {"nullable": true, "type": "@SubResource_update", "var": "$parameters.properties.virtualMachineScaleSet", "options": ["virtual-machine-scale-set"], "group": "Properties", "help": {"short": "Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. This property cannot exist along with a non-null properties.availabilitySet reference. Minimum api-version: 2019-03-01."}}]}], "operations": [{"operationId": "VirtualMachines_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmName", "arg": "$Path.vmName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "managedBy"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "@SubResource_read", "name": "availabilitySet"}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "string", "name": "extensionsTimeBudget"}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "string", "name": "vmSize", "enum": {"items": [{"value": "Basic_A0"}, {"value": "Basic_A1"}, {"value": "Basic_A2"}, {"value": "Basic_A3"}, {"value": "Basic_A4"}, {"value": "Standard_A0"}, {"value": "Standard_A1"}, {"value": "Standard_A10"}, {"value": "Standard_A11"}, {"value": "Standard_A1_v2"}, {"value": "Standard_A2"}, {"value": "Standard_A2_v2"}, {"value": "Standard_A2m_v2"}, {"value": "Standard_A3"}, {"value": "Standard_A4"}, {"value": "Standard_A4_v2"}, {"value": "Standard_A4m_v2"}, {"value": "Standard_A5"}, {"value": "Standard_A6"}, {"value": "Standard_A7"}, {"value": "Standard_A8"}, {"value": "Standard_A8_v2"}, {"value": "Standard_A8m_v2"}, {"value": "Standard_A9"}, {"value": "Standard_B1ms"}, {"value": "Standard_B1s"}, {"value": "Standard_B2ms"}, {"value": "Standard_B2s"}, {"value": "Standard_B4ms"}, {"value": "Standard_B8ms"}, {"value": "Standard_D1"}, {"value": "Standard_D11"}, {"value": "Standard_D11_v2"}, {"value": "Standard_D12"}, {"value": "Standard_D12_v2"}, {"value": "Standard_D13"}, {"value": "Standard_D13_v2"}, {"value": "Standard_D14"}, {"value": "Standard_D14_v2"}, {"value": "Standard_D15_v2"}, {"value": "Standard_D16_v3"}, {"value": "Standard_D16s_v3"}, {"value": "Standard_D1_v2"}, {"value": "Standard_D2"}, {"value": "Standard_D2_v2"}, {"value": "Standard_D2_v3"}, {"value": "Standard_D2s_v3"}, {"value": "Standard_D3"}, {"value": "Standard_D32_v3"}, {"value": "Standard_D32s_v3"}, {"value": "Standard_D3_v2"}, {"value": "Standard_D4"}, {"value": "Standard_D4_v2"}, {"value": "Standard_D4_v3"}, {"value": "Standard_D4s_v3"}, {"value": "Standard_D5_v2"}, {"value": "Standard_D64_v3"}, {"value": "Standard_D64s_v3"}, {"value": "Standard_D8_v3"}, {"value": "Standard_D8s_v3"}, {"value": "Standard_DS1"}, {"value": "Standard_DS11"}, {"value": "Standard_DS11_v2"}, {"value": "Standard_DS12"}, {"value": "Standard_DS12_v2"}, {"value": "Standard_DS13"}, {"value": "Standard_DS13-2_v2"}, {"value": "Standard_DS13-4_v2"}, {"value": "Standard_DS13_v2"}, {"value": "Standard_DS14"}, {"value": "Standard_DS14-4_v2"}, {"value": "Standard_DS14-8_v2"}, {"value": "Standard_DS14_v2"}, {"value": "Standard_DS15_v2"}, {"value": "Standard_DS1_v2"}, {"value": "Standard_DS2"}, {"value": "Standard_DS2_v2"}, {"value": "Standard_DS3"}, {"value": "Standard_DS3_v2"}, {"value": "Standard_DS4"}, {"value": "Standard_DS4_v2"}, {"value": "Standard_DS5_v2"}, {"value": "Standard_E16_v3"}, {"value": "Standard_E16s_v3"}, {"value": "Standard_E2_v3"}, {"value": "Standard_E2s_v3"}, {"value": "Standard_E32-16_v3"}, {"value": "Standard_E32-8s_v3"}, {"value": "Standard_E32_v3"}, {"value": "Standard_E32s_v3"}, {"value": "Standard_E4_v3"}, {"value": "Standard_E4s_v3"}, {"value": "Standard_E64-16s_v3"}, {"value": "Standard_E64-32s_v3"}, {"value": "Standard_E64_v3"}, {"value": "Standard_E64s_v3"}, {"value": "Standard_E8_v3"}, {"value": "Standard_E8s_v3"}, {"value": "Standard_F1"}, {"value": "Standard_F16"}, {"value": "Standard_F16s"}, {"value": "Standard_F16s_v2"}, {"value": "Standard_F1s"}, {"value": "Standard_F2"}, {"value": "Standard_F2s"}, {"value": "Standard_F2s_v2"}, {"value": "Standard_F32s_v2"}, {"value": "Standard_F4"}, {"value": "Standard_F4s"}, {"value": "Standard_F4s_v2"}, {"value": "Standard_F64s_v2"}, {"value": "Standard_F72s_v2"}, {"value": "Standard_F8"}, {"value": "Standard_F8s"}, {"value": "Standard_F8s_v2"}, {"value": "Standard_G1"}, {"value": "Standard_G2"}, {"value": "Standard_G3"}, {"value": "Standard_G4"}, {"value": "Standard_G5"}, {"value": "Standard_GS1"}, {"value": "Standard_GS2"}, {"value": "Standard_GS3"}, {"value": "Standard_GS4"}, {"value": "Standard_GS4-4"}, {"value": "Standard_GS4-8"}, {"value": "Standard_GS5"}, {"value": "Standard_GS5-16"}, {"value": "Standard_GS5-8"}, {"value": "Standard_H16"}, {"value": "Standard_H16m"}, {"value": "Standard_H16mr"}, {"value": "Standard_H16r"}, {"value": "Standard_H8"}, {"value": "Standard_H8m"}, {"value": "Standard_L16s"}, {"value": "Standard_L32s"}, {"value": "Standard_L4s"}, {"value": "Standard_L8s"}, {"value": "Standard_M128-32ms"}, {"value": "Standard_M128-64ms"}, {"value": "Standard_M128ms"}, {"value": "Standard_M128s"}, {"value": "Standard_M64-16ms"}, {"value": "Standard_M64-32ms"}, {"value": "Standard_M64ms"}, {"value": "Standard_M64s"}, {"value": "Standard_NC12"}, {"value": "Standard_NC12s_v2"}, {"value": "Standard_NC12s_v3"}, {"value": "Standard_NC24"}, {"value": "Standard_NC24r"}, {"value": "Standard_NC24rs_v2"}, {"value": "Standard_NC24rs_v3"}, {"value": "Standard_NC24s_v2"}, {"value": "Standard_NC24s_v3"}, {"value": "Standard_NC6"}, {"value": "Standard_NC6s_v2"}, {"value": "Standard_NC6s_v3"}, {"value": "Standard_ND12s"}, {"value": "Standard_ND24rs"}, {"value": "Standard_ND24s"}, {"value": "Standard_ND6s"}, {"value": "Standard_NV12"}, {"value": "Standard_NV24"}, {"value": "Standard_NV6"}]}}, {"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "@SubResource_read", "name": "host"}, {"type": "@SubResource_read", "name": "hostGroup"}, {"readOnly": true, "type": "object", "name": "instanceView", "props": [{"readOnly": true, "type": "string", "name": "assignedHost"}, {"type": "object", "name": "bootDiagnostics", "props": [{"readOnly": true, "type": "string", "name": "consoleScreenshotBlobUri"}, {"readOnly": true, "type": "string", "name": "serialConsoleLogBlobUri"}, {"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}, {"type": "string", "name": "computerName"}, {"type": "array", "name": "disks", "item": {"type": "object", "props": [{"type": "array<@DiskEncryptionSettings_read>", "name": "encryptionSettings", "item": {"type": "@DiskEncryptionSettings_read"}}, {"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "storageAlignmentStatus", "enum": {"items": [{"value": "Aligned"}, {"value": "Unaligned"}]}}]}, "identifiers": ["name"]}, {"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "array<@InstanceViewStatus_read>", "name": "substatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "cls": "VirtualMachineExtensionInstanceView_read"}, "identifiers": ["name", "type"]}, {"type": "string", "name": "hyperVGeneration", "enum": {"items": [{"value": "V1"}, {"value": "V2"}]}}, {"readOnly": true, "type": "boolean", "name": "isVMInStandbyPool"}, {"type": "object", "name": "maintenanceRedeployStatus", "props": [{"type": "boolean", "name": "isCustomerInitiatedMaintenanceAllowed"}, {"type": "string", "name": "lastOperationMessage"}, {"type": "string", "name": "lastOperationResultCode", "enum": {"items": [{"value": "MaintenanceAborted"}, {"value": "MaintenanceCompleted"}, {"value": "None"}, {"value": "RetryLater"}]}}, {"type": "dateTime", "name": "maintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "maintenanceWindowStartTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowStartTime", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "osName"}, {"type": "string", "name": "osVersion"}, {"type": "object", "name": "patchStatus", "props": [{"type": "object", "name": "availablePatchSummary", "props": [{"readOnly": true, "type": "string", "name": "assessmentActivityId"}, {"readOnly": true, "type": "integer32", "name": "criticalAndSecurityPatchCount"}, {"readOnly": true, "type": "object", "name": "error", "props": [{"type": "string", "name": "code"}, {"type": "array", "name": "details", "item": {"type": "object", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}]}, "identifiers": ["target", "message"]}, {"type": "object", "name": "innererror", "props": [{"type": "string", "name": "errordetail"}, {"type": "string", "name": "exceptiontype"}]}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}], "cls": "ApiError_read"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "integer32", "name": "otherPatchCount"}, {"readOnly": true, "type": "boolean", "name": "rebootPending"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}, {"readOnly": true, "type": "array<@InstanceViewStatus_read>", "name": "configurationStatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "lastPatchInstallationSummary", "props": [{"readOnly": true, "type": "@ApiError_read", "name": "error"}, {"readOnly": true, "type": "integer32", "name": "excludedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "failedPatchCount"}, {"readOnly": true, "type": "string", "name": "installationActivityId"}, {"readOnly": true, "type": "integer32", "name": "installedPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "boolean", "name": "maintenanceWindowExceeded"}, {"readOnly": true, "type": "integer32", "name": "notSelectedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "pendingPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "integer32", "name": "platformUpdateDomain"}, {"type": "string", "name": "rdpThumbPrint"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "vmAgent", "props": [{"type": "array", "name": "extensionHandlers", "item": {"type": "object", "props": [{"type": "object", "name": "status", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "displayStatus"}, {"type": "string", "name": "level", "enum": {"items": [{"value": "Error"}, {"value": "Info"}, {"value": "Warning"}]}}, {"type": "string", "name": "message"}, {"type": "dateTime", "name": "time", "format": {"protocol": "iso"}}], "cls": "InstanceViewStatus_read"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}]}}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "vmAgentVersion"}]}, {"readOnly": true, "type": "object", "name": "vmHealth", "props": [{"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "@SubResource_read", "name": "dscpConfiguration"}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "string", "name": "publicIPAllocationMethod", "enum": {"items": [{"value": "Dynamic"}, {"value": "Static"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@SubResource_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, "identifiers": ["name"]}, {"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "ResourceId", "name": "id"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerName"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "@SubResource_read", "name": "sourceVault"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyProfile", "props": [{"type": "object", "name": "zoneMovement", "props": [{"type": "boolean", "name": "isEnabled"}]}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "boolean", "name": "alignRegionalDisksToVMZone"}, {"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "string", "name": "detachOption", "enum": {"items": [{"value": "ForceDetach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@ManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "object", "name": "sourceResource", "props": [{"type": "string", "name": "id"}]}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "toBeDetached"}, {"type": "@VirtualHardDisk_read", "name": "vhd"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "encryptionSettings", "props": [{"type": "object", "name": "diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "required": true, "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}], "cls": "KeyVaultSecretReference_read"}, {"type": "boolean", "name": "enabled"}, {"type": "object", "name": "keyEncryptionKey", "props": [{"type": "string", "name": "keyUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}], "cls": "DiskEncryptionSettings_read"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "ResourceId", "name": "id"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "ManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "object", "name": "vhd", "props": [{"type": "string", "name": "uri"}], "cls": "VirtualHardDisk_read"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}, {"type": "@SubResource_read", "name": "virtualMachineScaleSet"}, {"readOnly": true, "type": "string", "name": "vmId"}], "clientFlatten": true}, {"readOnly": true, "type": "array", "name": "resources", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}/extensions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "@VirtualMachineExtensionInstanceView_read", "name": "instanceView"}, {"type": "any", "name": "protectedSettings"}, {"type": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "@SystemData_read", "name": "systemData"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}], "cls": "SystemData_read"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}], "cls": "VirtualMachine_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "extendedLocation", "arg": "$parameters.extendedLocation", "props": [{"type": "string", "name": "name", "arg": "$parameters.extendedLocation.name"}, {"type": "string", "name": "type", "arg": "$parameters.extendedLocation.type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$parameters.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$parameters.identity.userAssignedIdentities", "additionalProps": {"item": {"type": "object"}}}]}, {"type": "object", "name": "placement", "arg": "$parameters.placement", "props": [{"type": "array", "name": "excludeZones", "arg": "$parameters.placement.excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "arg": "$parameters.placement.includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "arg": "$parameters.placement.zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "arg": "$parameters.plan", "props": [{"type": "string", "name": "name", "arg": "$parameters.plan.name"}, {"type": "string", "name": "product", "arg": "$parameters.plan.product"}, {"type": "string", "name": "promotionCode", "arg": "$parameters.plan.promotionCode"}, {"type": "string", "name": "publisher", "arg": "$parameters.plan.publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "arg": "$parameters.properties.additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption", "arg": "$parameters.properties.additionalCapabilities.enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled", "arg": "$parameters.properties.additionalCapabilities.hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled", "arg": "$parameters.properties.additionalCapabilities.ultraSSDEnabled"}]}, {"type": "object", "name": "applicationProfile", "arg": "$parameters.properties.applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "arg": "$parameters.properties.applicationProfile.galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference", "arg": "$parameters.properties.applicationProfile.galleryApplications[].configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade", "arg": "$parameters.properties.applicationProfile.galleryApplications[].enableAutomaticUpgrade"}, {"type": "integer32", "name": "order", "arg": "$parameters.properties.applicationProfile.galleryApplications[].order"}, {"type": "string", "name": "packageReferenceId", "arg": "$parameters.properties.applicationProfile.galleryApplications[].packageReferenceId", "required": true}, {"type": "string", "name": "tags", "arg": "$parameters.properties.applicationProfile.galleryApplications[].tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure", "arg": "$parameters.properties.applicationProfile.galleryApplications[].treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "@SubResource_update", "name": "availabilitySet", "arg": "$parameters.properties.availabilitySet"}, {"type": "object", "name": "billingProfile", "arg": "$parameters.properties.billingProfile", "props": [{"type": "float64", "name": "maxPrice", "arg": "$parameters.properties.billingProfile.maxPrice"}]}, {"type": "object", "name": "capacityReservation", "arg": "$parameters.properties.capacityReservation", "props": [{"type": "@SubResource_update", "name": "capacityReservationGroup", "arg": "$parameters.properties.capacityReservation.capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "arg": "$parameters.properties.diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "arg": "$parameters.properties.diagnosticsProfile.bootDiagnostics", "props": [{"type": "boolean", "name": "enabled", "arg": "$parameters.properties.diagnosticsProfile.bootDiagnostics.enabled"}, {"type": "string", "name": "storageUri", "arg": "$parameters.properties.diagnosticsProfile.bootDiagnostics.storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "arg": "$parameters.properties.evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "string", "name": "extensionsTimeBudget", "arg": "$parameters.properties.extensionsTimeBudget"}, {"type": "object", "name": "hardwareProfile", "arg": "$parameters.properties.hardwareProfile", "props": [{"type": "string", "name": "vmSize", "arg": "$parameters.properties.hardwareProfile.vmSize", "enum": {"items": [{"value": "Basic_A0"}, {"value": "Basic_A1"}, {"value": "Basic_A2"}, {"value": "Basic_A3"}, {"value": "Basic_A4"}, {"value": "Standard_A0"}, {"value": "Standard_A1"}, {"value": "Standard_A10"}, {"value": "Standard_A11"}, {"value": "Standard_A1_v2"}, {"value": "Standard_A2"}, {"value": "Standard_A2_v2"}, {"value": "Standard_A2m_v2"}, {"value": "Standard_A3"}, {"value": "Standard_A4"}, {"value": "Standard_A4_v2"}, {"value": "Standard_A4m_v2"}, {"value": "Standard_A5"}, {"value": "Standard_A6"}, {"value": "Standard_A7"}, {"value": "Standard_A8"}, {"value": "Standard_A8_v2"}, {"value": "Standard_A8m_v2"}, {"value": "Standard_A9"}, {"value": "Standard_B1ms"}, {"value": "Standard_B1s"}, {"value": "Standard_B2ms"}, {"value": "Standard_B2s"}, {"value": "Standard_B4ms"}, {"value": "Standard_B8ms"}, {"value": "Standard_D1"}, {"value": "Standard_D11"}, {"value": "Standard_D11_v2"}, {"value": "Standard_D12"}, {"value": "Standard_D12_v2"}, {"value": "Standard_D13"}, {"value": "Standard_D13_v2"}, {"value": "Standard_D14"}, {"value": "Standard_D14_v2"}, {"value": "Standard_D15_v2"}, {"value": "Standard_D16_v3"}, {"value": "Standard_D16s_v3"}, {"value": "Standard_D1_v2"}, {"value": "Standard_D2"}, {"value": "Standard_D2_v2"}, {"value": "Standard_D2_v3"}, {"value": "Standard_D2s_v3"}, {"value": "Standard_D3"}, {"value": "Standard_D32_v3"}, {"value": "Standard_D32s_v3"}, {"value": "Standard_D3_v2"}, {"value": "Standard_D4"}, {"value": "Standard_D4_v2"}, {"value": "Standard_D4_v3"}, {"value": "Standard_D4s_v3"}, {"value": "Standard_D5_v2"}, {"value": "Standard_D64_v3"}, {"value": "Standard_D64s_v3"}, {"value": "Standard_D8_v3"}, {"value": "Standard_D8s_v3"}, {"value": "Standard_DS1"}, {"value": "Standard_DS11"}, {"value": "Standard_DS11_v2"}, {"value": "Standard_DS12"}, {"value": "Standard_DS12_v2"}, {"value": "Standard_DS13"}, {"value": "Standard_DS13-2_v2"}, {"value": "Standard_DS13-4_v2"}, {"value": "Standard_DS13_v2"}, {"value": "Standard_DS14"}, {"value": "Standard_DS14-4_v2"}, {"value": "Standard_DS14-8_v2"}, {"value": "Standard_DS14_v2"}, {"value": "Standard_DS15_v2"}, {"value": "Standard_DS1_v2"}, {"value": "Standard_DS2"}, {"value": "Standard_DS2_v2"}, {"value": "Standard_DS3"}, {"value": "Standard_DS3_v2"}, {"value": "Standard_DS4"}, {"value": "Standard_DS4_v2"}, {"value": "Standard_DS5_v2"}, {"value": "Standard_E16_v3"}, {"value": "Standard_E16s_v3"}, {"value": "Standard_E2_v3"}, {"value": "Standard_E2s_v3"}, {"value": "Standard_E32-16_v3"}, {"value": "Standard_E32-8s_v3"}, {"value": "Standard_E32_v3"}, {"value": "Standard_E32s_v3"}, {"value": "Standard_E4_v3"}, {"value": "Standard_E4s_v3"}, {"value": "Standard_E64-16s_v3"}, {"value": "Standard_E64-32s_v3"}, {"value": "Standard_E64_v3"}, {"value": "Standard_E64s_v3"}, {"value": "Standard_E8_v3"}, {"value": "Standard_E8s_v3"}, {"value": "Standard_F1"}, {"value": "Standard_F16"}, {"value": "Standard_F16s"}, {"value": "Standard_F16s_v2"}, {"value": "Standard_F1s"}, {"value": "Standard_F2"}, {"value": "Standard_F2s"}, {"value": "Standard_F2s_v2"}, {"value": "Standard_F32s_v2"}, {"value": "Standard_F4"}, {"value": "Standard_F4s"}, {"value": "Standard_F4s_v2"}, {"value": "Standard_F64s_v2"}, {"value": "Standard_F72s_v2"}, {"value": "Standard_F8"}, {"value": "Standard_F8s"}, {"value": "Standard_F8s_v2"}, {"value": "Standard_G1"}, {"value": "Standard_G2"}, {"value": "Standard_G3"}, {"value": "Standard_G4"}, {"value": "Standard_G5"}, {"value": "Standard_GS1"}, {"value": "Standard_GS2"}, {"value": "Standard_GS3"}, {"value": "Standard_GS4"}, {"value": "Standard_GS4-4"}, {"value": "Standard_GS4-8"}, {"value": "Standard_GS5"}, {"value": "Standard_GS5-16"}, {"value": "Standard_GS5-8"}, {"value": "Standard_H16"}, {"value": "Standard_H16m"}, {"value": "Standard_H16mr"}, {"value": "Standard_H16r"}, {"value": "Standard_H8"}, {"value": "Standard_H8m"}, {"value": "Standard_L16s"}, {"value": "Standard_L32s"}, {"value": "Standard_L4s"}, {"value": "Standard_L8s"}, {"value": "Standard_M128-32ms"}, {"value": "Standard_M128-64ms"}, {"value": "Standard_M128ms"}, {"value": "Standard_M128s"}, {"value": "Standard_M64-16ms"}, {"value": "Standard_M64-32ms"}, {"value": "Standard_M64ms"}, {"value": "Standard_M64s"}, {"value": "Standard_NC12"}, {"value": "Standard_NC12s_v2"}, {"value": "Standard_NC12s_v3"}, {"value": "Standard_NC24"}, {"value": "Standard_NC24r"}, {"value": "Standard_NC24rs_v2"}, {"value": "Standard_NC24rs_v3"}, {"value": "Standard_NC24s_v2"}, {"value": "Standard_NC24s_v3"}, {"value": "Standard_NC6"}, {"value": "Standard_NC6s_v2"}, {"value": "Standard_NC6s_v3"}, {"value": "Standard_ND12s"}, {"value": "Standard_ND24rs"}, {"value": "Standard_ND24s"}, {"value": "Standard_ND6s"}, {"value": "Standard_NV12"}, {"value": "Standard_NV24"}, {"value": "Standard_NV6"}]}}, {"type": "object", "name": "vmSizeProperties", "arg": "$parameters.properties.hardwareProfile.vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable", "arg": "$parameters.properties.hardwareProfile.vmSizeProperties.vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore", "arg": "$parameters.properties.hardwareProfile.vmSizeProperties.vCPUsPerCore"}]}]}, {"type": "@SubResource_update", "name": "host", "arg": "$parameters.properties.host"}, {"type": "@SubResource_update", "name": "hostGroup", "arg": "$parameters.properties.hostGroup"}, {"type": "string", "name": "licenseType", "arg": "$parameters.properties.licenseType"}, {"type": "object", "name": "networkProfile", "arg": "$parameters.properties.networkProfile", "props": [{"type": "string", "name": "networkApiVersion", "arg": "$parameters.properties.networkProfile.networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings", "props": [{"type": "array", "name": "dnsServers", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dnsSettings.dnsServers", "item": {"type": "string"}}]}, {"type": "@SubResource_update", "name": "dscpConfiguration", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.dscpConfiguration"}, {"type": "boolean", "name": "enableAcceleratedNetworking", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableFpga"}, {"type": "boolean", "name": "enableIPForwarding", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_update>", "name": "applicationGatewayBackendAddressPools", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_update"}}, {"type": "array<@SubResource_update>", "name": "applicationSecurityGroups", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.applicationSecurityGroups", "item": {"type": "@SubResource_update"}}, {"type": "array<@SubResource_update>", "name": "loadBalancerBackendAddressPools", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.loadBalancerBackendAddressPools", "item": {"type": "@SubResource_update"}}, {"type": "boolean", "name": "primary", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.primary"}, {"type": "string", "name": "privateIPAddressVersion", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].ipTagType"}, {"type": "string", "name": "tag", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.ipTags[].tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "string", "name": "publicIPAllocationMethod", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPAllocationMethod", "enum": {"items": [{"value": "Dynamic"}, {"value": "Static"}]}}, {"type": "@SubResource_update", "name": "publicIPPrefix", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.sku.tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@SubResource_update", "name": "subnet", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_update", "name": "networkSecurityGroup", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.networkSecurityGroup"}, {"type": "boolean", "name": "primary", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].properties.primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$parameters.properties.networkProfile.networkInterfaceConfigurations[].tags", "additionalProps": {"item": {"type": "string"}}}]}, "identifiers": ["name"]}, {"type": "array", "name": "networkInterfaces", "arg": "$parameters.properties.networkProfile.networkInterfaces", "item": {"type": "object", "props": [{"type": "ResourceId", "name": "id", "arg": "$parameters.properties.networkProfile.networkInterfaces[].id"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "arg": "$parameters.properties.networkProfile.networkInterfaces[].properties.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "primary", "arg": "$parameters.properties.networkProfile.networkInterfaces[].properties.primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "arg": "$parameters.properties.osProfile", "props": [{"type": "password", "name": "adminPassword", "arg": "$parameters.properties.osProfile.adminPassword", "secret": true}, {"type": "string", "name": "adminUsername", "arg": "$parameters.properties.osProfile.adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations", "arg": "$parameters.properties.osProfile.allowExtensionOperations"}, {"type": "string", "name": "computerName", "arg": "$parameters.properties.osProfile.computerName"}, {"type": "string", "name": "customData", "arg": "$parameters.properties.osProfile.customData"}, {"type": "object", "name": "linuxConfiguration", "arg": "$parameters.properties.osProfile.linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication", "arg": "$parameters.properties.osProfile.linuxConfiguration.disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates", "arg": "$parameters.properties.osProfile.linuxConfiguration.enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings", "props": [{"type": "string", "name": "assessmentMode", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "arg": "$parameters.properties.osProfile.linuxConfiguration.patchSettings.patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent", "arg": "$parameters.properties.osProfile.linuxConfiguration.provisionVMAgent"}, {"type": "object", "name": "ssh", "arg": "$parameters.properties.osProfile.linuxConfiguration.ssh", "props": [{"type": "array", "name": "publicKeys", "arg": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData", "arg": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys[].keyData"}, {"type": "string", "name": "path", "arg": "$parameters.properties.osProfile.linuxConfiguration.ssh.publicKeys[].path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal", "arg": "$parameters.properties.osProfile.requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "arg": "$parameters.properties.osProfile.secrets", "item": {"type": "object", "props": [{"type": "@SubResource_update", "name": "sourceVault", "arg": "$parameters.properties.osProfile.secrets[].sourceVault"}, {"type": "array", "name": "vaultCertificates", "arg": "$parameters.properties.osProfile.secrets[].vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore", "arg": "$parameters.properties.osProfile.secrets[].vaultCertificates[].certificateStore"}, {"type": "string", "name": "certificateUrl", "arg": "$parameters.properties.osProfile.secrets[].vaultCertificates[].certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "arg": "$parameters.properties.osProfile.windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "arg": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "arg": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content", "arg": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].content"}, {"type": "string", "name": "passName", "arg": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "arg": "$parameters.properties.osProfile.windowsConfiguration.additionalUnattendContent[].settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates", "arg": "$parameters.properties.osProfile.windowsConfiguration.enableAutomaticUpdates"}, {"type": "object", "name": "patchSettings", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings", "props": [{"type": "string", "name": "assessmentMode", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.enableHotpatching"}, {"type": "string", "name": "patchMode", "arg": "$parameters.properties.osProfile.windowsConfiguration.patchSettings.patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent", "arg": "$parameters.properties.osProfile.windowsConfiguration.provisionVMAgent"}, {"type": "string", "name": "timeZone", "arg": "$parameters.properties.osProfile.windowsConfiguration.timeZone"}, {"type": "object", "name": "winRM", "arg": "$parameters.properties.osProfile.windowsConfiguration.winRM", "props": [{"type": "array", "name": "listeners", "arg": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl", "arg": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners[].certificateUrl"}, {"type": "string", "name": "protocol", "arg": "$parameters.properties.osProfile.windowsConfiguration.winRM.listeners[].protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "integer32", "name": "platformFaultDomain", "arg": "$parameters.properties.platformFaultDomain"}, {"type": "string", "name": "priority", "arg": "$parameters.properties.priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"type": "@SubResource_update", "name": "proximityPlacementGroup", "arg": "$parameters.properties.proximityPlacementGroup"}, {"type": "object", "name": "resiliencyProfile", "arg": "$parameters.properties.resiliencyProfile", "props": [{"type": "object", "name": "zoneMovement", "arg": "$parameters.properties.resiliencyProfile.zoneMovement", "props": [{"type": "boolean", "name": "isEnabled", "arg": "$parameters.properties.resiliencyProfile.zoneMovement.isEnabled"}]}]}, {"type": "object", "name": "scheduledEventsPolicy", "arg": "$parameters.properties.scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "arg": "$parameters.properties.scheduledEventsPolicy.allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.allInstancesDown.automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.enable"}, {"type": "string", "name": "scheduledEventsApiVersion", "arg": "$parameters.properties.scheduledEventsPolicy.scheduledEventsAdditionalPublishingTargets.eventGridAndResourceGraph.scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedReboot.automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove", "arg": "$parameters.properties.scheduledEventsPolicy.userInitiatedRedeploy.automaticallyApprove"}]}]}, {"type": "object", "name": "scheduledEventsProfile", "arg": "$parameters.properties.scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "arg": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile.enable"}, {"type": "string", "name": "notBeforeTimeout", "arg": "$parameters.properties.scheduledEventsProfile.osImageNotificationProfile.notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "arg": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable", "arg": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile.enable"}, {"type": "string", "name": "notBeforeTimeout", "arg": "$parameters.properties.scheduledEventsProfile.terminateNotificationProfile.notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "arg": "$parameters.properties.securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost", "arg": "$parameters.properties.securityProfile.encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "arg": "$parameters.properties.securityProfile.encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId", "arg": "$parameters.properties.securityProfile.encryptionIdentity.userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "arg": "$parameters.properties.securityProfile.proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.addProxyAgentExtension"}, {"type": "boolean", "name": "enabled", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.enabled"}, {"type": "@HostEndpointSettings_update", "name": "imds", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.imds"}, {"type": "integer32", "name": "keyIncarnationId", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.keyIncarnationId"}, {"type": "string", "name": "mode", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "arg": "$parameters.properties.securityProfile.proxyAgentSettings.wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId", "arg": "@HostEndpointSettings_update.inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "arg": "@HostEndpointSettings_update.mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_update"}]}, {"type": "string", "name": "securityType", "arg": "$parameters.properties.securityProfile.securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "arg": "$parameters.properties.securityProfile.uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled", "arg": "$parameters.properties.securityProfile.uefiSettings.secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled", "arg": "$parameters.properties.securityProfile.uefiSettings.vTpmEnabled"}]}]}, {"type": "object", "name": "storageProfile", "arg": "$parameters.properties.storageProfile", "props": [{"type": "boolean", "name": "alignRegionalDisksToVMZone", "arg": "$parameters.properties.storageProfile.alignRegionalDisksToVMZone"}, {"type": "array", "name": "dataDisks", "arg": "$parameters.properties.storageProfile.dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "arg": "$parameters.properties.storageProfile.dataDisks[].caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "arg": "$parameters.properties.storageProfile.dataDisks[].createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.storageProfile.dataDisks[].deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "string", "name": "detachOption", "arg": "$parameters.properties.storageProfile.dataDisks[].detachOption", "enum": {"items": [{"value": "ForceDetach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite", "arg": "$parameters.properties.storageProfile.dataDisks[].diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite", "arg": "$parameters.properties.storageProfile.dataDisks[].diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB", "arg": "$parameters.properties.storageProfile.dataDisks[].diskSizeGB"}, {"type": "@VirtualHardDisk_update", "name": "image", "arg": "$parameters.properties.storageProfile.dataDisks[].image"}, {"type": "integer32", "name": "lun", "arg": "$parameters.properties.storageProfile.dataDisks[].lun", "required": true}, {"type": "@ManagedDiskParameters_update", "name": "managedDisk", "arg": "$parameters.properties.storageProfile.dataDisks[].managedDisk"}, {"type": "string", "name": "name", "arg": "$parameters.properties.storageProfile.dataDisks[].name"}, {"type": "object", "name": "sourceResource", "arg": "$parameters.properties.storageProfile.dataDisks[].sourceResource", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.storageProfile.dataDisks[].sourceResource.id"}]}, {"type": "string", "name": "storageFaultDomainAlignment", "arg": "$parameters.properties.storageProfile.dataDisks[].storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "toBeDetached", "arg": "$parameters.properties.storageProfile.dataDisks[].toBeDetached"}, {"type": "@VirtualHardDisk_update", "name": "vhd", "arg": "$parameters.properties.storageProfile.dataDisks[].vhd"}, {"type": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.storageProfile.dataDisks[].writeAcceleratorEnabled"}]}, "identifiers": ["lun"]}, {"type": "string", "name": "diskControllerType", "arg": "$parameters.properties.storageProfile.diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "arg": "$parameters.properties.storageProfile.imageReference", "props": [{"type": "string", "name": "communityGalleryImageId", "arg": "$parameters.properties.storageProfile.imageReference.communityGalleryImageId"}, {"type": "ResourceId", "name": "id", "arg": "$parameters.properties.storageProfile.imageReference.id"}, {"type": "string", "name": "offer", "arg": "$parameters.properties.storageProfile.imageReference.offer"}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.storageProfile.imageReference.publisher"}, {"type": "string", "name": "sharedGalleryImageId", "arg": "$parameters.properties.storageProfile.imageReference.sharedGalleryImageId"}, {"type": "string", "name": "sku", "arg": "$parameters.properties.storageProfile.imageReference.sku"}, {"type": "string", "name": "version", "arg": "$parameters.properties.storageProfile.imageReference.version"}]}, {"type": "object", "name": "osDisk", "arg": "$parameters.properties.storageProfile.osDisk", "props": [{"type": "string", "name": "caching", "arg": "$parameters.properties.storageProfile.osDisk.caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "arg": "$parameters.properties.storageProfile.osDisk.createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "arg": "$parameters.properties.storageProfile.osDisk.deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "arg": "$parameters.properties.storageProfile.osDisk.diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching", "arg": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.enableFullCaching"}, {"type": "string", "name": "option", "arg": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "arg": "$parameters.properties.storageProfile.osDisk.diffDiskSettings.placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB", "arg": "$parameters.properties.storageProfile.osDisk.diskSizeGB"}, {"type": "object", "name": "encryptionSettings", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings", "props": [{"type": "object", "name": "diskEncryptionKey", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault", "required": true, "props": [{"type": "ResourceId", "name": "id", "arg": "@SubResource_update.id"}], "cls": "SubResource_update"}]}, {"type": "boolean", "name": "enabled", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.enabled"}, {"type": "object", "name": "keyEncryptionKey", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey", "props": [{"type": "string", "name": "keyUrl", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.keyUrl", "required": true}, {"type": "@SubResource_update", "name": "sourceVault", "arg": "$parameters.properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault", "required": true}]}]}, {"type": "@VirtualHardDisk_update", "name": "image", "arg": "$parameters.properties.storageProfile.osDisk.image"}, {"type": "object", "name": "managedDisk", "arg": "$parameters.properties.storageProfile.osDisk.managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "arg": "@ManagedDiskParameters_update.diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id", "arg": "@DiskEncryptionSetParameters_update.id"}], "cls": "DiskEncryptionSetParameters_update"}, {"type": "ResourceId", "name": "id", "arg": "@ManagedDiskParameters_update.id"}, {"type": "object", "name": "securityProfile", "arg": "@ManagedDiskParameters_update.securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_update", "name": "diskEncryptionSet", "arg": "@ManagedDiskParameters_update.securityProfile.diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "arg": "@ManagedDiskParameters_update.securityProfile.securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "arg": "@ManagedDiskParameters_update.storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "ManagedDiskParameters_update"}, {"type": "string", "name": "name", "arg": "$parameters.properties.storageProfile.osDisk.name"}, {"type": "string", "name": "osType", "arg": "$parameters.properties.storageProfile.osDisk.osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "arg": "$parameters.properties.storageProfile.osDisk.storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "object", "name": "vhd", "arg": "$parameters.properties.storageProfile.osDisk.vhd", "props": [{"type": "string", "name": "uri", "arg": "@VirtualHardDisk_update.uri"}], "cls": "VirtualHardDisk_update"}, {"type": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.storageProfile.osDisk.writeAcceleratorEnabled"}]}]}, {"type": "string", "name": "userData", "arg": "$parameters.properties.userData"}, {"type": "@SubResource_update", "name": "virtualMachineScaleSet", "arg": "$parameters.properties.virtualMachineScaleSet"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$parameters.tags", "additionalProps": {"item": {"type": "string"}}}, {"type": "array", "name": "zones", "arg": "$parameters.zones", "item": {"type": "string"}}], "clientFlatten": true}}}}, {"longRunning": {"finalStateVia": "location"}, "operationId": "VirtualMachines_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmName", "arg": "$Path.vmName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "header": {"params": [{"type": "string", "name": "If-Match", "arg": "$Header.If-Match"}, {"type": "string", "name": "If-None-Match", "arg": "$Header.If-None-Match"}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@VirtualMachine_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachines/{}", "version": "2025-11-01", "subresource": "identity", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMve3ZtTmFtZX0=/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Header.If-Match", "options": ["if-match"], "help": {"short": "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes."}}, {"type": "string", "var": "$Header.If-None-Match", "options": ["if-none-match"], "help": {"short": "Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will result in error from server as they are not supported."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmName", "options": ["n", "name", "vm-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the Virtual Machine. You can configure the default using `az configure --defaults vm=`"}}]}, {"name": "Parameters.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$parameters.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Parameters.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$parameters.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Parameters.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "parameters", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "VirtualMachines_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmName", "arg": "$Path.vmName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "managedBy"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "@SubResource_read", "name": "availabilitySet"}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "string", "name": "extensionsTimeBudget"}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "string", "name": "vmSize", "enum": {"items": [{"value": "Basic_A0"}, {"value": "Basic_A1"}, {"value": "Basic_A2"}, {"value": "Basic_A3"}, {"value": "Basic_A4"}, {"value": "Standard_A0"}, {"value": "Standard_A1"}, {"value": "Standard_A10"}, {"value": "Standard_A11"}, {"value": "Standard_A1_v2"}, {"value": "Standard_A2"}, {"value": "Standard_A2_v2"}, {"value": "Standard_A2m_v2"}, {"value": "Standard_A3"}, {"value": "Standard_A4"}, {"value": "Standard_A4_v2"}, {"value": "Standard_A4m_v2"}, {"value": "Standard_A5"}, {"value": "Standard_A6"}, {"value": "Standard_A7"}, {"value": "Standard_A8"}, {"value": "Standard_A8_v2"}, {"value": "Standard_A8m_v2"}, {"value": "Standard_A9"}, {"value": "Standard_B1ms"}, {"value": "Standard_B1s"}, {"value": "Standard_B2ms"}, {"value": "Standard_B2s"}, {"value": "Standard_B4ms"}, {"value": "Standard_B8ms"}, {"value": "Standard_D1"}, {"value": "Standard_D11"}, {"value": "Standard_D11_v2"}, {"value": "Standard_D12"}, {"value": "Standard_D12_v2"}, {"value": "Standard_D13"}, {"value": "Standard_D13_v2"}, {"value": "Standard_D14"}, {"value": "Standard_D14_v2"}, {"value": "Standard_D15_v2"}, {"value": "Standard_D16_v3"}, {"value": "Standard_D16s_v3"}, {"value": "Standard_D1_v2"}, {"value": "Standard_D2"}, {"value": "Standard_D2_v2"}, {"value": "Standard_D2_v3"}, {"value": "Standard_D2s_v3"}, {"value": "Standard_D3"}, {"value": "Standard_D32_v3"}, {"value": "Standard_D32s_v3"}, {"value": "Standard_D3_v2"}, {"value": "Standard_D4"}, {"value": "Standard_D4_v2"}, {"value": "Standard_D4_v3"}, {"value": "Standard_D4s_v3"}, {"value": "Standard_D5_v2"}, {"value": "Standard_D64_v3"}, {"value": "Standard_D64s_v3"}, {"value": "Standard_D8_v3"}, {"value": "Standard_D8s_v3"}, {"value": "Standard_DS1"}, {"value": "Standard_DS11"}, {"value": "Standard_DS11_v2"}, {"value": "Standard_DS12"}, {"value": "Standard_DS12_v2"}, {"value": "Standard_DS13"}, {"value": "Standard_DS13-2_v2"}, {"value": "Standard_DS13-4_v2"}, {"value": "Standard_DS13_v2"}, {"value": "Standard_DS14"}, {"value": "Standard_DS14-4_v2"}, {"value": "Standard_DS14-8_v2"}, {"value": "Standard_DS14_v2"}, {"value": "Standard_DS15_v2"}, {"value": "Standard_DS1_v2"}, {"value": "Standard_DS2"}, {"value": "Standard_DS2_v2"}, {"value": "Standard_DS3"}, {"value": "Standard_DS3_v2"}, {"value": "Standard_DS4"}, {"value": "Standard_DS4_v2"}, {"value": "Standard_DS5_v2"}, {"value": "Standard_E16_v3"}, {"value": "Standard_E16s_v3"}, {"value": "Standard_E2_v3"}, {"value": "Standard_E2s_v3"}, {"value": "Standard_E32-16_v3"}, {"value": "Standard_E32-8s_v3"}, {"value": "Standard_E32_v3"}, {"value": "Standard_E32s_v3"}, {"value": "Standard_E4_v3"}, {"value": "Standard_E4s_v3"}, {"value": "Standard_E64-16s_v3"}, {"value": "Standard_E64-32s_v3"}, {"value": "Standard_E64_v3"}, {"value": "Standard_E64s_v3"}, {"value": "Standard_E8_v3"}, {"value": "Standard_E8s_v3"}, {"value": "Standard_F1"}, {"value": "Standard_F16"}, {"value": "Standard_F16s"}, {"value": "Standard_F16s_v2"}, {"value": "Standard_F1s"}, {"value": "Standard_F2"}, {"value": "Standard_F2s"}, {"value": "Standard_F2s_v2"}, {"value": "Standard_F32s_v2"}, {"value": "Standard_F4"}, {"value": "Standard_F4s"}, {"value": "Standard_F4s_v2"}, {"value": "Standard_F64s_v2"}, {"value": "Standard_F72s_v2"}, {"value": "Standard_F8"}, {"value": "Standard_F8s"}, {"value": "Standard_F8s_v2"}, {"value": "Standard_G1"}, {"value": "Standard_G2"}, {"value": "Standard_G3"}, {"value": "Standard_G4"}, {"value": "Standard_G5"}, {"value": "Standard_GS1"}, {"value": "Standard_GS2"}, {"value": "Standard_GS3"}, {"value": "Standard_GS4"}, {"value": "Standard_GS4-4"}, {"value": "Standard_GS4-8"}, {"value": "Standard_GS5"}, {"value": "Standard_GS5-16"}, {"value": "Standard_GS5-8"}, {"value": "Standard_H16"}, {"value": "Standard_H16m"}, {"value": "Standard_H16mr"}, {"value": "Standard_H16r"}, {"value": "Standard_H8"}, {"value": "Standard_H8m"}, {"value": "Standard_L16s"}, {"value": "Standard_L32s"}, {"value": "Standard_L4s"}, {"value": "Standard_L8s"}, {"value": "Standard_M128-32ms"}, {"value": "Standard_M128-64ms"}, {"value": "Standard_M128ms"}, {"value": "Standard_M128s"}, {"value": "Standard_M64-16ms"}, {"value": "Standard_M64-32ms"}, {"value": "Standard_M64ms"}, {"value": "Standard_M64s"}, {"value": "Standard_NC12"}, {"value": "Standard_NC12s_v2"}, {"value": "Standard_NC12s_v3"}, {"value": "Standard_NC24"}, {"value": "Standard_NC24r"}, {"value": "Standard_NC24rs_v2"}, {"value": "Standard_NC24rs_v3"}, {"value": "Standard_NC24s_v2"}, {"value": "Standard_NC24s_v3"}, {"value": "Standard_NC6"}, {"value": "Standard_NC6s_v2"}, {"value": "Standard_NC6s_v3"}, {"value": "Standard_ND12s"}, {"value": "Standard_ND24rs"}, {"value": "Standard_ND24s"}, {"value": "Standard_ND6s"}, {"value": "Standard_NV12"}, {"value": "Standard_NV24"}, {"value": "Standard_NV6"}]}}, {"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "@SubResource_read", "name": "host"}, {"type": "@SubResource_read", "name": "hostGroup"}, {"readOnly": true, "type": "object", "name": "instanceView", "props": [{"readOnly": true, "type": "string", "name": "assignedHost"}, {"type": "object", "name": "bootDiagnostics", "props": [{"readOnly": true, "type": "string", "name": "consoleScreenshotBlobUri"}, {"readOnly": true, "type": "string", "name": "serialConsoleLogBlobUri"}, {"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}, {"type": "string", "name": "computerName"}, {"type": "array", "name": "disks", "item": {"type": "object", "props": [{"type": "array<@DiskEncryptionSettings_read>", "name": "encryptionSettings", "item": {"type": "@DiskEncryptionSettings_read"}}, {"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "storageAlignmentStatus", "enum": {"items": [{"value": "Aligned"}, {"value": "Unaligned"}]}}]}, "identifiers": ["name"]}, {"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "array<@InstanceViewStatus_read>", "name": "substatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "cls": "VirtualMachineExtensionInstanceView_read"}, "identifiers": ["name", "type"]}, {"type": "string", "name": "hyperVGeneration", "enum": {"items": [{"value": "V1"}, {"value": "V2"}]}}, {"readOnly": true, "type": "boolean", "name": "isVMInStandbyPool"}, {"type": "object", "name": "maintenanceRedeployStatus", "props": [{"type": "boolean", "name": "isCustomerInitiatedMaintenanceAllowed"}, {"type": "string", "name": "lastOperationMessage"}, {"type": "string", "name": "lastOperationResultCode", "enum": {"items": [{"value": "MaintenanceAborted"}, {"value": "MaintenanceCompleted"}, {"value": "None"}, {"value": "RetryLater"}]}}, {"type": "dateTime", "name": "maintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "maintenanceWindowStartTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowStartTime", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "osName"}, {"type": "string", "name": "osVersion"}, {"type": "object", "name": "patchStatus", "props": [{"type": "object", "name": "availablePatchSummary", "props": [{"readOnly": true, "type": "string", "name": "assessmentActivityId"}, {"readOnly": true, "type": "integer32", "name": "criticalAndSecurityPatchCount"}, {"readOnly": true, "type": "object", "name": "error", "props": [{"type": "string", "name": "code"}, {"type": "array", "name": "details", "item": {"type": "object", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}]}, "identifiers": ["target", "message"]}, {"type": "object", "name": "innererror", "props": [{"type": "string", "name": "errordetail"}, {"type": "string", "name": "exceptiontype"}]}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}], "cls": "ApiError_read"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "integer32", "name": "otherPatchCount"}, {"readOnly": true, "type": "boolean", "name": "rebootPending"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}, {"readOnly": true, "type": "array<@InstanceViewStatus_read>", "name": "configurationStatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "lastPatchInstallationSummary", "props": [{"readOnly": true, "type": "@ApiError_read", "name": "error"}, {"readOnly": true, "type": "integer32", "name": "excludedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "failedPatchCount"}, {"readOnly": true, "type": "string", "name": "installationActivityId"}, {"readOnly": true, "type": "integer32", "name": "installedPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "boolean", "name": "maintenanceWindowExceeded"}, {"readOnly": true, "type": "integer32", "name": "notSelectedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "pendingPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "integer32", "name": "platformUpdateDomain"}, {"type": "string", "name": "rdpThumbPrint"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "vmAgent", "props": [{"type": "array", "name": "extensionHandlers", "item": {"type": "object", "props": [{"type": "object", "name": "status", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "displayStatus"}, {"type": "string", "name": "level", "enum": {"items": [{"value": "Error"}, {"value": "Info"}, {"value": "Warning"}]}}, {"type": "string", "name": "message"}, {"type": "dateTime", "name": "time", "format": {"protocol": "iso"}}], "cls": "InstanceViewStatus_read"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}]}}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "vmAgentVersion"}]}, {"readOnly": true, "type": "object", "name": "vmHealth", "props": [{"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "@SubResource_read", "name": "dscpConfiguration"}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "string", "name": "publicIPAllocationMethod", "enum": {"items": [{"value": "Dynamic"}, {"value": "Static"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@SubResource_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, "identifiers": ["name"]}, {"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "ResourceId", "name": "id"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerName"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "@SubResource_read", "name": "sourceVault"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyProfile", "props": [{"type": "object", "name": "zoneMovement", "props": [{"type": "boolean", "name": "isEnabled"}]}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "boolean", "name": "alignRegionalDisksToVMZone"}, {"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "string", "name": "detachOption", "enum": {"items": [{"value": "ForceDetach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@ManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "object", "name": "sourceResource", "props": [{"type": "string", "name": "id"}]}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "toBeDetached"}, {"type": "@VirtualHardDisk_read", "name": "vhd"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "encryptionSettings", "props": [{"type": "object", "name": "diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "required": true, "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}], "cls": "KeyVaultSecretReference_read"}, {"type": "boolean", "name": "enabled"}, {"type": "object", "name": "keyEncryptionKey", "props": [{"type": "string", "name": "keyUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}], "cls": "DiskEncryptionSettings_read"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "ResourceId", "name": "id"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "ManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "object", "name": "vhd", "props": [{"type": "string", "name": "uri"}], "cls": "VirtualHardDisk_read"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}, {"type": "@SubResource_read", "name": "virtualMachineScaleSet"}, {"readOnly": true, "type": "string", "name": "vmId"}], "clientFlatten": true}, {"readOnly": true, "type": "array", "name": "resources", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}/extensions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "@VirtualMachineExtensionInstanceView_read", "name": "instanceView"}, {"type": "any", "name": "protectedSettings"}, {"type": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "@SystemData_read", "name": "systemData"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}], "cls": "SystemData_read"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}], "cls": "VirtualMachine_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "parameters.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$parameters.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$parameters.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "location"}, "operationId": "VirtualMachines_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmName", "arg": "$Path.vmName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "header": {"params": [{"type": "string", "name": "If-Match", "arg": "$Header.If-Match"}, {"type": "string", "name": "If-None-Match", "arg": "$Header.If-None-Match"}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@VirtualMachine_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachines/{}", "version": "2025-11-01", "subresource": "identity", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMve3ZtTmFtZX0=/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Header.If-Match", "options": ["if-match"], "help": {"short": "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes."}}, {"type": "string", "var": "$Header.If-None-Match", "options": ["if-none-match"], "help": {"short": "Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will result in error from server as they are not supported."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmName", "options": ["n", "name", "vm-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the Virtual Machine. You can configure the default using `az configure --defaults vm=`"}}]}, {"name": "Parameters.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$parameters.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Parameters.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$parameters.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Parameters.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "parameters", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "VirtualMachines_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmName", "arg": "$Path.vmName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "managedBy"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "@SubResource_read", "name": "availabilitySet"}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "string", "name": "extensionsTimeBudget"}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "string", "name": "vmSize", "enum": {"items": [{"value": "Basic_A0"}, {"value": "Basic_A1"}, {"value": "Basic_A2"}, {"value": "Basic_A3"}, {"value": "Basic_A4"}, {"value": "Standard_A0"}, {"value": "Standard_A1"}, {"value": "Standard_A10"}, {"value": "Standard_A11"}, {"value": "Standard_A1_v2"}, {"value": "Standard_A2"}, {"value": "Standard_A2_v2"}, {"value": "Standard_A2m_v2"}, {"value": "Standard_A3"}, {"value": "Standard_A4"}, {"value": "Standard_A4_v2"}, {"value": "Standard_A4m_v2"}, {"value": "Standard_A5"}, {"value": "Standard_A6"}, {"value": "Standard_A7"}, {"value": "Standard_A8"}, {"value": "Standard_A8_v2"}, {"value": "Standard_A8m_v2"}, {"value": "Standard_A9"}, {"value": "Standard_B1ms"}, {"value": "Standard_B1s"}, {"value": "Standard_B2ms"}, {"value": "Standard_B2s"}, {"value": "Standard_B4ms"}, {"value": "Standard_B8ms"}, {"value": "Standard_D1"}, {"value": "Standard_D11"}, {"value": "Standard_D11_v2"}, {"value": "Standard_D12"}, {"value": "Standard_D12_v2"}, {"value": "Standard_D13"}, {"value": "Standard_D13_v2"}, {"value": "Standard_D14"}, {"value": "Standard_D14_v2"}, {"value": "Standard_D15_v2"}, {"value": "Standard_D16_v3"}, {"value": "Standard_D16s_v3"}, {"value": "Standard_D1_v2"}, {"value": "Standard_D2"}, {"value": "Standard_D2_v2"}, {"value": "Standard_D2_v3"}, {"value": "Standard_D2s_v3"}, {"value": "Standard_D3"}, {"value": "Standard_D32_v3"}, {"value": "Standard_D32s_v3"}, {"value": "Standard_D3_v2"}, {"value": "Standard_D4"}, {"value": "Standard_D4_v2"}, {"value": "Standard_D4_v3"}, {"value": "Standard_D4s_v3"}, {"value": "Standard_D5_v2"}, {"value": "Standard_D64_v3"}, {"value": "Standard_D64s_v3"}, {"value": "Standard_D8_v3"}, {"value": "Standard_D8s_v3"}, {"value": "Standard_DS1"}, {"value": "Standard_DS11"}, {"value": "Standard_DS11_v2"}, {"value": "Standard_DS12"}, {"value": "Standard_DS12_v2"}, {"value": "Standard_DS13"}, {"value": "Standard_DS13-2_v2"}, {"value": "Standard_DS13-4_v2"}, {"value": "Standard_DS13_v2"}, {"value": "Standard_DS14"}, {"value": "Standard_DS14-4_v2"}, {"value": "Standard_DS14-8_v2"}, {"value": "Standard_DS14_v2"}, {"value": "Standard_DS15_v2"}, {"value": "Standard_DS1_v2"}, {"value": "Standard_DS2"}, {"value": "Standard_DS2_v2"}, {"value": "Standard_DS3"}, {"value": "Standard_DS3_v2"}, {"value": "Standard_DS4"}, {"value": "Standard_DS4_v2"}, {"value": "Standard_DS5_v2"}, {"value": "Standard_E16_v3"}, {"value": "Standard_E16s_v3"}, {"value": "Standard_E2_v3"}, {"value": "Standard_E2s_v3"}, {"value": "Standard_E32-16_v3"}, {"value": "Standard_E32-8s_v3"}, {"value": "Standard_E32_v3"}, {"value": "Standard_E32s_v3"}, {"value": "Standard_E4_v3"}, {"value": "Standard_E4s_v3"}, {"value": "Standard_E64-16s_v3"}, {"value": "Standard_E64-32s_v3"}, {"value": "Standard_E64_v3"}, {"value": "Standard_E64s_v3"}, {"value": "Standard_E8_v3"}, {"value": "Standard_E8s_v3"}, {"value": "Standard_F1"}, {"value": "Standard_F16"}, {"value": "Standard_F16s"}, {"value": "Standard_F16s_v2"}, {"value": "Standard_F1s"}, {"value": "Standard_F2"}, {"value": "Standard_F2s"}, {"value": "Standard_F2s_v2"}, {"value": "Standard_F32s_v2"}, {"value": "Standard_F4"}, {"value": "Standard_F4s"}, {"value": "Standard_F4s_v2"}, {"value": "Standard_F64s_v2"}, {"value": "Standard_F72s_v2"}, {"value": "Standard_F8"}, {"value": "Standard_F8s"}, {"value": "Standard_F8s_v2"}, {"value": "Standard_G1"}, {"value": "Standard_G2"}, {"value": "Standard_G3"}, {"value": "Standard_G4"}, {"value": "Standard_G5"}, {"value": "Standard_GS1"}, {"value": "Standard_GS2"}, {"value": "Standard_GS3"}, {"value": "Standard_GS4"}, {"value": "Standard_GS4-4"}, {"value": "Standard_GS4-8"}, {"value": "Standard_GS5"}, {"value": "Standard_GS5-16"}, {"value": "Standard_GS5-8"}, {"value": "Standard_H16"}, {"value": "Standard_H16m"}, {"value": "Standard_H16mr"}, {"value": "Standard_H16r"}, {"value": "Standard_H8"}, {"value": "Standard_H8m"}, {"value": "Standard_L16s"}, {"value": "Standard_L32s"}, {"value": "Standard_L4s"}, {"value": "Standard_L8s"}, {"value": "Standard_M128-32ms"}, {"value": "Standard_M128-64ms"}, {"value": "Standard_M128ms"}, {"value": "Standard_M128s"}, {"value": "Standard_M64-16ms"}, {"value": "Standard_M64-32ms"}, {"value": "Standard_M64ms"}, {"value": "Standard_M64s"}, {"value": "Standard_NC12"}, {"value": "Standard_NC12s_v2"}, {"value": "Standard_NC12s_v3"}, {"value": "Standard_NC24"}, {"value": "Standard_NC24r"}, {"value": "Standard_NC24rs_v2"}, {"value": "Standard_NC24rs_v3"}, {"value": "Standard_NC24s_v2"}, {"value": "Standard_NC24s_v3"}, {"value": "Standard_NC6"}, {"value": "Standard_NC6s_v2"}, {"value": "Standard_NC6s_v3"}, {"value": "Standard_ND12s"}, {"value": "Standard_ND24rs"}, {"value": "Standard_ND24s"}, {"value": "Standard_ND6s"}, {"value": "Standard_NV12"}, {"value": "Standard_NV24"}, {"value": "Standard_NV6"}]}}, {"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "@SubResource_read", "name": "host"}, {"type": "@SubResource_read", "name": "hostGroup"}, {"readOnly": true, "type": "object", "name": "instanceView", "props": [{"readOnly": true, "type": "string", "name": "assignedHost"}, {"type": "object", "name": "bootDiagnostics", "props": [{"readOnly": true, "type": "string", "name": "consoleScreenshotBlobUri"}, {"readOnly": true, "type": "string", "name": "serialConsoleLogBlobUri"}, {"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}, {"type": "string", "name": "computerName"}, {"type": "array", "name": "disks", "item": {"type": "object", "props": [{"type": "array<@DiskEncryptionSettings_read>", "name": "encryptionSettings", "item": {"type": "@DiskEncryptionSettings_read"}}, {"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "storageAlignmentStatus", "enum": {"items": [{"value": "Aligned"}, {"value": "Unaligned"}]}}]}, "identifiers": ["name"]}, {"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "array<@InstanceViewStatus_read>", "name": "substatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "cls": "VirtualMachineExtensionInstanceView_read"}, "identifiers": ["name", "type"]}, {"type": "string", "name": "hyperVGeneration", "enum": {"items": [{"value": "V1"}, {"value": "V2"}]}}, {"readOnly": true, "type": "boolean", "name": "isVMInStandbyPool"}, {"type": "object", "name": "maintenanceRedeployStatus", "props": [{"type": "boolean", "name": "isCustomerInitiatedMaintenanceAllowed"}, {"type": "string", "name": "lastOperationMessage"}, {"type": "string", "name": "lastOperationResultCode", "enum": {"items": [{"value": "MaintenanceAborted"}, {"value": "MaintenanceCompleted"}, {"value": "None"}, {"value": "RetryLater"}]}}, {"type": "dateTime", "name": "maintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "maintenanceWindowStartTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowStartTime", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "osName"}, {"type": "string", "name": "osVersion"}, {"type": "object", "name": "patchStatus", "props": [{"type": "object", "name": "availablePatchSummary", "props": [{"readOnly": true, "type": "string", "name": "assessmentActivityId"}, {"readOnly": true, "type": "integer32", "name": "criticalAndSecurityPatchCount"}, {"readOnly": true, "type": "object", "name": "error", "props": [{"type": "string", "name": "code"}, {"type": "array", "name": "details", "item": {"type": "object", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}]}, "identifiers": ["target", "message"]}, {"type": "object", "name": "innererror", "props": [{"type": "string", "name": "errordetail"}, {"type": "string", "name": "exceptiontype"}]}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}], "cls": "ApiError_read"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "integer32", "name": "otherPatchCount"}, {"readOnly": true, "type": "boolean", "name": "rebootPending"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}, {"readOnly": true, "type": "array<@InstanceViewStatus_read>", "name": "configurationStatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "lastPatchInstallationSummary", "props": [{"readOnly": true, "type": "@ApiError_read", "name": "error"}, {"readOnly": true, "type": "integer32", "name": "excludedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "failedPatchCount"}, {"readOnly": true, "type": "string", "name": "installationActivityId"}, {"readOnly": true, "type": "integer32", "name": "installedPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "boolean", "name": "maintenanceWindowExceeded"}, {"readOnly": true, "type": "integer32", "name": "notSelectedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "pendingPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "integer32", "name": "platformUpdateDomain"}, {"type": "string", "name": "rdpThumbPrint"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "vmAgent", "props": [{"type": "array", "name": "extensionHandlers", "item": {"type": "object", "props": [{"type": "object", "name": "status", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "displayStatus"}, {"type": "string", "name": "level", "enum": {"items": [{"value": "Error"}, {"value": "Info"}, {"value": "Warning"}]}}, {"type": "string", "name": "message"}, {"type": "dateTime", "name": "time", "format": {"protocol": "iso"}}], "cls": "InstanceViewStatus_read"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}]}}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "vmAgentVersion"}]}, {"readOnly": true, "type": "object", "name": "vmHealth", "props": [{"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "@SubResource_read", "name": "dscpConfiguration"}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "string", "name": "publicIPAllocationMethod", "enum": {"items": [{"value": "Dynamic"}, {"value": "Static"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@SubResource_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, "identifiers": ["name"]}, {"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "ResourceId", "name": "id"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerName"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "@SubResource_read", "name": "sourceVault"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyProfile", "props": [{"type": "object", "name": "zoneMovement", "props": [{"type": "boolean", "name": "isEnabled"}]}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "boolean", "name": "alignRegionalDisksToVMZone"}, {"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "string", "name": "detachOption", "enum": {"items": [{"value": "ForceDetach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@ManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "object", "name": "sourceResource", "props": [{"type": "string", "name": "id"}]}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "toBeDetached"}, {"type": "@VirtualHardDisk_read", "name": "vhd"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "encryptionSettings", "props": [{"type": "object", "name": "diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "required": true, "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}], "cls": "KeyVaultSecretReference_read"}, {"type": "boolean", "name": "enabled"}, {"type": "object", "name": "keyEncryptionKey", "props": [{"type": "string", "name": "keyUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}], "cls": "DiskEncryptionSettings_read"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "ResourceId", "name": "id"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "ManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "object", "name": "vhd", "props": [{"type": "string", "name": "uri"}], "cls": "VirtualHardDisk_read"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}, {"type": "@SubResource_read", "name": "virtualMachineScaleSet"}, {"readOnly": true, "type": "string", "name": "vmId"}], "clientFlatten": true}, {"readOnly": true, "type": "array", "name": "resources", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}/extensions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "@VirtualMachineExtensionInstanceView_read", "name": "instanceView"}, {"type": "any", "name": "protectedSettings"}, {"type": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "@SystemData_read", "name": "systemData"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}], "cls": "SystemData_read"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}], "cls": "VirtualMachine_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "parameters.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$parameters.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$parameters.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "location"}, "operationId": "VirtualMachines_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmName", "arg": "$Path.vmName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "header": {"params": [{"type": "string", "name": "If-Match", "arg": "$Header.If-Match"}, {"type": "string", "name": "If-None-Match", "arg": "$Header.If-None-Match"}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@VirtualMachine_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-11-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachines/{}", "version": "2025-11-01", "subresource": "identity", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMve3ZtTmFtZX0=/V/MjAyNS0xMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.vmName", "options": ["n", "name", "vm-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the Virtual Machine. You can configure the default using `az configure --defaults vm=`"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "parameters", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "VirtualMachines_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "vmName", "arg": "$Path.vmName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-11-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"type": "object", "name": "extendedLocation", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "EdgeZone"}]}}]}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "clientId"}, {"readOnly": true, "type": "string", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "managedBy"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "placement", "props": [{"type": "array", "name": "excludeZones", "item": {"type": "string"}}, {"type": "array", "name": "includeZones", "item": {"type": "string"}}, {"type": "string", "name": "zonePlacementPolicy", "enum": {"items": [{"value": "Any"}, {"value": "Auto"}]}}]}, {"type": "object", "name": "plan", "props": [{"type": "string", "name": "name"}, {"type": "string", "name": "product"}, {"type": "string", "name": "promotionCode"}, {"type": "string", "name": "publisher"}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "additionalCapabilities", "props": [{"type": "boolean", "name": "enableFips1403Encryption"}, {"type": "boolean", "name": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "object", "name": "applicationProfile", "props": [{"type": "array", "name": "galleryApplications", "item": {"type": "object", "props": [{"type": "string", "name": "configurationReference"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "integer32", "name": "order"}, {"type": "string", "name": "packageReferenceId", "required": true}, {"type": "string", "name": "tags"}, {"type": "boolean", "name": "treatFailureAsDeploymentFailure"}]}, "identifiers": ["packageReferenceId"]}]}, {"type": "@SubResource_read", "name": "availabilitySet"}, {"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"type": "object", "name": "capacityReservation", "props": [{"type": "@SubResource_read", "name": "capacityReservationGroup"}]}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "string", "name": "evictionPolicy", "enum": {"items": [{"value": "Deallocate"}, {"value": "Delete"}]}}, {"type": "string", "name": "extensionsTimeBudget"}, {"type": "object", "name": "hardwareProfile", "props": [{"type": "string", "name": "vmSize", "enum": {"items": [{"value": "Basic_A0"}, {"value": "Basic_A1"}, {"value": "Basic_A2"}, {"value": "Basic_A3"}, {"value": "Basic_A4"}, {"value": "Standard_A0"}, {"value": "Standard_A1"}, {"value": "Standard_A10"}, {"value": "Standard_A11"}, {"value": "Standard_A1_v2"}, {"value": "Standard_A2"}, {"value": "Standard_A2_v2"}, {"value": "Standard_A2m_v2"}, {"value": "Standard_A3"}, {"value": "Standard_A4"}, {"value": "Standard_A4_v2"}, {"value": "Standard_A4m_v2"}, {"value": "Standard_A5"}, {"value": "Standard_A6"}, {"value": "Standard_A7"}, {"value": "Standard_A8"}, {"value": "Standard_A8_v2"}, {"value": "Standard_A8m_v2"}, {"value": "Standard_A9"}, {"value": "Standard_B1ms"}, {"value": "Standard_B1s"}, {"value": "Standard_B2ms"}, {"value": "Standard_B2s"}, {"value": "Standard_B4ms"}, {"value": "Standard_B8ms"}, {"value": "Standard_D1"}, {"value": "Standard_D11"}, {"value": "Standard_D11_v2"}, {"value": "Standard_D12"}, {"value": "Standard_D12_v2"}, {"value": "Standard_D13"}, {"value": "Standard_D13_v2"}, {"value": "Standard_D14"}, {"value": "Standard_D14_v2"}, {"value": "Standard_D15_v2"}, {"value": "Standard_D16_v3"}, {"value": "Standard_D16s_v3"}, {"value": "Standard_D1_v2"}, {"value": "Standard_D2"}, {"value": "Standard_D2_v2"}, {"value": "Standard_D2_v3"}, {"value": "Standard_D2s_v3"}, {"value": "Standard_D3"}, {"value": "Standard_D32_v3"}, {"value": "Standard_D32s_v3"}, {"value": "Standard_D3_v2"}, {"value": "Standard_D4"}, {"value": "Standard_D4_v2"}, {"value": "Standard_D4_v3"}, {"value": "Standard_D4s_v3"}, {"value": "Standard_D5_v2"}, {"value": "Standard_D64_v3"}, {"value": "Standard_D64s_v3"}, {"value": "Standard_D8_v3"}, {"value": "Standard_D8s_v3"}, {"value": "Standard_DS1"}, {"value": "Standard_DS11"}, {"value": "Standard_DS11_v2"}, {"value": "Standard_DS12"}, {"value": "Standard_DS12_v2"}, {"value": "Standard_DS13"}, {"value": "Standard_DS13-2_v2"}, {"value": "Standard_DS13-4_v2"}, {"value": "Standard_DS13_v2"}, {"value": "Standard_DS14"}, {"value": "Standard_DS14-4_v2"}, {"value": "Standard_DS14-8_v2"}, {"value": "Standard_DS14_v2"}, {"value": "Standard_DS15_v2"}, {"value": "Standard_DS1_v2"}, {"value": "Standard_DS2"}, {"value": "Standard_DS2_v2"}, {"value": "Standard_DS3"}, {"value": "Standard_DS3_v2"}, {"value": "Standard_DS4"}, {"value": "Standard_DS4_v2"}, {"value": "Standard_DS5_v2"}, {"value": "Standard_E16_v3"}, {"value": "Standard_E16s_v3"}, {"value": "Standard_E2_v3"}, {"value": "Standard_E2s_v3"}, {"value": "Standard_E32-16_v3"}, {"value": "Standard_E32-8s_v3"}, {"value": "Standard_E32_v3"}, {"value": "Standard_E32s_v3"}, {"value": "Standard_E4_v3"}, {"value": "Standard_E4s_v3"}, {"value": "Standard_E64-16s_v3"}, {"value": "Standard_E64-32s_v3"}, {"value": "Standard_E64_v3"}, {"value": "Standard_E64s_v3"}, {"value": "Standard_E8_v3"}, {"value": "Standard_E8s_v3"}, {"value": "Standard_F1"}, {"value": "Standard_F16"}, {"value": "Standard_F16s"}, {"value": "Standard_F16s_v2"}, {"value": "Standard_F1s"}, {"value": "Standard_F2"}, {"value": "Standard_F2s"}, {"value": "Standard_F2s_v2"}, {"value": "Standard_F32s_v2"}, {"value": "Standard_F4"}, {"value": "Standard_F4s"}, {"value": "Standard_F4s_v2"}, {"value": "Standard_F64s_v2"}, {"value": "Standard_F72s_v2"}, {"value": "Standard_F8"}, {"value": "Standard_F8s"}, {"value": "Standard_F8s_v2"}, {"value": "Standard_G1"}, {"value": "Standard_G2"}, {"value": "Standard_G3"}, {"value": "Standard_G4"}, {"value": "Standard_G5"}, {"value": "Standard_GS1"}, {"value": "Standard_GS2"}, {"value": "Standard_GS3"}, {"value": "Standard_GS4"}, {"value": "Standard_GS4-4"}, {"value": "Standard_GS4-8"}, {"value": "Standard_GS5"}, {"value": "Standard_GS5-16"}, {"value": "Standard_GS5-8"}, {"value": "Standard_H16"}, {"value": "Standard_H16m"}, {"value": "Standard_H16mr"}, {"value": "Standard_H16r"}, {"value": "Standard_H8"}, {"value": "Standard_H8m"}, {"value": "Standard_L16s"}, {"value": "Standard_L32s"}, {"value": "Standard_L4s"}, {"value": "Standard_L8s"}, {"value": "Standard_M128-32ms"}, {"value": "Standard_M128-64ms"}, {"value": "Standard_M128ms"}, {"value": "Standard_M128s"}, {"value": "Standard_M64-16ms"}, {"value": "Standard_M64-32ms"}, {"value": "Standard_M64ms"}, {"value": "Standard_M64s"}, {"value": "Standard_NC12"}, {"value": "Standard_NC12s_v2"}, {"value": "Standard_NC12s_v3"}, {"value": "Standard_NC24"}, {"value": "Standard_NC24r"}, {"value": "Standard_NC24rs_v2"}, {"value": "Standard_NC24rs_v3"}, {"value": "Standard_NC24s_v2"}, {"value": "Standard_NC24s_v3"}, {"value": "Standard_NC6"}, {"value": "Standard_NC6s_v2"}, {"value": "Standard_NC6s_v3"}, {"value": "Standard_ND12s"}, {"value": "Standard_ND24rs"}, {"value": "Standard_ND24s"}, {"value": "Standard_ND6s"}, {"value": "Standard_NV12"}, {"value": "Standard_NV24"}, {"value": "Standard_NV6"}]}}, {"type": "object", "name": "vmSizeProperties", "props": [{"type": "integer32", "name": "vCPUsAvailable"}, {"type": "integer32", "name": "vCPUsPerCore"}]}]}, {"type": "@SubResource_read", "name": "host"}, {"type": "@SubResource_read", "name": "hostGroup"}, {"readOnly": true, "type": "object", "name": "instanceView", "props": [{"readOnly": true, "type": "string", "name": "assignedHost"}, {"type": "object", "name": "bootDiagnostics", "props": [{"readOnly": true, "type": "string", "name": "consoleScreenshotBlobUri"}, {"readOnly": true, "type": "string", "name": "serialConsoleLogBlobUri"}, {"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}, {"type": "string", "name": "computerName"}, {"type": "array", "name": "disks", "item": {"type": "object", "props": [{"type": "array<@DiskEncryptionSettings_read>", "name": "encryptionSettings", "item": {"type": "@DiskEncryptionSettings_read"}}, {"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "storageAlignmentStatus", "enum": {"items": [{"value": "Aligned"}, {"value": "Unaligned"}]}}]}, "identifiers": ["name"]}, {"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "array<@InstanceViewStatus_read>", "name": "substatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "cls": "VirtualMachineExtensionInstanceView_read"}, "identifiers": ["name", "type"]}, {"type": "string", "name": "hyperVGeneration", "enum": {"items": [{"value": "V1"}, {"value": "V2"}]}}, {"readOnly": true, "type": "boolean", "name": "isVMInStandbyPool"}, {"type": "object", "name": "maintenanceRedeployStatus", "props": [{"type": "boolean", "name": "isCustomerInitiatedMaintenanceAllowed"}, {"type": "string", "name": "lastOperationMessage"}, {"type": "string", "name": "lastOperationResultCode", "enum": {"items": [{"value": "MaintenanceAborted"}, {"value": "MaintenanceCompleted"}, {"value": "None"}, {"value": "RetryLater"}]}}, {"type": "dateTime", "name": "maintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "maintenanceWindowStartTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowEndTime", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "preMaintenanceWindowStartTime", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "osName"}, {"type": "string", "name": "osVersion"}, {"type": "object", "name": "patchStatus", "props": [{"type": "object", "name": "availablePatchSummary", "props": [{"readOnly": true, "type": "string", "name": "assessmentActivityId"}, {"readOnly": true, "type": "integer32", "name": "criticalAndSecurityPatchCount"}, {"readOnly": true, "type": "object", "name": "error", "props": [{"type": "string", "name": "code"}, {"type": "array", "name": "details", "item": {"type": "object", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}]}, "identifiers": ["target", "message"]}, {"type": "object", "name": "innererror", "props": [{"type": "string", "name": "errordetail"}, {"type": "string", "name": "exceptiontype"}]}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}], "cls": "ApiError_read"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "integer32", "name": "otherPatchCount"}, {"readOnly": true, "type": "boolean", "name": "rebootPending"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}, {"readOnly": true, "type": "array<@InstanceViewStatus_read>", "name": "configurationStatuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "lastPatchInstallationSummary", "props": [{"readOnly": true, "type": "@ApiError_read", "name": "error"}, {"readOnly": true, "type": "integer32", "name": "excludedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "failedPatchCount"}, {"readOnly": true, "type": "string", "name": "installationActivityId"}, {"readOnly": true, "type": "integer32", "name": "installedPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "lastModifiedTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "boolean", "name": "maintenanceWindowExceeded"}, {"readOnly": true, "type": "integer32", "name": "notSelectedPatchCount"}, {"readOnly": true, "type": "integer32", "name": "pendingPatchCount"}, {"readOnly": true, "type": "dateTime", "name": "startTime", "format": {"protocol": "iso"}}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "CompletedWithWarnings"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "Succeeded"}, {"value": "Unknown"}]}}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "integer32", "name": "platformUpdateDomain"}, {"type": "string", "name": "rdpThumbPrint"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "object", "name": "vmAgent", "props": [{"type": "array", "name": "extensionHandlers", "item": {"type": "object", "props": [{"type": "object", "name": "status", "props": [{"type": "string", "name": "code"}, {"type": "string", "name": "displayStatus"}, {"type": "string", "name": "level", "enum": {"items": [{"value": "Error"}, {"value": "Info"}, {"value": "Warning"}]}}, {"type": "string", "name": "message"}, {"type": "dateTime", "name": "time", "format": {"protocol": "iso"}}], "cls": "InstanceViewStatus_read"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}]}}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "string", "name": "vmAgentVersion"}]}, {"readOnly": true, "type": "object", "name": "vmHealth", "props": [{"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}, {"value": "2022-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "auxiliaryMode", "enum": {"items": [{"value": "AcceleratedConnections"}, {"value": "Floating"}, {"value": "None"}]}}, {"type": "string", "name": "auxiliarySku", "enum": {"items": [{"value": "A1"}, {"value": "A2"}, {"value": "A4"}, {"value": "A8"}, {"value": "None"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "disableTcpStateTracking"}, {"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "@SubResource_read", "name": "dscpConfiguration"}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableFpga"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "array<@SubResource_read>", "name": "applicationGatewayBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "applicationSecurityGroups", "item": {"type": "@SubResource_read"}}, {"type": "array<@SubResource_read>", "name": "loadBalancerBackendAddressPools", "item": {"type": "@SubResource_read"}}, {"type": "boolean", "name": "primary"}, {"type": "string", "name": "privateIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "object", "name": "publicIPAddressConfiguration", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}, {"type": "string", "name": "domainNameLabelScope", "enum": {"items": [{"value": "NoReuse"}, {"value": "ResourceGroupReuse"}, {"value": "SubscriptionReuse"}, {"value": "TenantReuse"}]}}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}, {"type": "array", "name": "ipTags", "item": {"type": "object", "props": [{"type": "string", "name": "ipTagType"}, {"type": "string", "name": "tag"}]}}, {"type": "string", "name": "publicIPAddressVersion", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "string", "name": "publicIPAllocationMethod", "enum": {"items": [{"value": "Dynamic"}, {"value": "Static"}]}}, {"type": "@SubResource_read", "name": "publicIPPrefix"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "string", "name": "name", "enum": {"items": [{"value": "Basic"}, {"value": "Standard"}]}}, {"type": "string", "name": "tier", "enum": {"items": [{"value": "Global"}, {"value": "Regional"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, {"type": "@SubResource_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}]}, "identifiers": ["name"]}, {"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "ResourceId", "name": "id"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "password", "name": "adminPassword", "secret": true}, {"type": "string", "name": "adminUsername"}, {"type": "boolean", "name": "allowExtensionOperations"}, {"type": "string", "name": "computerName"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}, "identifiers": ["path"]}]}]}, {"type": "boolean", "name": "requireGuestProvisionSignal"}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "@SubResource_read", "name": "sourceVault"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "certificateUrl"}]}, "identifiers": ["certificateUrl"]}]}}, {"type": "object", "name": "windowsConfiguration", "props": [{"type": "array", "name": "additionalUnattendContent", "item": {"type": "object", "props": [{"type": "string", "name": "componentName", "enum": {"items": [{"value": "Microsoft-Windows-Shell-Setup"}]}}, {"type": "string", "name": "content"}, {"type": "string", "name": "passName", "enum": {"items": [{"value": "OobeSystem"}]}}, {"type": "string", "name": "settingName", "enum": {"items": [{"value": "AutoLogon"}, {"value": "FirstLogonCommands"}]}}]}}, {"type": "boolean", "name": "enableAutomaticUpdates"}, {"readOnly": true, "type": "boolean", "name": "enableVMAgentPlatformUpdates"}, {"type": "object", "name": "patchSettings", "props": [{"type": "string", "name": "assessmentMode", "enum": {"items": [{"value": "AutomaticByPlatform"}, {"value": "ImageDefault"}]}}, {"type": "object", "name": "automaticByPlatformSettings", "props": [{"type": "boolean", "name": "bypassPlatformSafetyChecksOnUserSchedule"}, {"type": "string", "name": "rebootSetting", "enum": {"items": [{"value": "Always"}, {"value": "IfRequired"}, {"value": "Never"}, {"value": "Unknown"}]}}]}, {"type": "boolean", "name": "enableHotpatching"}, {"type": "string", "name": "patchMode", "enum": {"items": [{"value": "AutomaticByOS"}, {"value": "AutomaticByPlatform"}, {"value": "Manual"}]}}]}, {"type": "boolean", "name": "provisionVMAgent"}, {"type": "string", "name": "timeZone"}, {"type": "object", "name": "winRM", "props": [{"type": "array", "name": "listeners", "item": {"type": "object", "props": [{"type": "string", "name": "certificateUrl"}, {"type": "string", "name": "protocol", "enum": {"items": [{"value": "Http"}, {"value": "Https"}]}}]}}]}]}]}, {"type": "integer32", "name": "platformFaultDomain"}, {"type": "string", "name": "priority", "enum": {"items": [{"value": "Low"}, {"value": "Regular"}, {"value": "Spot"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "resiliencyProfile", "props": [{"type": "object", "name": "zoneMovement", "props": [{"type": "boolean", "name": "isEnabled"}]}]}, {"type": "object", "name": "scheduledEventsPolicy", "props": [{"type": "object", "name": "allInstancesDown", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "scheduledEventsAdditionalPublishingTargets", "props": [{"type": "object", "name": "eventGridAndResourceGraph", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "scheduledEventsApiVersion"}]}]}, {"type": "object", "name": "userInitiatedReboot", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}, {"type": "object", "name": "userInitiatedRedeploy", "props": [{"type": "boolean", "name": "automaticallyApprove"}]}]}, {"type": "object", "name": "scheduledEventsProfile", "props": [{"type": "object", "name": "osImageNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}, {"type": "object", "name": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "object", "name": "encryptionIdentity", "props": [{"type": "string", "name": "userAssignedIdentityResourceId"}]}, {"type": "object", "name": "proxyAgentSettings", "props": [{"type": "boolean", "name": "addProxyAgentExtension"}, {"type": "boolean", "name": "enabled"}, {"type": "@HostEndpointSettings_read", "name": "imds"}, {"type": "integer32", "name": "keyIncarnationId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Enforce"}]}}, {"type": "object", "name": "wireServer", "props": [{"type": "string", "name": "inVMAccessControlProfileReferenceId"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Audit"}, {"value": "Disabled"}, {"value": "Enforce"}]}}], "cls": "HostEndpointSettings_read"}]}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "Standard"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"type": "object", "name": "storageProfile", "props": [{"type": "boolean", "name": "alignRegionalDisksToVMZone"}, {"type": "array", "name": "dataDisks", "item": {"type": "object", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "string", "name": "detachOption", "enum": {"items": [{"value": "ForceDetach"}]}}, {"type": "integer64", "name": "diskIOPSReadWrite"}, {"type": "integer64", "name": "diskMBpsReadWrite"}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@ManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "object", "name": "sourceResource", "props": [{"type": "string", "name": "id"}]}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "boolean", "name": "toBeDetached"}, {"type": "@VirtualHardDisk_read", "name": "vhd"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun"]}, {"type": "string", "name": "diskControllerType", "enum": {"items": [{"value": "NVMe"}, {"value": "SCSI"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}, {"type": "object", "name": "osDisk", "props": [{"type": "string", "name": "caching", "enum": {"items": [{"value": "None"}, {"value": "ReadOnly"}, {"value": "ReadWrite"}]}}, {"type": "string", "name": "createOption", "required": true, "enum": {"items": [{"value": "Attach"}, {"value": "Copy"}, {"value": "Empty"}, {"value": "FromImage"}, {"value": "Restore"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "boolean", "name": "enableFullCaching"}, {"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "NvmeDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "encryptionSettings", "props": [{"type": "object", "name": "diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "required": true, "props": [{"type": "ResourceId", "name": "id"}], "cls": "SubResource_read"}], "cls": "KeyVaultSecretReference_read"}, {"type": "boolean", "name": "enabled"}, {"type": "object", "name": "keyEncryptionKey", "props": [{"type": "string", "name": "keyUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}]}], "cls": "DiskEncryptionSettings_read"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "ResourceId", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "ResourceId", "name": "id"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"value": "NonPersistedTPM"}, {"value": "VMGuestStateOnly"}]}}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "PremiumV2_LRS"}, {"value": "Premium_LRS"}, {"value": "Premium_ZRS"}, {"value": "StandardSSD_LRS"}, {"value": "StandardSSD_ZRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "ManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "string", "name": "storageFaultDomainAlignment", "enum": {"items": [{"value": "Aligned"}, {"value": "BestEffortAligned"}]}}, {"type": "object", "name": "vhd", "props": [{"type": "string", "name": "uri"}], "cls": "VirtualHardDisk_read"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated", "format": {"protocol": "iso"}}, {"type": "string", "name": "userData"}, {"type": "@SubResource_read", "name": "virtualMachineScaleSet"}, {"readOnly": true, "type": "string", "name": "vmId"}], "clientFlatten": true}, {"readOnly": true, "type": "array", "name": "resources", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}/extensions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "@VirtualMachineExtensionInstanceView_read", "name": "instanceView"}, {"type": "any", "name": "protectedSettings"}, {"type": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "any", "name": "settings"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "@SystemData_read", "name": "systemData"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}], "cls": "SystemData_read"}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"type": "array", "name": "zones", "item": {"type": "string"}}], "cls": "VirtualMachine_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.xml new file mode 100644 index 000000000..8b06b0e9d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lcy97fQ==/2025-11-01.xml @@ -0,0 +1,10782 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + +
+ + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + +
+ + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + +
+ + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+