diff --git a/Commands/tree.json b/Commands/tree.json index 22cda567b..6262d8308 100644 --- a/Commands/tree.json +++ b/Commands/tree.json @@ -97851,7 +97851,7 @@ "commands": { "list-names": { "help": { - "short": "List a list of virtual machine extension image types." + "short": "List virtual machine extension image types." }, "names": [ "vmss", @@ -97874,7 +97874,7 @@ }, "list-versions": { "help": { - "short": "List a list of virtual machine extension image versions." + "short": "List virtual machine extension image versions." }, "names": [ "vmss", @@ -98093,6 +98093,242 @@ } }, "commands": { + "create": { + "help": { + "short": "Create a VM scale set." + }, + "names": [ + "vmss", + "create" + ], + "versions": [ + { + "name": "2023-03-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2023-03-01" + } + ] + }, + { + "name": "2020-06-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2020-06-01" + } + ] + }, + { + "name": "2017-12-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2017-12-01" + } + ] + }, + { + "name": "2017-03-30", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2017-03-30" + } + ] + } + ] + }, + "delete": { + "help": { + "short": "Delete a VM scale set." + }, + "names": [ + "vmss", + "delete" + ], + "versions": [ + { + "name": "2023-03-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2023-03-01" + } + ] + }, + { + "name": "2020-06-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2020-06-01" + } + ] + }, + { + "name": "2017-12-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2017-12-01" + } + ] + }, + { + "name": "2017-03-30", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2017-03-30" + } + ] + } + ] + }, + "get-os-upgrade-history": { + "help": { + "short": "List OS upgrades on a VM scale set instance." + }, + "names": [ + "vmss", + "get-os-upgrade-history" + ], + "versions": [ + { + "name": "2023-03-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/osupgradehistory", + "plane": "mgmt-plane", + "version": "2023-03-01" + } + ] + }, + { + "name": "2020-06-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/osupgradehistory", + "plane": "mgmt-plane", + "version": "2020-06-01" + } + ] + } + ] + }, + "list": { + "help": { + "short": "List all VM scale sets under a resource group." + }, + "names": [ + "vmss", + "list" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "vmss list --resource-group MyResourceGroup" + ], + "name": "List VMSS" + } + ], + "name": "2023-03-01", + "resources": [ + { + "id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", + "plane": "mgmt-plane", + "version": "2023-03-01" + }, + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", + "plane": "mgmt-plane", + "version": "2023-03-01" + } + ] + }, + { + "examples": [ + { + "commands": [ + "vmss list --resource-group MyResourceGroup" + ], + "name": "List VMSS" + } + ], + "name": "2020-06-01", + "resources": [ + { + "id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", + "plane": "mgmt-plane", + "version": "2020-06-01" + }, + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", + "plane": "mgmt-plane", + "version": "2020-06-01" + } + ] + }, + { + "examples": [ + { + "commands": [ + "vmss list --resource-group MyResourceGroup" + ], + "name": "List VMSS" + } + ], + "name": "2017-12-01", + "resources": [ + { + "id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", + "plane": "mgmt-plane", + "version": "2017-12-01" + }, + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", + "plane": "mgmt-plane", + "version": "2017-12-01" + } + ] + }, + { + "examples": [ + { + "commands": [ + "vmss list --resource-group MyResourceGroup" + ], + "name": "List VMSS" + } + ], + "name": "2017-03-30", + "resources": [ + { + "id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", + "plane": "mgmt-plane", + "version": "2017-03-30" + }, + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", + "plane": "mgmt-plane", + "version": "2017-03-30" + } + ] + } + ] + }, "list-instance-public-ips": { "help": { "short": "List information about all public IP addresses on a virtual machine scale set level." @@ -98123,6 +98359,301 @@ ] } ] + }, + "list-instances": { + "help": { + "lines": [ + "Return a list of virtual machines managed by VMSS. For VMSS in Flexible Orchestration mode, please use \"az vm list\" to get full details." + ], + "short": "List all virtual machines in a VM scale sets." + }, + "names": [ + "vmss", + "list-instances" + ], + "versions": [ + { + "name": "2023-03-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", + "plane": "mgmt-plane", + "version": "2023-03-01" + } + ] + }, + { + "name": "2020-06-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", + "plane": "mgmt-plane", + "version": "2020-06-01" + } + ] + }, + { + "name": "2017-12-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", + "plane": "mgmt-plane", + "version": "2017-12-01" + } + ] + }, + { + "name": "2017-03-30", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", + "plane": "mgmt-plane", + "version": "2017-03-30" + } + ] + } + ] + }, + "list-skus": { + "help": { + "short": "List SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU." + }, + "names": [ + "vmss", + "list-skus" + ], + "versions": [ + { + "name": "2023-03-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", + "plane": "mgmt-plane", + "version": "2023-03-01" + } + ] + }, + { + "name": "2020-06-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", + "plane": "mgmt-plane", + "version": "2020-06-01" + } + ] + }, + { + "name": "2017-12-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", + "plane": "mgmt-plane", + "version": "2017-12-01" + } + ] + }, + { + "name": "2017-03-30", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", + "plane": "mgmt-plane", + "version": "2017-03-30" + } + ] + } + ] + }, + "perform-maintenance": { + "help": { + "short": "Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications" + }, + "names": [ + "vmss", + "perform-maintenance" + ], + "versions": [ + { + "name": "2023-03-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/performmaintenance", + "plane": "mgmt-plane", + "version": "2023-03-01" + } + ] + }, + { + "name": "2020-06-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/performmaintenance", + "plane": "mgmt-plane", + "version": "2020-06-01" + } + ] + }, + { + "name": "2017-12-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/performmaintenance", + "plane": "mgmt-plane", + "version": "2017-12-01" + } + ] + } + ] + }, + "show": { + "help": { + "short": "Get information about a virtual machine scale set." + }, + "names": [ + "vmss", + "show" + ], + "versions": [ + { + "name": "2023-03-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2023-03-01" + } + ] + }, + { + "name": "2020-06-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2020-06-01" + } + ] + }, + { + "name": "2017-12-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2017-12-01" + } + ] + }, + { + "name": "2017-03-30", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2017-03-30" + } + ] + } + ] + }, + "simulate-eviction": { + "help": { + "short": "Simulate the eviction of a Spot virtual machine in a VM scale set." + }, + "names": [ + "vmss", + "simulate-eviction" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "vmss simulate-eviction --resource-group MyResourceGroup --name MyScaleSet --instance-id 0" + ], + "name": "Simulate the eviction of a Spot virtual machine in a VM scale set." + } + ], + "name": "2023-03-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines/{}/simulateeviction", + "plane": "mgmt-plane", + "version": "2023-03-01" + } + ] + }, + { + "examples": [ + { + "commands": [ + "vmss simulate-eviction --resource-group MyResourceGroup --name MyScaleSet --instance-id 0" + ], + "name": "Simulate the eviction of a Spot virtual machine in a VM scale set." + } + ], + "name": "2020-06-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines/{}/simulateeviction", + "plane": "mgmt-plane", + "version": "2020-06-01" + } + ] + } + ] + }, + "update": { + "help": { + "short": "Update a VM scale set." + }, + "names": [ + "vmss", + "update" + ], + "versions": [ + { + "name": "2023-03-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2023-03-01" + } + ] + }, + { + "name": "2020-06-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2020-06-01" + } + ] + }, + { + "name": "2017-12-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2017-12-01" + } + ] + }, + { + "name": "2017-03-30", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", + "plane": "mgmt-plane", + "version": "2017-03-30" + } + ] + } + ] } }, "help": { diff --git a/Commands/vmss/_create.md b/Commands/vmss/_create.md new file mode 100644 index 000000000..95e15e92f --- /dev/null +++ b/Commands/vmss/_create.md @@ -0,0 +1,21 @@ +# [Command] _vmss create_ + +Create a VM scale set. + +## Versions + +### [2017-03-30](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-03-30.xml) **Stable** + + + +### [2017-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-12-01.xml) **Stable** + + + +### [2020-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2020-06-01.xml) **Stable** + + + +### [2023-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2023-03-01.xml) **Stable** + + diff --git a/Commands/vmss/_delete.md b/Commands/vmss/_delete.md new file mode 100644 index 000000000..3a5977d19 --- /dev/null +++ b/Commands/vmss/_delete.md @@ -0,0 +1,21 @@ +# [Command] _vmss delete_ + +Delete a VM scale set. + +## Versions + +### [2017-03-30](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-03-30.xml) **Stable** + + + +### [2017-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-12-01.xml) **Stable** + + + +### [2020-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2020-06-01.xml) **Stable** + + + +### [2023-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2023-03-01.xml) **Stable** + + diff --git a/Commands/vmss/_get-os-upgrade-history.md b/Commands/vmss/_get-os-upgrade-history.md new file mode 100644 index 000000000..0555e1968 --- /dev/null +++ b/Commands/vmss/_get-os-upgrade-history.md @@ -0,0 +1,13 @@ +# [Command] _vmss get-os-upgrade-history_ + +List OS upgrades on a VM scale set instance. + +## Versions + +### [2020-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2020-06-01.xml) **Stable** + + + +### [2023-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2023-03-01.xml) **Stable** + + diff --git a/Commands/vmss/_list-instances.md b/Commands/vmss/_list-instances.md new file mode 100644 index 000000000..7ac4c0ae0 --- /dev/null +++ b/Commands/vmss/_list-instances.md @@ -0,0 +1,23 @@ +# [Command] _vmss list-instances_ + +List all virtual machines in a VM scale sets. + +Return a list of virtual machines managed by VMSS. For VMSS in Flexible Orchestration mode, please use "az vm list" to get full details. + +## Versions + +### [2017-03-30](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-03-30.xml) **Stable** + + + +### [2017-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-12-01.xml) **Stable** + + + +### [2020-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2020-06-01.xml) **Stable** + + + +### [2023-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2023-03-01.xml) **Stable** + + diff --git a/Commands/vmss/_list-skus.md b/Commands/vmss/_list-skus.md new file mode 100644 index 000000000..f60497341 --- /dev/null +++ b/Commands/vmss/_list-skus.md @@ -0,0 +1,21 @@ +# [Command] _vmss list-skus_ + +List SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. + +## Versions + +### [2017-03-30](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-03-30.xml) **Stable** + + + +### [2017-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-12-01.xml) **Stable** + + + +### [2020-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2020-06-01.xml) **Stable** + + + +### [2023-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2023-03-01.xml) **Stable** + + diff --git a/Commands/vmss/_list.md b/Commands/vmss/_list.md new file mode 100644 index 000000000..e3b6033b8 --- /dev/null +++ b/Commands/vmss/_list.md @@ -0,0 +1,53 @@ +# [Command] _vmss list_ + +List all VM scale sets under a resource group. + +## Versions + +### [2017-03-30](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-03-30.xml) **Stable** + + + + +#### examples + +- List VMSS + ```bash + vmss list --resource-group MyResourceGroup + ``` + +### [2017-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-12-01.xml) **Stable** + + + + +#### examples + +- List VMSS + ```bash + vmss list --resource-group MyResourceGroup + ``` + +### [2020-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2020-06-01.xml) **Stable** + + + + +#### examples + +- List VMSS + ```bash + vmss list --resource-group MyResourceGroup + ``` + +### [2023-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2023-03-01.xml) **Stable** + + + + +#### examples + +- List VMSS + ```bash + vmss list --resource-group MyResourceGroup + ``` diff --git a/Commands/vmss/_perform-maintenance.md b/Commands/vmss/_perform-maintenance.md new file mode 100644 index 000000000..28662a591 --- /dev/null +++ b/Commands/vmss/_perform-maintenance.md @@ -0,0 +1,17 @@ +# [Command] _vmss perform-maintenance_ + +Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications + +## Versions + +### [2017-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2017-12-01.xml) **Stable** + + + +### [2020-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2020-06-01.xml) **Stable** + + + +### [2023-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2023-03-01.xml) **Stable** + + diff --git a/Commands/vmss/_show.md b/Commands/vmss/_show.md new file mode 100644 index 000000000..77be510cf --- /dev/null +++ b/Commands/vmss/_show.md @@ -0,0 +1,21 @@ +# [Command] _vmss show_ + +Get information about a virtual machine scale set. + +## Versions + +### [2017-03-30](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-03-30.xml) **Stable** + + + +### [2017-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-12-01.xml) **Stable** + + + +### [2020-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2020-06-01.xml) **Stable** + + + +### [2023-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2023-03-01.xml) **Stable** + + diff --git a/Commands/vmss/_simulate-eviction.md b/Commands/vmss/_simulate-eviction.md new file mode 100644 index 000000000..ecc776507 --- /dev/null +++ b/Commands/vmss/_simulate-eviction.md @@ -0,0 +1,27 @@ +# [Command] _vmss simulate-eviction_ + +Simulate the eviction of a Spot virtual machine in a VM scale set. + +## Versions + +### [2020-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2020-06-01.xml) **Stable** + + + +#### examples + +- Simulate the eviction of a Spot virtual machine in a VM scale set. + ```bash + vmss simulate-eviction --resource-group MyResourceGroup --name MyScaleSet --instance-id 0 + ``` + +### [2023-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2023-03-01.xml) **Stable** + + + +#### examples + +- Simulate the eviction of a Spot virtual machine in a VM scale set. + ```bash + vmss simulate-eviction --resource-group MyResourceGroup --name MyScaleSet --instance-id 0 + ``` diff --git a/Commands/vmss/_update.md b/Commands/vmss/_update.md new file mode 100644 index 000000000..42d87edb2 --- /dev/null +++ b/Commands/vmss/_update.md @@ -0,0 +1,21 @@ +# [Command] _vmss update_ + +Update a VM scale set. + +## Versions + +### [2017-03-30](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-03-30.xml) **Stable** + + + +### [2017-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-12-01.xml) **Stable** + + + +### [2020-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2020-06-01.xml) **Stable** + + + +### [2023-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2023-03-01.xml) **Stable** + + diff --git a/Commands/vmss/extension/image/_list-names.md b/Commands/vmss/extension/image/_list-names.md index ccaeddbbb..881891728 100644 --- a/Commands/vmss/extension/image/_list-names.md +++ b/Commands/vmss/extension/image/_list-names.md @@ -1,6 +1,6 @@ # [Command] _vmss extension image list-names_ -List a list of virtual machine extension image types. +List virtual machine extension image types. ## Versions diff --git a/Commands/vmss/extension/image/_list-versions.md b/Commands/vmss/extension/image/_list-versions.md index fd3d253a1..1ba6e89b1 100644 --- a/Commands/vmss/extension/image/_list-versions.md +++ b/Commands/vmss/extension/image/_list-versions.md @@ -1,6 +1,6 @@ # [Command] _vmss extension image list-versions_ -List a list of virtual machine extension image versions. +List virtual machine extension image versions. ## Versions diff --git a/Commands/vmss/extension/image/readme.md b/Commands/vmss/extension/image/readme.md index 45e9e7ff5..9de0f47c9 100644 --- a/Commands/vmss/extension/image/readme.md +++ b/Commands/vmss/extension/image/readme.md @@ -5,10 +5,10 @@ Find the available VM extensions for a subscription and region. ## Commands - [list-names](/Commands/vmss/extension/image/_list-names.md) -: List a list of virtual machine extension image types. +: List virtual machine extension image types. - [list-versions](/Commands/vmss/extension/image/_list-versions.md) -: List a list of virtual machine extension image versions. +: List virtual machine extension image versions. - [show](/Commands/vmss/extension/image/_show.md) : Get a virtual machine extension image. diff --git a/Commands/vmss/readme.md b/Commands/vmss/readme.md index 633ffd1e3..5cb15f48f 100644 --- a/Commands/vmss/readme.md +++ b/Commands/vmss/readme.md @@ -15,5 +15,35 @@ Manage groupings of virtual machines in an Azure Virtual Machine Scale Set (VMSS ## Commands +- [create](/Commands/vmss/_create.md) +: Create a VM scale set. + +- [delete](/Commands/vmss/_delete.md) +: Delete a VM scale set. + +- [get-os-upgrade-history](/Commands/vmss/_get-os-upgrade-history.md) +: List OS upgrades on a VM scale set instance. + +- [list](/Commands/vmss/_list.md) +: List all VM scale sets under a resource group. + - [list-instance-public-ips](/Commands/vmss/_list-instance-public-ips.md) : List information about all public IP addresses on a virtual machine scale set level. + +- [list-instances](/Commands/vmss/_list-instances.md) +: List all virtual machines in a VM scale sets. + +- [list-skus](/Commands/vmss/_list-skus.md) +: List SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. + +- [perform-maintenance](/Commands/vmss/_perform-maintenance.md) +: Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications + +- [show](/Commands/vmss/_show.md) +: Get information about a virtual machine scale set. + +- [simulate-eviction](/Commands/vmss/_simulate-eviction.md) +: Simulate the eviction of a Spot virtual machine in a VM scale set. + +- [update](/Commands/vmss/_update.md) +: Update a VM scale set. diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXM=/2022-08-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXM=/2022-08-01.json index 0d22080a1..7ba5ea48d 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXM=/2022-08-01.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXM=/2022-08-01.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcw==/V/MjAyMi0wOC0wMQ=="}], "commandGroups": [{"name": "vmss extension image", "commands": [{"name": "list-names", "version": "2022-08-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcw==/V/MjAyMi0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceLocation", "var": "$Path.location", "options": ["l", "location"], "required": true, "group": "", "idPart": "name", "help": {"short": "Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`."}}, {"type": "string", "var": "$Path.publisherName", "options": ["p", "publisher", "publisher-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Image publisher name."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "group": "", "idPart": "subscription", "help": {"short": "Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`."}}]}], "operations": [{"operationId": "VirtualMachineExtensionImages_ListTypes", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "location", "arg": "$Path.location", "required": true}, {"type": "string", "name": "publisherName", "arg": "$Path.publisherName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-08-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "array", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/providers/Microsoft.Compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "computeRole", "required": true}, {"type": "string", "name": "handlerSchema", "required": true}, {"type": "string", "name": "operatingSystem", "required": true}, {"type": "boolean", "name": "supportsMultipleExtensions"}, {"type": "boolean", "name": "vmScaleSetEnabled"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcw==/V/MjAyMi0wOC0wMQ=="}], "commandGroups": [{"name": "vmss extension image", "commands": [{"name": "list-names", "version": "2022-08-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcw==/V/MjAyMi0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceLocation", "var": "$Path.location", "options": ["l", "location"], "required": true, "idPart": "name"}, {"type": "string", "var": "$Path.publisherName", "options": ["p", "publisher", "publisher-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Image publisher name."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "VirtualMachineExtensionImages_ListTypes", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "location", "arg": "$Path.location", "required": true}, {"type": "string", "name": "publisherName", "arg": "$Path.publisherName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-08-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "array", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/providers/Microsoft.Compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "computeRole", "required": true}, {"type": "string", "name": "handlerSchema", "required": true}, {"type": "string", "name": "operatingSystem", "required": true}, {"type": "boolean", "name": "supportsMultipleExtensions"}, {"type": "boolean", "name": "vmScaleSetEnabled"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXM=/2022-08-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXM=/2022-08-01.xml index 5848e84b7..7b493a135 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXM=/2022-08-01.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXM=/2022-08-01.xml @@ -5,15 +5,11 @@ - - - + - - - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnM=/2022-08-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnM=/2022-08-01.json index cbf363ef1..13e8833b8 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnM=/2022-08-01.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnM=/2022-08-01.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy97dHlwZX0vdmVyc2lvbnM=/V/MjAyMi0wOC0wMQ=="}], "commandGroups": [{"name": "vmss extension image", "commands": [{"name": "list-versions", "version": "2022-08-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy97dHlwZX0vdmVyc2lvbnM=/V/MjAyMi0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceLocation", "var": "$Path.location", "options": ["l", "location"], "required": true, "group": "", "idPart": "name", "help": {"short": "Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`."}}, {"type": "string", "var": "$Path.publisherName", "options": ["p", "publisher", "publisher-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Image publisher name."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "group": "", "idPart": "subscription", "help": {"short": "Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`."}}, {"type": "string", "var": "$Path.type", "options": ["n", "name", "type"], "required": true, "group": "", "idPart": "child_name_3", "help": {"short": "Name of the extension."}}, {"type": "string", "var": "$Query.filter", "options": ["filter"], "group": "", "help": {"short": "The filter to apply on the operation. Default value is None."}}, {"type": "string", "var": "$Query.orderby", "options": ["orderby"], "group": "", "help": {"short": "The $orderby odata query option."}}, {"type": "integer32", "var": "$Query.top", "options": ["top"], "group": "", "help": {"short": "The $top odata query option."}}]}], "operations": [{"operationId": "VirtualMachineExtensionImages_ListVersions", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "location", "arg": "$Path.location", "required": true}, {"type": "string", "name": "publisherName", "arg": "$Path.publisherName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "type", "arg": "$Path.type", "required": true}]}, "query": {"params": [{"type": "string", "name": "$filter", "arg": "$Query.filter"}, {"type": "string", "name": "$orderby", "arg": "$Query.orderby"}, {"type": "integer32", "name": "$top", "arg": "$Query.top"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2022-08-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "array", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/providers/Microsoft.Compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "computeRole", "required": true}, {"type": "string", "name": "handlerSchema", "required": true}, {"type": "string", "name": "operatingSystem", "required": true}, {"type": "boolean", "name": "supportsMultipleExtensions"}, {"type": "boolean", "name": "vmScaleSetEnabled"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy97dHlwZX0vdmVyc2lvbnM=/V/MjAyMi0wOC0wMQ=="}], "commandGroups": [{"name": "vmss extension image", "commands": [{"name": "list-versions", "version": "2022-08-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy97dHlwZX0vdmVyc2lvbnM=/V/MjAyMi0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceLocation", "var": "$Path.location", "options": ["l", "location"], "required": true, "idPart": "name"}, {"type": "string", "var": "$Path.publisherName", "options": ["p", "publisher", "publisher-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Image publisher name."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.type", "options": ["n", "name", "type"], "required": true, "group": "", "idPart": "child_name_3", "help": {"short": "Name of the extension."}}, {"type": "string", "var": "$Query.filter", "options": ["filter"], "group": "", "help": {"short": "The filter to apply on the operation. Default value is None."}}, {"type": "string", "var": "$Query.orderby", "options": ["orderby"], "group": "", "help": {"short": "The $orderby odata query option."}}, {"type": "integer32", "var": "$Query.top", "options": ["top"], "group": "", "help": {"short": "The $top odata query option."}}]}], "operations": [{"operationId": "VirtualMachineExtensionImages_ListVersions", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "location", "arg": "$Path.location", "required": true}, {"type": "string", "name": "publisherName", "arg": "$Path.publisherName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "type", "arg": "$Path.type", "required": true}]}, "query": {"params": [{"type": "string", "name": "$filter", "arg": "$Query.filter"}, {"type": "string", "name": "$orderby", "arg": "$Query.orderby"}, {"type": "integer32", "name": "$top", "arg": "$Query.top"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2022-08-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "array", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/providers/Microsoft.Compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "computeRole", "required": true}, {"type": "string", "name": "handlerSchema", "required": true}, {"type": "string", "name": "operatingSystem", "required": true}, {"type": "boolean", "name": "supportsMultipleExtensions"}, {"type": "boolean", "name": "vmScaleSetEnabled"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnM=/2022-08-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnM=/2022-08-01.xml index fc63afccd..38b9b2fd7 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnM=/2022-08-01.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnM=/2022-08-01.xml @@ -5,15 +5,11 @@ - - - + - - - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnMve30=/2022-08-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnMve30=/2022-08-01.json index 9de46aedc..5b0dbf387 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnMve30=/2022-08-01.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnMve30=/2022-08-01.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions/{}", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy97dHlwZX0vdmVyc2lvbnMve3ZlcnNpb259/V/MjAyMi0wOC0wMQ=="}], "commandGroups": [{"name": "vmss extension image", "commands": [{"name": "show", "version": "2022-08-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions/{}", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy97dHlwZX0vdmVyc2lvbnMve3ZlcnNpb259/V/MjAyMi0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceLocation", "var": "$Path.location", "options": ["l", "location"], "required": true, "group": "", "idPart": "name", "help": {"short": "Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`."}}, {"type": "string", "var": "$Path.publisherName", "options": ["p", "publisher", "publisher-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Image publisher name."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "group": "", "idPart": "subscription", "help": {"short": "Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`."}}, {"type": "string", "var": "$Path.type", "options": ["n", "name", "type"], "required": true, "group": "", "idPart": "child_name_3", "help": {"short": "Name of the extension."}}, {"type": "string", "var": "$Path.version", "options": ["version"], "required": true, "group": "", "idPart": "child_name_4", "help": {"short": "Extension version"}}]}], "operations": [{"operationId": "VirtualMachineExtensionImages_Get", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions/{version}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "location", "arg": "$Path.location", "required": true}, {"type": "string", "name": "publisherName", "arg": "$Path.publisherName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "type", "arg": "$Path.type", "required": true}, {"type": "string", "name": "version", "arg": "$Path.version", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-08-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/providers/Microsoft.Compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "computeRole", "required": true}, {"type": "string", "name": "handlerSchema", "required": true}, {"type": "string", "name": "operatingSystem", "required": true}, {"type": "boolean", "name": "supportsMultipleExtensions"}, {"type": "boolean", "name": "vmScaleSetEnabled"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions/{}", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy97dHlwZX0vdmVyc2lvbnMve3ZlcnNpb259/V/MjAyMi0wOC0wMQ=="}], "commandGroups": [{"name": "vmss extension image", "commands": [{"name": "show", "version": "2022-08-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions/{}", "version": "2022-08-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvbG9jYXRpb25zL3tsb2NhdGlvbn0vcHVibGlzaGVycy97cHVibGlzaGVyTmFtZX0vYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy97dHlwZX0vdmVyc2lvbnMve3ZlcnNpb259/V/MjAyMi0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceLocation", "var": "$Path.location", "options": ["l", "location"], "required": true, "idPart": "name"}, {"type": "string", "var": "$Path.publisherName", "options": ["p", "publisher", "publisher-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Image publisher name."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Path.type", "options": ["n", "name", "type"], "required": true, "group": "", "idPart": "child_name_3", "help": {"short": "Name of the extension."}}, {"type": "string", "var": "$Path.version", "options": ["version"], "required": true, "group": "", "idPart": "child_name_4", "help": {"short": "Extension version"}}]}], "operations": [{"operationId": "VirtualMachineExtensionImages_Get", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions/{version}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "location", "arg": "$Path.location", "required": true}, {"type": "string", "name": "publisherName", "arg": "$Path.publisherName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "type", "arg": "$Path.type", "required": true}, {"type": "string", "name": "version", "arg": "$Path.version", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-08-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/providers/Microsoft.Compute/locations/{}/publishers/{}/artifacttypes/vmextension/types/{}/versions/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "computeRole", "required": true}, {"type": "string", "name": "handlerSchema", "required": true}, {"type": "string", "name": "operatingSystem", "required": true}, {"type": "boolean", "name": "supportsMultipleExtensions"}, {"type": "boolean", "name": "vmScaleSetEnabled"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnMve30=/2022-08-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnMve30=/2022-08-01.xml index bd24fcf65..385f28272 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnMve30=/2022-08-01.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2xvY2F0aW9ucy97fS9wdWJsaXNoZXJzL3t9L2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMve30vdmVyc2lvbnMve30=/2022-08-01.xml @@ -5,15 +5,11 @@ - - - + - - - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-03-30.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-03-30.json new file mode 100644 index 000000000..7a90be576 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-03-30.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM=/V/MjAxNy0wMy0zMA=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cw==/V/MjAxNy0wMy0zMA=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list", "version": "2017-03-30", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM=/V/MjAxNy0wMy0zMA=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cw==/V/MjAxNy0wMy0zMA=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_VirtualMachineScaleSets_ListAll", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_VirtualMachineScaleSets_List", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_VirtualMachineScaleSets_ListAll"], "operationId": "VirtualMachineScaleSets_ListAll", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-03-30"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "object", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "SystemAssigned"}]}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "boolean", "name": "overprovision"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "boolean", "name": "singlePlacementGroup"}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "boolean", "name": "automaticOSUpgrade"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "object", "name": "extensionProfile", "props": [{"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "string", "name": "forceUpdateTag"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}]}}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"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": "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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"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": "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}]}]}]}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_VirtualMachineScaleSets_List"], "operationId": "VirtualMachineScaleSets_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-03-30"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "object", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "SystemAssigned"}]}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "boolean", "name": "overprovision"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "boolean", "name": "singlePlacementGroup"}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "boolean", "name": "automaticOSUpgrade"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "object", "name": "extensionProfile", "props": [{"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "string", "name": "forceUpdateTag"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}]}}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "@ApiEntityReference_read", "name": "healthProbe"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"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": "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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"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"}]}}]}}, {"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"}, {"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": "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}]}]}]}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-03-30.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-03-30.xml new file mode 100644 index 000000000..9201f7ff3 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-03-30.xml @@ -0,0 +1,650 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-12-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-12-01.json new file mode 100644 index 000000000..66d6312d7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-12-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM=/V/MjAxNy0xMi0wMQ=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cw==/V/MjAxNy0xMi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list", "version": "2017-12-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM=/V/MjAxNy0xMi0wMQ=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cw==/V/MjAxNy0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_VirtualMachineScaleSets_ListAll", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_VirtualMachineScaleSets_List", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_VirtualMachineScaleSets_ListAll"], "operationId": "VirtualMachineScaleSets_ListAll", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-12-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "object", "name": "identity", "props": [{"type": "array", "name": "identityIds", "item": {"type": "string"}}, {"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": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "boolean", "name": "singlePlacementGroup"}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "object", "name": "autoOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutoRollback"}]}, {"type": "boolean", "name": "automaticOSUpgrade"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "string", "name": "forceUpdateTag"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}]}}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"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": "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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"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"}]}}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_VirtualMachineScaleSets_List"], "operationId": "VirtualMachineScaleSets_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-12-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "object", "name": "identity", "props": [{"type": "array", "name": "identityIds", "item": {"type": "string"}}, {"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": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "boolean", "name": "singlePlacementGroup"}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "object", "name": "autoOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutoRollback"}]}, {"type": "boolean", "name": "automaticOSUpgrade"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "string", "name": "forceUpdateTag"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}]}}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "@ApiEntityReference_read", "name": "healthProbe"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"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": "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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"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"}]}}]}}, {"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"}, {"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"}]}}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-12-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-12-01.xml new file mode 100644 index 000000000..0fe7363fc --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-12-01.xml @@ -0,0 +1,702 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2020-06-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2020-06-01.json new file mode 100644 index 000000000..44d5cdadd --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2020-06-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM=/V/MjAyMC0wNi0wMQ=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cw==/V/MjAyMC0wNi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list", "version": "2020-06-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM=/V/MjAyMC0wNi0wMQ=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cw==/V/MjAyMC0wNi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_VirtualMachineScaleSets_List", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}, {"var": "$Condition_VirtualMachineScaleSets_ListAll", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}], "operations": [{"when": ["$Condition_VirtualMachineScaleSets_List"], "operationId": "VirtualMachineScaleSets_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"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": "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": "ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "gracePeriod"}]}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "@SubResource_read", "name": "hostGroup"}, {"type": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"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": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "string", "name": "extensionsTimeBudget"}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "id"}, {"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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"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": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"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"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"type": "object", "name": "patchSettings", "props": [{"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": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}]}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"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": "string", "name": "id"}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "StandardSSD_LRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_VirtualMachineScaleSets_ListAll"], "operationId": "VirtualMachineScaleSets_ListAll", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"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": "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": "ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "gracePeriod"}]}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "@SubResource_read", "name": "hostGroup"}, {"type": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"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": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "string", "name": "extensionsTimeBudget"}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "@ApiEntityReference_read", "name": "healthProbe"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "id"}, {"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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"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": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"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"}]}}]}]}, {"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"}]}}]}}, {"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"}, {"type": "object", "name": "patchSettings", "props": [{"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": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}]}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2020-06-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2020-06-01.xml new file mode 100644 index 000000000..190a861e7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2020-06-01.xml @@ -0,0 +1,885 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2023-03-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2023-03-01.json new file mode 100644 index 000000000..007eeb682 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2023-03-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM=/V/MjAyMy0wMy0wMQ=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cw==/V/MjAyMy0wMy0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list", "version": "2023-03-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVTY2FsZVNldHM=/V/MjAyMy0wMy0wMQ=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cw==/V/MjAyMy0wMy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_VirtualMachineScaleSets_List", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}, {"var": "$Condition_VirtualMachineScaleSets_ListAll", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}], "operations": [{"when": ["$Condition_VirtualMachineScaleSets_List"], "operationId": "VirtualMachineScaleSets_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"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": "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": "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": "@SubResource_read", "name": "hostGroup"}, {"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", "format": {"minimum": 0}}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "format": {"maximum": 100, "minimum": 0}}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion"}, {"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"type": "object", "name": "spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "restoreTimeout"}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated"}, {"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": "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, "minimum": 0}}, {"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": "object", "name": "protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}], "cls": "KeyVaultSecretReference_read"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"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"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "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": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "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": "string", "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"}, {"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": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}/extensions/{}"}}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "object", "name": "instanceView", "props": [{"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "array", "name": "substatuses", "item": {"type": "object", "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"}], "cls": "InstanceViewStatus_read"}}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}]}, {"type": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "string", "name": "id"}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType"}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"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": "string", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"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": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"type": "string", "name": "userData"}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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"}}}}]}}, {"when": ["$Condition_VirtualMachineScaleSets_ListAll"], "operationId": "VirtualMachineScaleSets_ListAll", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"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": "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": "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": "@SubResource_read", "name": "hostGroup"}, {"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", "format": {"minimum": 0}}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "format": {"maximum": 100, "minimum": 0}}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion"}, {"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"type": "object", "name": "spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "restoreTimeout"}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated"}, {"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": "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, "minimum": 0}}, {"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": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"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": "@ApiEntityReference_read", "name": "healthProbe"}, {"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "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": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "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": "@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"}, {"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": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}/extensions/{}"}}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "object", "name": "instanceView", "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"}]}, {"type": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "string", "name": "id"}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType"}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"type": "string", "name": "userData"}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2023-03-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2023-03-01.xml new file mode 100644 index 000000000..bd8949493 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2023-03-01.xml @@ -0,0 +1,1344 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-03-30.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-03-30.md new file mode 100644 index 000000000..c62060a45 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-03-30.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets 2017-03-30](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-03-30.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-12-01.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-12-01.md new file mode 100644 index 000000000..ac52a7ad0 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-12-01.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets 2017-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2017-12-01.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2020-06-01.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2020-06-01.md new file mode 100644 index 000000000..25ee02f6b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2020-06-01.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets 2020-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2020-06-01.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2023-03-01.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2023-03-01.md new file mode 100644 index 000000000..3cd7f7f66 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2023-03-01.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.compute/virtualmachinescalesets 2023-03-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRz/2023-03-01.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-03-30.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-03-30.json new file mode 100644 index 000000000..b1c3b8084 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-03-30.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAxNy0wMy0zMA=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "show", "version": "2017-03-30", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAxNy0wMy0zMA=="}], "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."}}]}], "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-03-30"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "object", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "SystemAssigned"}]}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "boolean", "name": "overprovision"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "boolean", "name": "singlePlacementGroup"}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "boolean", "name": "automaticOSUpgrade"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "object", "name": "extensionProfile", "props": [{"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "string", "name": "forceUpdateTag"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}]}}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"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": "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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"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": "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}]}]}]}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2017-03-30", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAxNy0wMy0zMA=="}], "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."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-03-30"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "endTime"}, {"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"}]}}, {"type": "object", "name": "innererror", "props": [{"type": "string", "name": "errordetail"}, {"type": "string", "name": "exceptiontype"}]}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}]}, {"readOnly": true, "type": "string", "name": "name"}, {"readOnly": true, "type": "dateTime", "name": "startTime"}, {"readOnly": true, "type": "string", "name": "status"}]}}}}, {"statusCode": [202]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "create", "version": "2017-03-30", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAxNy0wMy0zMA=="}], "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 to create or update."}}]}, {"name": "Parameters", "args": [{"type": "object", "var": "$parameters.identity", "options": ["identity"], "group": "Parameters", "help": {"short": "The identity of the virtual machine scale set, if configured."}, "args": [{"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": "SystemAssigned", "value": "SystemAssigned"}]}}]}, {"type": "ResourceLocation", "var": "$parameters.location", "options": ["l", "location"], "required": true, "group": "Parameters", "help": {"short": "Resource location"}}, {"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": "boolean", "var": "$parameters.properties.overprovision", "options": ["overprovision"], "group": "Properties", "help": {"short": "Specifies whether the Virtual Machine Scale Set should be overprovisioned."}}, {"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.upgradePolicy", "options": ["upgrade-policy"], "group": "Properties", "help": {"short": "The upgrade policy."}, "args": [{"type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgrade", "options": ["automatic-os-upgrade"], "help": {"short": "Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available."}}, {"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": "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": "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, "minimum": 0}}, {"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": "object", "var": "$parameters.properties.virtualMachineProfile", "options": ["virtual-machine-profile"], "group": "Properties", "help": {"short": "The virtual machine profile."}, "args": [{"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": "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": "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."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.publisher", "options": ["publisher"], "group": "Properties", "help": {"short": "The name of the extension handler publisher."}}, {"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.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://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.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": "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[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "options": ["name"], "required": true, "help": {"short": "The network configuration name."}}, {"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": "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[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"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.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": "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": "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": "@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.osProfile", "options": ["os-profile"], "help": {"short": "Specifies the operating system settings for the virtual machines in the scale set."}, "args": [{"type": "string", "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://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)"}}, {"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": "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://docs.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://docs.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": "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://docs.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": "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://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": "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": "string", "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://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.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": "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://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.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://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.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": "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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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.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.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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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": "Premium_LRS", "value": "Premium_LRS"}, {"name": "Standard_LRS", "value": "Standard_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": "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"}}]}]}]}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-03-30"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "identity", "arg": "$parameters.identity", "props": [{"type": "string", "name": "type", "arg": "$parameters.identity.type", "enum": {"items": [{"value": "SystemAssigned"}]}}]}, {"type": "ResourceLocation", "name": "location", "arg": "$parameters.location", "required": true}, {"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": "boolean", "name": "overprovision", "arg": "$parameters.properties.overprovision"}, {"type": "boolean", "name": "singlePlacementGroup", "arg": "$parameters.properties.singlePlacementGroup"}, {"type": "object", "name": "upgradePolicy", "arg": "$parameters.properties.upgradePolicy", "props": [{"type": "boolean", "name": "automaticOSUpgrade", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgrade"}, {"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": "integer32", "name": "maxBatchInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"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, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "arg": "$parameters.properties.virtualMachineProfile", "props": [{"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": "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": "string", "name": "forceUpdateTag", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.forceUpdateTag"}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.publisher"}, {"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}]}}]}, {"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": "array", "name": "networkInterfaceConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].id"}, {"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "array", "name": "ipConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].id"}, {"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": "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": "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": "integer32", "name": "idleTimeoutInMinutes", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_create", "name": "subnet", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet"}], "clientFlatten": true}]}}, {"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": "osProfile", "arg": "$parameters.properties.virtualMachineProfile.osProfile", "props": [{"type": "string", "name": "adminPassword", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminPassword"}, {"type": "string", "name": "adminUsername", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminUsername"}, {"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": "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"}]}}]}]}, {"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": "string", "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"}]}}]}}, {"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": "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": "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": "Empty"}, {"value": "FromImage"}]}}, {"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": "object", "name": "imageReference", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "props": [{"type": "string", "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": "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": "Empty"}, {"value": "FromImage"}]}}, {"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": "string", "name": "storageAccountType", "arg": "@VirtualMachineScaleSetManagedDiskParameters_create.storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_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": "array", "name": "vhdContainers", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.vhdContainers", "item": {"type": "string"}}]}]}]}], "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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "object", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "SystemAssigned"}]}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "boolean", "name": "overprovision"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "boolean", "name": "singlePlacementGroup"}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "boolean", "name": "automaticOSUpgrade"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "object", "name": "extensionProfile", "props": [{"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "string", "name": "forceUpdateTag"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}]}}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"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": "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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"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": "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}]}]}]}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2017-03-30", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAxNy0wMy0zMA=="}], "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."}}]}, {"name": "Parameters", "args": [{"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": "SystemAssigned", "value": "SystemAssigned"}]}}]}, {"type": "ResourceLocation", "var": "$parameters.location", "options": ["l", "location"], "group": "Parameters", "help": {"short": "Resource location"}}, {"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": "boolean", "var": "$parameters.properties.overprovision", "options": ["overprovision"], "group": "Properties", "help": {"short": "Specifies whether the Virtual Machine Scale Set should be overprovisioned."}}, {"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.upgradePolicy", "options": ["upgrade-policy"], "group": "Properties", "help": {"short": "The upgrade policy."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgrade", "options": ["automatic-os-upgrade"], "help": {"short": "Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available."}}, {"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": "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": "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, "minimum": 0}}, {"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": "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.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": "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": "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, "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, "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.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://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.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": "array", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "options": ["network-interface-configurations"], "help": {"short": "The list of network configurations."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "options": ["name"], "help": {"short": "The network configuration name."}}, {"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."}}, {"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": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"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.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": "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": "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": "@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.osProfile", "options": ["os-profile"], "help": {"short": "Specifies the operating system settings for the virtual machines in the scale set."}, "args": [{"nullable": true, "type": "string", "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://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)"}}, {"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": "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://docs.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://docs.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": "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://docs.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": "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://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": "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": "string", "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://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.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": "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://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.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://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.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": "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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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.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.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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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": "Premium_LRS", "value": "Premium_LRS"}, {"name": "Standard_LRS", "value": "Standard_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": "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"}}]}]}]}]}], "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-03-30"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "object", "name": "identity", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "SystemAssigned"}]}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "boolean", "name": "overprovision"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "boolean", "name": "singlePlacementGroup"}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "boolean", "name": "automaticOSUpgrade"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"type": "object", "name": "extensionProfile", "props": [{"type": "array", "name": "extensions", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "string", "name": "forceUpdateTag"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}]}}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"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": "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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"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": "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}]}]}]}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "identity", "arg": "$parameters.identity", "props": [{"type": "string", "name": "type", "arg": "$parameters.identity.type", "enum": {"items": [{"value": "SystemAssigned"}]}}]}, {"type": "ResourceLocation", "name": "location", "arg": "$parameters.location", "required": true}, {"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": "boolean", "name": "overprovision", "arg": "$parameters.properties.overprovision"}, {"type": "boolean", "name": "singlePlacementGroup", "arg": "$parameters.properties.singlePlacementGroup"}, {"type": "object", "name": "upgradePolicy", "arg": "$parameters.properties.upgradePolicy", "props": [{"type": "boolean", "name": "automaticOSUpgrade", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgrade"}, {"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": "integer32", "name": "maxBatchInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"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, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "arg": "$parameters.properties.virtualMachineProfile", "props": [{"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": "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": "string", "name": "forceUpdateTag", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.forceUpdateTag"}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.publisher"}, {"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}]}}]}, {"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": "array", "name": "networkInterfaceConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].id"}, {"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "array", "name": "ipConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].id"}, {"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": "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": "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": "integer32", "name": "idleTimeoutInMinutes", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_update", "name": "subnet", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet"}], "clientFlatten": true}]}}, {"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": "osProfile", "arg": "$parameters.properties.virtualMachineProfile.osProfile", "props": [{"type": "string", "name": "adminPassword", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminPassword"}, {"type": "string", "name": "adminUsername", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminUsername"}, {"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": "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"}]}}]}]}, {"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": "string", "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"}]}}]}}, {"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": "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": "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": "Empty"}, {"value": "FromImage"}]}}, {"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": "object", "name": "imageReference", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "props": [{"type": "string", "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": "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": "Empty"}, {"value": "FromImage"}]}}, {"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": "string", "name": "storageAccountType", "arg": "@VirtualMachineScaleSetManagedDiskParameters_update.storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_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": "array", "name": "vhdContainers", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.vhdContainers", "item": {"type": "string"}}]}]}]}], "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": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-03-30"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@VirtualMachineScaleSet_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-03-30.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-03-30.xml new file mode 100644 index 000000000..c40dd5eac --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-03-30.xml @@ -0,0 +1,2503 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-12-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-12-01.json new file mode 100644 index 000000000..b79423b93 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-12-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAxNy0xMi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "show", "version": "2017-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAxNy0xMi0wMQ=="}], "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."}}]}], "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-12-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "object", "name": "identity", "props": [{"type": "array", "name": "identityIds", "item": {"type": "string"}}, {"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": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "boolean", "name": "singlePlacementGroup"}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "object", "name": "autoOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutoRollback"}]}, {"type": "boolean", "name": "automaticOSUpgrade"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "string", "name": "forceUpdateTag"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}]}}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"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": "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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"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"}]}}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2017-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAxNy0xMi0wMQ=="}], "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."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-12-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "endTime"}, {"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"}]}}, {"type": "object", "name": "innererror", "props": [{"type": "string", "name": "errordetail"}, {"type": "string", "name": "exceptiontype"}]}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}]}, {"readOnly": true, "type": "string", "name": "name"}, {"readOnly": true, "type": "dateTime", "name": "startTime"}, {"readOnly": true, "type": "string", "name": "status"}]}}}}, {"statusCode": [202]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "create", "version": "2017-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAxNy0xMi0wMQ=="}], "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 to create or update."}}]}, {"name": "Parameters", "args": [{"type": "object", "var": "$parameters.identity", "options": ["identity"], "group": "Parameters", "help": {"short": "The identity of the virtual machine scale set, if configured."}, "args": [{"type": "array", "var": "$parameters.identity.identityIds", "options": ["identity-ids"], "help": {"short": "The list of user identities associated with the virtual machine scale set. The user identity references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/identities/{identityName}'."}, "item": {"type": "string"}}, {"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"}]}}]}, {"type": "ResourceLocation", "var": "$parameters.location", "options": ["l", "location"], "required": true, "group": "Parameters", "help": {"short": "Resource location"}}, {"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": "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": "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.upgradePolicy", "options": ["upgrade-policy"], "group": "Properties", "help": {"short": "The upgrade policy."}, "args": [{"type": "object", "var": "$parameters.properties.upgradePolicy.autoOSUpgradePolicy", "options": ["auto-os-upgrade-policy"], "help": {"short": "Configuration parameters used for performing automatic OS Upgrade."}, "args": [{"type": "boolean", "var": "$parameters.properties.upgradePolicy.autoOSUpgradePolicy.disableAutoRollback", "options": ["disable-auto-rollback"], "help": {"short": "Whether OS image rollback feature should be disabled. Default value is false."}}]}, {"type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgrade", "options": ["automatic-os-upgrade"], "help": {"short": "Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available."}}, {"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": "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": "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, "minimum": 0}}, {"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": "object", "var": "$parameters.properties.virtualMachineProfile", "options": ["virtual-machine-profile"], "group": "Properties", "help": {"short": "The virtual machine profile."}, "args": [{"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": "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."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.publisher", "options": ["publisher"], "group": "Properties", "help": {"short": "The name of the extension handler publisher."}}, {"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.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://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.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": "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[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "options": ["name"], "required": true, "help": {"short": "The network configuration name."}}, {"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.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[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"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.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": "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": "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": "@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.osProfile", "options": ["os-profile"], "help": {"short": "Specifies the operating system settings for the virtual machines in the scale set."}, "args": [{"type": "string", "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://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)"}}, {"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": "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://docs.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://docs.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": "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://docs.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": "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://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": "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": "string", "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://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.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": "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://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.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://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.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"}]}}, {"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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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": "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.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.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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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": "Premium_LRS", "value": "Premium_LRS"}, {"name": "Standard_LRS", "value": "Standard_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": "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": "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": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-12-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "identity", "arg": "$parameters.identity", "props": [{"type": "array", "name": "identityIds", "arg": "$parameters.identity.identityIds", "item": {"type": "string"}}, {"type": "string", "name": "type", "arg": "$parameters.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}]}, {"type": "ResourceLocation", "name": "location", "arg": "$parameters.location", "required": true}, {"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": "boolean", "name": "overprovision", "arg": "$parameters.properties.overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount", "arg": "$parameters.properties.platformFaultDomainCount"}, {"type": "boolean", "name": "singlePlacementGroup", "arg": "$parameters.properties.singlePlacementGroup"}, {"type": "object", "name": "upgradePolicy", "arg": "$parameters.properties.upgradePolicy", "props": [{"type": "object", "name": "autoOSUpgradePolicy", "arg": "$parameters.properties.upgradePolicy.autoOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutoRollback", "arg": "$parameters.properties.upgradePolicy.autoOSUpgradePolicy.disableAutoRollback"}]}, {"type": "boolean", "name": "automaticOSUpgrade", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgrade"}, {"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": "integer32", "name": "maxBatchInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"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, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "arg": "$parameters.properties.virtualMachineProfile", "props": [{"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": "string", "name": "forceUpdateTag", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.forceUpdateTag"}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.publisher"}, {"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}]}}]}, {"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": "array", "name": "networkInterfaceConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].id"}, {"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "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": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].id"}, {"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": "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": "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": "integer32", "name": "idleTimeoutInMinutes", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_create", "name": "subnet", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet"}], "clientFlatten": true}]}}, {"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": "osProfile", "arg": "$parameters.properties.virtualMachineProfile.osProfile", "props": [{"type": "string", "name": "adminPassword", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminPassword"}, {"type": "string", "name": "adminUsername", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminUsername"}, {"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": "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"}]}}]}]}, {"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": "string", "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"}]}}]}}, {"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": "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"}]}}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "props": [{"type": "string", "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": "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": "Empty"}, {"value": "FromImage"}]}}, {"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": "string", "name": "storageAccountType", "arg": "@VirtualMachineScaleSetManagedDiskParameters_create.storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_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": "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": "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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "object", "name": "identity", "props": [{"type": "array", "name": "identityIds", "item": {"type": "string"}}, {"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": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "boolean", "name": "singlePlacementGroup"}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "object", "name": "autoOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutoRollback"}]}, {"type": "boolean", "name": "automaticOSUpgrade"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "string", "name": "forceUpdateTag"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}]}}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"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": "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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"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"}]}}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2017-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAxNy0xMi0wMQ=="}], "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."}}]}, {"name": "Parameters", "args": [{"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": "array", "var": "$parameters.identity.identityIds", "options": ["identity-ids"], "help": {"short": "The list of user identities associated with the virtual machine scale set. The user identity references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/identities/{identityName}'."}, "item": {"nullable": true, "type": "string"}}, {"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"}]}}]}, {"type": "ResourceLocation", "var": "$parameters.location", "options": ["l", "location"], "group": "Parameters", "help": {"short": "Resource location"}}, {"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": "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": "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.upgradePolicy", "options": ["upgrade-policy"], "group": "Properties", "help": {"short": "The upgrade policy."}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.upgradePolicy.autoOSUpgradePolicy", "options": ["auto-os-upgrade-policy"], "help": {"short": "Configuration parameters used for performing automatic OS Upgrade."}, "args": [{"nullable": true, "type": "boolean", "var": "$parameters.properties.upgradePolicy.autoOSUpgradePolicy.disableAutoRollback", "options": ["disable-auto-rollback"], "help": {"short": "Whether OS image rollback feature should be disabled. Default value is false."}}]}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.upgradePolicy.automaticOSUpgrade", "options": ["automatic-os-upgrade"], "help": {"short": "Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available."}}, {"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": "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": "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, "minimum": 0}}, {"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": "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.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": "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, "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, "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.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://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.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": "array", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "options": ["network-interface-configurations"], "help": {"short": "The list of network configurations."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "options": ["name"], "help": {"short": "The network configuration name."}}, {"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.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": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"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.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": "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": "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": "@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.osProfile", "options": ["os-profile"], "help": {"short": "Specifies the operating system settings for the virtual machines in the scale set."}, "args": [{"nullable": true, "type": "string", "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://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)"}}, {"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": "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://docs.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://docs.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": "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://docs.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": "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://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": "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": "string", "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://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.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": "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://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.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://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.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"}]}}, {"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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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": "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.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.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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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": "Premium_LRS", "value": "Premium_LRS"}, {"name": "Standard_LRS", "value": "Standard_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": "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": "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-12-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}"}}, {"type": "object", "name": "identity", "props": [{"type": "array", "name": "identityIds", "item": {"type": "string"}}, {"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": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "boolean", "name": "singlePlacementGroup"}, {"readOnly": true, "type": "string", "name": "uniqueId"}, {"type": "object", "name": "upgradePolicy", "props": [{"type": "object", "name": "autoOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutoRollback"}]}, {"type": "boolean", "name": "automaticOSUpgrade"}, {"type": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "string", "name": "forceUpdateTag"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}]}}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "dnsSettings", "props": [{"type": "array", "name": "dnsServers", "item": {"type": "string"}}]}, {"type": "boolean", "name": "enableAcceleratedNetworking"}, {"type": "boolean", "name": "enableIPForwarding"}, {"type": "array", "name": "ipConfigurations", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"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": "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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"type": "integer32", "name": "idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"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"}]}}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "integer32", "name": "lun", "required": true}, {"type": "@VirtualMachineScaleSetManagedDiskParameters_read", "name": "managedDisk"}, {"type": "string", "name": "name"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "image", "props": [{"type": "string", "name": "uri"}]}, {"type": "object", "name": "managedDisk", "props": [{"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "identity", "arg": "$parameters.identity", "props": [{"type": "array", "name": "identityIds", "arg": "$parameters.identity.identityIds", "item": {"type": "string"}}, {"type": "string", "name": "type", "arg": "$parameters.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned, UserAssigned"}, {"value": "UserAssigned"}]}}]}, {"type": "ResourceLocation", "name": "location", "arg": "$parameters.location", "required": true}, {"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": "boolean", "name": "overprovision", "arg": "$parameters.properties.overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount", "arg": "$parameters.properties.platformFaultDomainCount"}, {"type": "boolean", "name": "singlePlacementGroup", "arg": "$parameters.properties.singlePlacementGroup"}, {"type": "object", "name": "upgradePolicy", "arg": "$parameters.properties.upgradePolicy", "props": [{"type": "object", "name": "autoOSUpgradePolicy", "arg": "$parameters.properties.upgradePolicy.autoOSUpgradePolicy", "props": [{"type": "boolean", "name": "disableAutoRollback", "arg": "$parameters.properties.upgradePolicy.autoOSUpgradePolicy.disableAutoRollback"}]}, {"type": "boolean", "name": "automaticOSUpgrade", "arg": "$parameters.properties.upgradePolicy.automaticOSUpgrade"}, {"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": "integer32", "name": "maxBatchInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"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, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "arg": "$parameters.properties.virtualMachineProfile", "props": [{"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": "string", "name": "forceUpdateTag", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.forceUpdateTag"}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.publisher"}, {"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}]}}]}, {"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": "array", "name": "networkInterfaceConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].id"}, {"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "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": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].id"}, {"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": "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": "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": "integer32", "name": "idleTimeoutInMinutes", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes"}], "clientFlatten": true}]}, {"type": "@ApiEntityReference_update", "name": "subnet", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet"}], "clientFlatten": true}]}}, {"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": "osProfile", "arg": "$parameters.properties.virtualMachineProfile.osProfile", "props": [{"type": "string", "name": "adminPassword", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminPassword"}, {"type": "string", "name": "adminUsername", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminUsername"}, {"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": "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"}]}}]}]}, {"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": "string", "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"}]}}]}}, {"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": "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"}]}}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "props": [{"type": "string", "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": "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": "Empty"}, {"value": "FromImage"}]}}, {"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": "string", "name": "storageAccountType", "arg": "@VirtualMachineScaleSetManagedDiskParameters_update.storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_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": "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": "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": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-12-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@VirtualMachineScaleSet_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-12-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-12-01.xml new file mode 100644 index 000000000..a666a1abb --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2017-12-01.xml @@ -0,0 +1,2717 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2020-06-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2020-06-01.json new file mode 100644 index 000000000..e0dee0333 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2020-06-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyMC0wNi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "show", "version": "2020-06-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyMC0wNi0wMQ=="}], "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."}}]}], "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"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": "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": "ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "gracePeriod"}]}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "@SubResource_read", "name": "hostGroup"}, {"type": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"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": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "string", "name": "extensionsTimeBudget"}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "id"}, {"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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"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": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"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"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"type": "object", "name": "patchSettings", "props": [{"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": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}]}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"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": "string", "name": "id"}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "StandardSSD_LRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2020-06-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyMC0wNi0wMQ=="}], "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."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [202]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2020-06-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyMC0wNi0wMQ=="}], "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 to create or update."}}]}, {"name": "Parameters", "args": [{"type": "object", "var": "$parameters.identity", "options": ["identity"], "group": "Parameters", "help": {"short": "The identity of the virtual machine scale set, if configured."}, "args": [{"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"}]}}, {"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.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.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": "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": "@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": "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": "@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.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": "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": "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.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://docs.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": "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": "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": "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, "minimum": 0}}, {"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": "object", "var": "$parameters.properties.virtualMachineProfile", "options": ["virtual-machine-profile"], "group": "Properties", "help": {"short": "The virtual machine profile."}, "args": [{"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 ¨C 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.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."}}, {"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."}}, {"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": "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://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.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": "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[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "options": ["name"], "required": true, "help": {"short": "The network configuration name."}}, {"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[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"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": "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": "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": "@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.osProfile", "options": ["os-profile"], "help": {"short": "Specifies the operating system settings for the virtual machines in the scale set."}, "args": [{"type": "string", "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://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)"}}, {"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": "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://docs.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://docs.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.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://docs.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": "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://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": "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": "string", "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://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.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.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://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.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://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.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.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.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.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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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": "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.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.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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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://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."}, "enum": {"items": [{"name": "CacheDisk", "value": "CacheDisk"}, {"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": "string", "var": "@VirtualMachineScaleSetManagedDiskParameters_create.diskEncryptionSet.id", "options": ["id"], "help": {"short": "Resource Id"}}]}, {"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": "Premium_LRS", "value": "Premium_LRS"}, {"name": "StandardSSD_LRS", "value": "StandardSSD_LRS"}, {"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": "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": "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": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"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": "ResourceLocation", "name": "location", "arg": "$parameters.location", "required": true}, {"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": "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": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs", "arg": "$parameters.properties.doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "@SubResource_create", "name": "hostGroup", "arg": "$parameters.properties.hostGroup"}, {"type": "boolean", "name": "overprovision", "arg": "$parameters.properties.overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount", "arg": "$parameters.properties.platformFaultDomainCount"}, {"type": "@SubResource_create", "name": "proximityPlacementGroup", "arg": "$parameters.properties.proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "arg": "$parameters.properties.scaleInPolicy", "props": [{"type": "array", "name": "rules", "arg": "$parameters.properties.scaleInPolicy.rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup", "arg": "$parameters.properties.singlePlacementGroup"}, {"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": "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": "integer32", "name": "maxBatchInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"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, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "arg": "$parameters.properties.virtualMachineProfile", "props": [{"type": "object", "name": "billingProfile", "arg": "$parameters.properties.virtualMachineProfile.billingProfile", "props": [{"type": "float64", "name": "maxPrice", "arg": "$parameters.properties.virtualMachineProfile.billingProfile.maxPrice"}]}, {"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": "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": "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}]}}, {"type": "string", "name": "extensionsTimeBudget", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensionsTimeBudget"}]}, {"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": "array", "name": "networkInterfaceConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].id"}, {"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].id"}, {"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": "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": "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": "@ApiEntityReference_create", "name": "subnet", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet"}], "clientFlatten": true}]}}, {"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": "osProfile", "arg": "$parameters.properties.virtualMachineProfile.osProfile", "props": [{"type": "string", "name": "adminPassword", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminPassword"}, {"type": "string", "name": "adminUsername", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminUsername"}, {"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": "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"}]}}]}]}, {"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": "string", "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"}]}}]}}, {"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": "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": "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": "securityProfile", "arg": "$parameters.properties.virtualMachineProfile.securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionAtHost"}]}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "props": [{"type": "string", "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": "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "diffDiskSettings", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings", "props": [{"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": "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": "string", "name": "id", "arg": "@VirtualMachineScaleSetManagedDiskParameters_create.diskEncryptionSet.id"}]}, {"type": "string", "name": "storageAccountType", "arg": "@VirtualMachineScaleSetManagedDiskParameters_create.storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "StandardSSD_LRS"}, {"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": "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": "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": "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": "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": "ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "gracePeriod"}]}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "@SubResource_read", "name": "hostGroup"}, {"type": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"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": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "string", "name": "extensionsTimeBudget"}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "id"}, {"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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"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": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"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"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"type": "object", "name": "patchSettings", "props": [{"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": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}]}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"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": "string", "name": "id"}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "StandardSSD_LRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2020-06-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyMC0wNi0wMQ=="}], "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."}}]}, {"name": "Parameters", "args": [{"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"}}}]}, {"type": "ResourceLocation", "var": "$parameters.location", "options": ["l", "location"], "group": "Parameters", "help": {"short": "Resource location"}}, {"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.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": "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": "@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": "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": "@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.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": "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": "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.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://docs.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": "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": "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": "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, "minimum": 0}}, {"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": "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.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 ¨C 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.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, "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, "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": "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://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.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": "array", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "options": ["network-interface-configurations"], "help": {"short": "The list of network configurations."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "options": ["name"], "help": {"short": "The network configuration name."}}, {"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": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].id", "options": ["id"], "help": {"short": "Resource Id"}}, {"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": "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": "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": "@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.osProfile", "options": ["os-profile"], "help": {"short": "Specifies the operating system settings for the virtual machines in the scale set."}, "args": [{"nullable": true, "type": "string", "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://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)"}}, {"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": "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://docs.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://docs.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.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://docs.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": "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://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": "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": "string", "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://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.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.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://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.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://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.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.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.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.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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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": "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.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.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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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://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."}, "enum": {"items": [{"name": "CacheDisk", "value": "CacheDisk"}, {"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": "string", "var": "@VirtualMachineScaleSetManagedDiskParameters_update.diskEncryptionSet.id", "options": ["id"], "help": {"short": "Resource Id"}}]}, {"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": "Premium_LRS", "value": "Premium_LRS"}, {"name": "StandardSSD_LRS", "value": "StandardSSD_LRS"}, {"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": "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": "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"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": "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": "ultraSSDEnabled"}]}, {"type": "object", "name": "automaticRepairsPolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "gracePeriod"}]}, {"type": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "@SubResource_read", "name": "hostGroup"}, {"type": "boolean", "name": "overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"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": "string", "name": "mode", "enum": {"items": [{"value": "Automatic"}, {"value": "Manual"}, {"value": "Rolling"}]}}, {"type": "object", "name": "rollingUpgradePolicy", "props": [{"type": "integer32", "name": "maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"type": "integer32", "name": "maxUnhealthyUpgradedInstancePercent", "format": {"maximum": 100, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "props": [{"type": "object", "name": "billingProfile", "props": [{"type": "float64", "name": "maxPrice"}]}, {"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": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/extensions/{}"}}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "string", "name": "extensionsTimeBudget"}]}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "object", "name": "healthProbe", "props": [{"type": "string", "name": "id"}], "cls": "ApiEntityReference_read"}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "id"}, {"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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"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": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerNamePrefix"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"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"}]}}]}]}, {"type": "array", "name": "secrets", "item": {"type": "object", "props": [{"type": "object", "name": "sourceVault", "props": [{"type": "string", "name": "id"}], "cls": "SubResource_read"}, {"type": "array", "name": "vaultCertificates", "item": {"type": "object", "props": [{"type": "string", "name": "certificateStore"}, {"type": "string", "name": "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"}, {"type": "object", "name": "patchSettings", "props": [{"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": "terminateNotificationProfile", "props": [{"type": "boolean", "name": "enable"}, {"type": "string", "name": "notBeforeTimeout"}]}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}]}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"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": "string", "name": "id"}]}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "StandardSSD_LRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "VirtualMachineScaleSetManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"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": "ResourceLocation", "name": "location", "arg": "$parameters.location", "required": true}, {"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": "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": "boolean", "name": "doNotRunExtensionsOnOverprovisionedVMs", "arg": "$parameters.properties.doNotRunExtensionsOnOverprovisionedVMs"}, {"type": "@SubResource_update", "name": "hostGroup", "arg": "$parameters.properties.hostGroup"}, {"type": "boolean", "name": "overprovision", "arg": "$parameters.properties.overprovision"}, {"type": "integer32", "name": "platformFaultDomainCount", "arg": "$parameters.properties.platformFaultDomainCount"}, {"type": "@SubResource_update", "name": "proximityPlacementGroup", "arg": "$parameters.properties.proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "arg": "$parameters.properties.scaleInPolicy", "props": [{"type": "array", "name": "rules", "arg": "$parameters.properties.scaleInPolicy.rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup", "arg": "$parameters.properties.singlePlacementGroup"}, {"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": "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": "integer32", "name": "maxBatchInstancePercent", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent", "format": {"maximum": 100, "minimum": 5}}, {"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, "minimum": 0}}, {"type": "string", "name": "pauseTimeBetweenBatches", "arg": "$parameters.properties.upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches"}]}]}, {"type": "object", "name": "virtualMachineProfile", "arg": "$parameters.properties.virtualMachineProfile", "props": [{"type": "object", "name": "billingProfile", "arg": "$parameters.properties.virtualMachineProfile.billingProfile", "props": [{"type": "float64", "name": "maxPrice", "arg": "$parameters.properties.virtualMachineProfile.billingProfile.maxPrice"}]}, {"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": "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": "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}]}}, {"type": "string", "name": "extensionsTimeBudget", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensionsTimeBudget"}]}, {"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": "array", "name": "networkInterfaceConfigurations", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].id"}, {"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "id", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].id"}, {"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": "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": "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": "@ApiEntityReference_update", "name": "subnet", "arg": "$parameters.properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[].properties.ipConfigurations[].properties.subnet"}], "clientFlatten": true}]}}, {"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": "osProfile", "arg": "$parameters.properties.virtualMachineProfile.osProfile", "props": [{"type": "string", "name": "adminPassword", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminPassword"}, {"type": "string", "name": "adminUsername", "arg": "$parameters.properties.virtualMachineProfile.osProfile.adminUsername"}, {"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": "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"}]}}]}]}, {"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": "string", "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"}]}}]}}, {"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": "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": "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": "securityProfile", "arg": "$parameters.properties.virtualMachineProfile.securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionAtHost"}]}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "props": [{"type": "string", "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": "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "diffDiskSettings", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings", "props": [{"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": "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": "string", "name": "id", "arg": "@VirtualMachineScaleSetManagedDiskParameters_update.diskEncryptionSet.id"}]}, {"type": "string", "name": "storageAccountType", "arg": "@VirtualMachineScaleSetManagedDiskParameters_update.storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "StandardSSD_LRS"}, {"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": "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": "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": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@VirtualMachineScaleSet_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2020-06-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2020-06-01.xml new file mode 100644 index 000000000..3e72f25d8 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2020-06-01.xml @@ -0,0 +1,3451 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2023-03-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2023-03-01.json new file mode 100644 index 000000000..ef7498ac7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2023-03-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyMy0wMy0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "show", "version": "2023-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyMy0wMy0wMQ=="}], "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"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": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"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": "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": "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": "@SubResource_read", "name": "hostGroup"}, {"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", "format": {"minimum": 0}}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "format": {"maximum": 100, "minimum": 0}}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion"}, {"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"type": "object", "name": "spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "restoreTimeout"}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated"}, {"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": "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, "minimum": 0}}, {"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": "object", "name": "protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}], "cls": "KeyVaultSecretReference_read"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"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"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "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": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "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": "string", "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"}, {"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": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}/extensions/{}"}}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "object", "name": "instanceView", "props": [{"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "array", "name": "substatuses", "item": {"type": "object", "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"}], "cls": "InstanceViewStatus_read"}}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}]}, {"type": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "string", "name": "id"}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType"}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"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": "string", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"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": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"type": "string", "name": "userData"}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "2023-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyMy0wMy0wMQ=="}], "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"], "group": "", "help": {"short": "Optional parameter to force delete a VM scale set. (Feature in Preview)"}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"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": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [202]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2023-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyMy0wMy0wMQ=="}], "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 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": [{"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"}]}}, {"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.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.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": "@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": "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."}, "format": {"minimum": 0}}, {"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, "minimum": 0}}]}, {"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.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": "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": "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.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://docs.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.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, "minimum": 0}}, {"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 ¨C 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."}}, {"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": "@KeyVaultSecretReference_create.secretUrl", "options": ["secret-url"], "required": true, "help": {"short": "The URL referencing a secret in a Key Vault."}}, {"type": "@SubResource_create", "var": "@KeyVaultSecretReference_create.sourceVault", "options": ["source-vault"], "required": true, "help": {"short": "The relative URL of the Key Vault containing the secret."}}], "cls": "KeyVaultSecretReference_create"}, {"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."}}, {"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://docs.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://docs.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://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.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"}]}}, {"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.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": "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": "@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.osProfile", "options": ["os-profile"], "help": {"short": "Specifies the operating system settings for the virtual machines in the scale set."}, "args": [{"type": "string", "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://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)"}}, {"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://docs.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://docs.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://docs.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://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": "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": "string", "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://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.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": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.enableVMAgentPlatformUpdates", "options": ["enable-vm-agent-platform-updates"], "help": {"short": "Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false."}}, {"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://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.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://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.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": "object", "args": [{"type": "ResourceLocation", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].location", "options": ["l", "location"], "help": {"short": "Resource location"}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].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.securityPostureReference.excludeExtensions[].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.securityPostureReference.excludeExtensions[].properties.forceUpdateTag", "options": ["force-update-tag"], "group": "Properties", "help": {"short": "How the extension handler should be forced to update even if the extension configuration has not changed."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView", "options": ["instance-view"], "group": "Properties", "help": {"short": "The virtual machine extension instance view."}, "args": [{"type": "string", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.name", "options": ["name"], "help": {"short": "The virtual machine extension name."}}, {"type": "array<@InstanceViewStatus_create>", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.statuses", "options": ["statuses"], "help": {"short": "The resource status information."}, "item": {"type": "@InstanceViewStatus_create"}}, {"type": "array", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.substatuses", "options": ["substatuses"], "help": {"short": "The resource status information."}, "item": {"type": "object", "args": [{"type": "string", "var": "@InstanceViewStatus_create.code", "options": ["code"], "help": {"short": "The status code."}}, {"type": "string", "var": "@InstanceViewStatus_create.displayStatus", "options": ["display-status"], "help": {"short": "The short localizable label for the status."}}, {"type": "string", "var": "@InstanceViewStatus_create.level", "options": ["level"], "help": {"short": "The level code."}, "enum": {"items": [{"name": "Error", "value": "Error"}, {"name": "Info", "value": "Info"}, {"name": "Warning", "value": "Warning"}]}}, {"type": "string", "var": "@InstanceViewStatus_create.message", "options": ["message"], "help": {"short": "The detailed status message, including for alerts and error messages."}}, {"type": "dateTime", "var": "@InstanceViewStatus_create.time", "options": ["time"], "help": {"short": "The time of the status."}}], "cls": "InstanceViewStatus_create"}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.type", "options": ["type"], "help": {"short": "Specifies the type of the extension; an example is \"CustomScriptExtension\"."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.typeHandlerVersion", "options": ["type-handler-version"], "help": {"short": "Specifies the version of the script handler."}}]}, {"type": "@KeyVaultSecretReference_create", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].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"}}, {"type": "array", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].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.securityPostureReference.excludeExtensions[].properties.publisher", "options": ["publisher"], "group": "Properties", "help": {"short": "The name of the extension handler publisher."}}, {"type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].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.securityPostureReference.excludeExtensions[].properties.type", "options": ["type"], "group": "Properties", "help": {"short": "Specifies the type of the extension; an example is \"CustomScriptExtension\"."}}, {"type": "string", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.typeHandlerVersion", "options": ["type-handler-version"], "group": "Properties", "help": {"short": "Specifies the version of the script handler."}}, {"type": "object", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].tags", "options": ["tags"], "help": {"short": "Resource tags"}, "additionalProps": {"item": {"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"}}]}, {"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": "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": "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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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"]}, {"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": "string", "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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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://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."}, "enum": {"items": [{"name": "CacheDisk", "value": "CacheDisk"}, {"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": "string", "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": "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": "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": "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": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}, "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"}}}]}, {"type": "ResourceLocation", "name": "location", "arg": "$parameters.location", "required": true}, {"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": "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": "@SubResource_create", "name": "hostGroup", "arg": "$parameters.properties.hostGroup"}, {"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", "format": {"minimum": 0}}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "arg": "$parameters.properties.priorityMixPolicy.regularPriorityPercentageAboveBase", "format": {"maximum": 100, "minimum": 0}}]}, {"type": "@SubResource_create", "name": "proximityPlacementGroup", "arg": "$parameters.properties.proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "arg": "$parameters.properties.scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion", "arg": "$parameters.properties.scaleInPolicy.forceDeletion"}, {"type": "array", "name": "rules", "arg": "$parameters.properties.scaleInPolicy.rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup", "arg": "$parameters.properties.singlePlacementGroup"}, {"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": "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, "minimum": 0}}, {"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": "object", "name": "protectedSettingsFromKeyVault", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "arg": "@KeyVaultSecretReference_create.secretUrl", "required": true}, {"type": "@SubResource_create", "name": "sourceVault", "arg": "@KeyVaultSecretReference_create.sourceVault", "required": true}], "cls": "KeyVaultSecretReference_create"}, {"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": "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}]}}, {"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"}]}}, {"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": "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": "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": "@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": "osProfile", "arg": "$parameters.properties.virtualMachineProfile.osProfile", "props": [{"type": "string", "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": "string", "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": "boolean", "name": "enableVMAgentPlatformUpdates", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.enableVMAgentPlatformUpdates"}, {"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": "object", "props": [{"type": "ResourceLocation", "name": "location", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].location"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.forceUpdateTag"}, {"type": "object", "name": "instanceView", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.name"}, {"type": "array<@InstanceViewStatus_create>", "name": "statuses", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.statuses", "item": {"type": "@InstanceViewStatus_create"}}, {"type": "array", "name": "substatuses", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.substatuses", "item": {"type": "object", "props": [{"type": "string", "name": "code", "arg": "@InstanceViewStatus_create.code"}, {"type": "string", "name": "displayStatus", "arg": "@InstanceViewStatus_create.displayStatus"}, {"type": "string", "name": "level", "arg": "@InstanceViewStatus_create.level", "enum": {"items": [{"value": "Error"}, {"value": "Info"}, {"value": "Warning"}]}}, {"type": "string", "name": "message", "arg": "@InstanceViewStatus_create.message"}, {"type": "dateTime", "name": "time", "arg": "@InstanceViewStatus_create.time"}], "cls": "InstanceViewStatus_create"}}, {"type": "string", "name": "type", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.type"}, {"type": "string", "name": "typeHandlerVersion", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.typeHandlerVersion"}]}, {"type": "@KeyVaultSecretReference_create", "name": "protectedSettingsFromKeyVault", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.provisionAfterExtensions", "item": {"type": "string"}}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.publisher"}, {"type": "boolean", "name": "suppressFailures", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.suppressFailures"}, {"type": "string", "name": "type", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.type"}, {"type": "string", "name": "typeHandlerVersion", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.typeHandlerVersion"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].tags", "additionalProps": {"item": {"type": "string"}}}]}}, {"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.id"}]}, {"type": "object", "name": "securityProfile", "arg": "$parameters.properties.virtualMachineProfile.securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionAtHost"}, {"type": "string", "name": "securityType", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.diskControllerType"}, {"type": "object", "name": "imageReference", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "props": [{"type": "string", "name": "communityGalleryImageId", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.communityGalleryImageId"}, {"type": "string", "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": "Empty"}, {"value": "FromImage"}]}}, {"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": "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": "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": "string", "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": "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": "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": "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": [{"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": "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": "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": "@SubResource_read", "name": "hostGroup"}, {"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", "format": {"minimum": 0}}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "format": {"maximum": 100, "minimum": 0}}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion"}, {"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"type": "object", "name": "spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "restoreTimeout"}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated"}, {"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": "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, "minimum": 0}}, {"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": "object", "name": "protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}], "cls": "KeyVaultSecretReference_read"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"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"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "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": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "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": "string", "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"}, {"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": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}/extensions/{}"}}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "object", "name": "instanceView", "props": [{"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "array", "name": "substatuses", "item": {"type": "object", "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"}], "cls": "InstanceViewStatus_read"}}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}]}, {"type": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "string", "name": "id"}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType"}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"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": "string", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"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": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"type": "string", "name": "userData"}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "2023-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9/V/MjAyMy0wMy0wMQ=="}], "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."}}]}, {"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"}}}]}, {"type": "ResourceLocation", "var": "$parameters.location", "options": ["l", "location"], "group": "Parameters", "help": {"short": "Resource location"}}, {"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.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": "@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": "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."}, "format": {"minimum": 0}}, {"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, "minimum": 0}}]}, {"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.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": "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": "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.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://docs.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.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, "minimum": 0}}, {"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 ¨C 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, "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": "@KeyVaultSecretReference_update.secretUrl", "options": ["secret-url"], "help": {"short": "The URL referencing a secret in a Key Vault."}}, {"type": "@SubResource_update", "var": "@KeyVaultSecretReference_update.sourceVault", "options": ["source-vault"], "help": {"short": "The relative URL of the Key Vault containing the secret."}}], "cls": "KeyVaultSecretReference_update"}, {"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, "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://docs.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://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": "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://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.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"}]}}, {"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.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": "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": "@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.osProfile", "options": ["os-profile"], "help": {"short": "Specifies the operating system settings for the virtual machines in the scale set."}, "args": [{"nullable": true, "type": "string", "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://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)"}}, {"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://docs.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://docs.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://docs.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://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": "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": "string", "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://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.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": "boolean", "var": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.enableVMAgentPlatformUpdates", "options": ["enable-vm-agent-platform-updates"], "help": {"short": "Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false."}}, {"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://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.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://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.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": "object", "args": [{"nullable": true, "type": "ResourceLocation", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].location", "options": ["l", "location"], "help": {"short": "Resource location"}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].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.securityPostureReference.excludeExtensions[].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.securityPostureReference.excludeExtensions[].properties.forceUpdateTag", "options": ["force-update-tag"], "group": "Properties", "help": {"short": "How the extension handler should be forced to update even if the extension configuration has not changed."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView", "options": ["instance-view"], "group": "Properties", "help": {"short": "The virtual machine extension instance view."}, "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.name", "options": ["name"], "help": {"short": "The virtual machine extension name."}}, {"nullable": true, "type": "array<@InstanceViewStatus_update>", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.statuses", "options": ["statuses"], "help": {"short": "The resource status information."}, "item": {"nullable": true, "type": "@InstanceViewStatus_update"}}, {"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.substatuses", "options": ["substatuses"], "help": {"short": "The resource status information."}, "item": {"nullable": true, "type": "object", "args": [{"nullable": true, "type": "string", "var": "@InstanceViewStatus_update.code", "options": ["code"], "help": {"short": "The status code."}}, {"nullable": true, "type": "string", "var": "@InstanceViewStatus_update.displayStatus", "options": ["display-status"], "help": {"short": "The short localizable label for the status."}}, {"nullable": true, "type": "string", "var": "@InstanceViewStatus_update.level", "options": ["level"], "help": {"short": "The level code."}, "enum": {"items": [{"name": "Error", "value": "Error"}, {"name": "Info", "value": "Info"}, {"name": "Warning", "value": "Warning"}]}}, {"nullable": true, "type": "string", "var": "@InstanceViewStatus_update.message", "options": ["message"], "help": {"short": "The detailed status message, including for alerts and error messages."}}, {"nullable": true, "type": "dateTime", "var": "@InstanceViewStatus_update.time", "options": ["time"], "help": {"short": "The time of the status."}}], "cls": "InstanceViewStatus_update"}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.type", "options": ["type"], "help": {"short": "Specifies the type of the extension; an example is \"CustomScriptExtension\"."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.typeHandlerVersion", "options": ["type-handler-version"], "help": {"short": "Specifies the version of the script handler."}}]}, {"nullable": true, "type": "@KeyVaultSecretReference_update", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].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"}}, {"nullable": true, "type": "array", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].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.securityPostureReference.excludeExtensions[].properties.publisher", "options": ["publisher"], "group": "Properties", "help": {"short": "The name of the extension handler publisher."}}, {"nullable": true, "type": "boolean", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].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.securityPostureReference.excludeExtensions[].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.securityPostureReference.excludeExtensions[].properties.typeHandlerVersion", "options": ["type-handler-version"], "group": "Properties", "help": {"short": "Specifies the version of the script handler."}}, {"nullable": true, "type": "object", "var": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].tags", "options": ["tags"], "help": {"short": "Resource tags"}, "additionalProps": {"item": {"nullable": true, "type": "string"}}}]}}, {"nullable": true, "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": "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": "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": "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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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"]}, {"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": "string", "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://docs.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": "Empty", "value": "Empty"}, {"name": "FromImage", "value": "FromImage"}]}}, {"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": "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://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."}, "enum": {"items": [{"name": "CacheDisk", "value": "CacheDisk"}, {"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": "string", "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": "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": "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": "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"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": "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": "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": "@SubResource_read", "name": "hostGroup"}, {"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", "format": {"minimum": 0}}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "format": {"maximum": 100, "minimum": 0}}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "@SubResource_read", "name": "proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion"}, {"type": "array", "name": "rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup"}, {"type": "object", "name": "spotRestorePolicy", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "restoreTimeout"}]}, {"readOnly": true, "type": "dateTime", "name": "timeCreated"}, {"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": "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, "minimum": 0}}, {"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": "object", "name": "protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "@SubResource_read", "name": "sourceVault", "required": true}], "cls": "KeyVaultSecretReference_read"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"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"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "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": "@ApiEntityReference_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "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": "string", "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"}, {"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": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachines/{}/extensions/{}"}}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag"}, {"type": "object", "name": "instanceView", "props": [{"type": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}, {"type": "array", "name": "substatuses", "item": {"type": "object", "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"}], "cls": "InstanceViewStatus_read"}}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}]}, {"type": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "string", "name": "id"}]}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType"}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"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": "string", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"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": "array", "name": "vhdContainers", "item": {"type": "string"}}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"type": "string", "name": "userData"}]}, {"type": "boolean", "name": "zoneBalance"}], "clientFlatten": true}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"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": "ResourceLocation", "name": "location", "arg": "$parameters.location", "required": true}, {"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": "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": "@SubResource_update", "name": "hostGroup", "arg": "$parameters.properties.hostGroup"}, {"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", "format": {"minimum": 0}}, {"type": "integer32", "name": "regularPriorityPercentageAboveBase", "arg": "$parameters.properties.priorityMixPolicy.regularPriorityPercentageAboveBase", "format": {"maximum": 100, "minimum": 0}}]}, {"type": "@SubResource_update", "name": "proximityPlacementGroup", "arg": "$parameters.properties.proximityPlacementGroup"}, {"type": "object", "name": "scaleInPolicy", "arg": "$parameters.properties.scaleInPolicy", "props": [{"type": "boolean", "name": "forceDeletion", "arg": "$parameters.properties.scaleInPolicy.forceDeletion"}, {"type": "array", "name": "rules", "arg": "$parameters.properties.scaleInPolicy.rules", "item": {"type": "string", "enum": {"items": [{"value": "Default"}, {"value": "NewestVM"}, {"value": "OldestVM"}]}}}]}, {"type": "boolean", "name": "singlePlacementGroup", "arg": "$parameters.properties.singlePlacementGroup"}, {"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": "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, "minimum": 0}}, {"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": "object", "name": "protectedSettingsFromKeyVault", "arg": "$parameters.properties.virtualMachineProfile.extensionProfile.extensions[].properties.protectedSettingsFromKeyVault", "props": [{"type": "string", "name": "secretUrl", "arg": "@KeyVaultSecretReference_update.secretUrl", "required": true}, {"type": "@SubResource_update", "name": "sourceVault", "arg": "@KeyVaultSecretReference_update.sourceVault", "required": true}], "cls": "KeyVaultSecretReference_update"}, {"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": "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}]}}, {"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"}]}}, {"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": "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": "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": "@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": "osProfile", "arg": "$parameters.properties.virtualMachineProfile.osProfile", "props": [{"type": "string", "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": "string", "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": "boolean", "name": "enableVMAgentPlatformUpdates", "arg": "$parameters.properties.virtualMachineProfile.osProfile.windowsConfiguration.enableVMAgentPlatformUpdates"}, {"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": "object", "props": [{"type": "ResourceLocation", "name": "location", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].location"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "autoUpgradeMinorVersion", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.autoUpgradeMinorVersion"}, {"type": "boolean", "name": "enableAutomaticUpgrade", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.enableAutomaticUpgrade"}, {"type": "string", "name": "forceUpdateTag", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.forceUpdateTag"}, {"type": "object", "name": "instanceView", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView", "props": [{"type": "string", "name": "name", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.name"}, {"type": "array<@InstanceViewStatus_update>", "name": "statuses", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.statuses", "item": {"type": "@InstanceViewStatus_update"}}, {"type": "array", "name": "substatuses", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.substatuses", "item": {"type": "object", "props": [{"type": "string", "name": "code", "arg": "@InstanceViewStatus_update.code"}, {"type": "string", "name": "displayStatus", "arg": "@InstanceViewStatus_update.displayStatus"}, {"type": "string", "name": "level", "arg": "@InstanceViewStatus_update.level", "enum": {"items": [{"value": "Error"}, {"value": "Info"}, {"value": "Warning"}]}}, {"type": "string", "name": "message", "arg": "@InstanceViewStatus_update.message"}, {"type": "dateTime", "name": "time", "arg": "@InstanceViewStatus_update.time"}], "cls": "InstanceViewStatus_update"}}, {"type": "string", "name": "type", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.type"}, {"type": "string", "name": "typeHandlerVersion", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.instanceView.typeHandlerVersion"}]}, {"type": "@KeyVaultSecretReference_update", "name": "protectedSettingsFromKeyVault", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.provisionAfterExtensions", "item": {"type": "string"}}, {"type": "string", "name": "publisher", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.publisher"}, {"type": "boolean", "name": "suppressFailures", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.suppressFailures"}, {"type": "string", "name": "type", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.type"}, {"type": "string", "name": "typeHandlerVersion", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].properties.typeHandlerVersion"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.excludeExtensions[].tags", "additionalProps": {"item": {"type": "string"}}}]}}, {"type": "string", "name": "id", "arg": "$parameters.properties.virtualMachineProfile.securityPostureReference.id"}]}, {"type": "object", "name": "securityProfile", "arg": "$parameters.properties.virtualMachineProfile.securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.encryptionAtHost"}, {"type": "string", "name": "securityType", "arg": "$parameters.properties.virtualMachineProfile.securityProfile.securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "boolean", "name": "writeAcceleratorEnabled", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.dataDisks[].writeAcceleratorEnabled"}]}, "identifiers": ["lun", "name"]}, {"type": "string", "name": "diskControllerType", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.diskControllerType"}, {"type": "object", "name": "imageReference", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference", "props": [{"type": "string", "name": "communityGalleryImageId", "arg": "$parameters.properties.virtualMachineProfile.storageProfile.imageReference.communityGalleryImageId"}, {"type": "string", "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": "Empty"}, {"value": "FromImage"}]}}, {"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": "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": "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": "string", "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": "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": "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": "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": "azure-async-operation"}, "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}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}, "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}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2023-03-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2023-03-01.xml new file mode 100644 index 000000000..6e9dd1507 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9/2023-03-01.xml @@ -0,0 +1,5451 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2020-06-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2020-06-01.json new file mode 100644 index 000000000..be214c43f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2020-06-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/osupgradehistory", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L29zVXBncmFkZUhpc3Rvcnk=/V/MjAyMC0wNi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "get-os-upgrade-history", "version": "2020-06-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/osupgradehistory", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L29zVXBncmFkZUhpc3Rvcnk=/V/MjAyMC0wNi0wMQ=="}], "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, "group": "", "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}], "operations": [{"operationId": "VirtualMachineScaleSets_GetOSUpgradeHistory", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/osUpgradeHistory", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "location"}, {"type": "object", "name": "properties", "props": [{"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"}]}}, {"type": "object", "name": "innererror", "props": [{"type": "string", "name": "errordetail"}, {"type": "string", "name": "exceptiontype"}]}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}], "cls": "ApiError_read"}, {"type": "object", "name": "progress", "props": [{"readOnly": true, "type": "integer32", "name": "failedInstanceCount"}, {"readOnly": true, "type": "integer32", "name": "inProgressInstanceCount"}, {"readOnly": true, "type": "integer32", "name": "pendingInstanceCount"}, {"readOnly": true, "type": "integer32", "name": "successfulInstanceCount"}]}, {"type": "object", "name": "rollbackInfo", "props": [{"readOnly": true, "type": "integer32", "name": "failedRolledbackInstanceCount"}, {"readOnly": true, "type": "@ApiError_read", "name": "rollbackError"}, {"readOnly": true, "type": "integer32", "name": "successfullyRolledbackInstanceCount"}]}, {"type": "object", "name": "runningStatus", "props": [{"readOnly": true, "type": "string", "name": "code", "enum": {"items": [{"value": "Cancelled"}, {"value": "Completed"}, {"value": "Faulted"}, {"value": "RollingForward"}]}}, {"readOnly": true, "type": "dateTime", "name": "endTime"}, {"readOnly": true, "type": "dateTime", "name": "startTime"}]}, {"readOnly": true, "type": "string", "name": "startedBy", "enum": {"items": [{"value": "Platform"}, {"value": "Unknown"}, {"value": "User"}]}}, {"type": "object", "name": "targetImageReference", "props": [{"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}]}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2020-06-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2020-06-01.xml new file mode 100644 index 000000000..dfcf4dd1b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2020-06-01.xml @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2023-03-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2023-03-01.json new file mode 100644 index 000000000..11593c486 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2023-03-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/osupgradehistory", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L29zVXBncmFkZUhpc3Rvcnk=/V/MjAyMy0wMy0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "get-os-upgrade-history", "version": "2023-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/osupgradehistory", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L29zVXBncmFkZUhpc3Rvcnk=/V/MjAyMy0wMy0wMQ=="}], "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, "group": "", "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}], "operations": [{"operationId": "VirtualMachineScaleSets_GetOSUpgradeHistory", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/osUpgradeHistory", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "location"}, {"type": "object", "name": "properties", "props": [{"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"}, {"type": "object", "name": "progress", "props": [{"readOnly": true, "type": "integer32", "name": "failedInstanceCount"}, {"readOnly": true, "type": "integer32", "name": "inProgressInstanceCount"}, {"readOnly": true, "type": "integer32", "name": "pendingInstanceCount"}, {"readOnly": true, "type": "integer32", "name": "successfulInstanceCount"}]}, {"type": "object", "name": "rollbackInfo", "props": [{"readOnly": true, "type": "integer32", "name": "failedRolledbackInstanceCount"}, {"readOnly": true, "type": "@ApiError_read", "name": "rollbackError"}, {"readOnly": true, "type": "integer32", "name": "successfullyRolledbackInstanceCount"}]}, {"type": "object", "name": "runningStatus", "props": [{"readOnly": true, "type": "string", "name": "code", "enum": {"items": [{"value": "Cancelled"}, {"value": "Completed"}, {"value": "Faulted"}, {"value": "RollingForward"}]}}, {"readOnly": true, "type": "dateTime", "name": "endTime"}, {"readOnly": true, "type": "dateTime", "name": "startTime"}]}, {"readOnly": true, "type": "string", "name": "startedBy", "enum": {"items": [{"value": "Platform"}, {"value": "Unknown"}, {"value": "User"}]}}, {"type": "object", "name": "targetImageReference", "props": [{"type": "string", "name": "communityGalleryImageId"}, {"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "sharedGalleryImageId"}, {"type": "string", "name": "sku"}, {"type": "string", "name": "version"}]}]}, {"readOnly": true, "type": "string", "name": "type"}]}, "identifiers": ["type", "location"]}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2023-03-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2023-03-01.xml new file mode 100644 index 000000000..03c6c17d1 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L29zdXBncmFkZWhpc3Rvcnk=/2023-03-01.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2017-12-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2017-12-01.json new file mode 100644 index 000000000..676a9ebc0 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2017-12-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/performmaintenance", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3BlcmZvcm1NYWludGVuYW5jZQ==/V/MjAxNy0xMi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "perform-maintenance", "version": "2017-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/performmaintenance", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3BlcmZvcm1NYWludGVuYW5jZQ==/V/MjAxNy0xMi0wMQ=="}], "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, "group": "", "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}, {"name": "VmInstanceIDs", "args": [{"type": "array", "var": "$vmInstanceIDs.instanceIds", "options": ["instance-ids"], "group": "VmInstanceIDs", "help": {"short": "The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set."}, "item": {"type": "string"}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "VirtualMachineScaleSets_PerformMaintenance", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/performMaintenance", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-12-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"schema": {"type": "object", "name": "vmInstanceIDs", "props": [{"type": "array", "name": "instanceIds", "arg": "$vmInstanceIDs.instanceIds", "item": {"type": "string"}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "endTime"}, {"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"}]}}, {"type": "object", "name": "innererror", "props": [{"type": "string", "name": "errordetail"}, {"type": "string", "name": "exceptiontype"}]}, {"type": "string", "name": "message"}, {"type": "string", "name": "target"}]}, {"readOnly": true, "type": "string", "name": "name"}, {"readOnly": true, "type": "dateTime", "name": "startTime"}, {"readOnly": true, "type": "string", "name": "status"}]}}}}, {"statusCode": [202]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2017-12-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2017-12-01.xml new file mode 100644 index 000000000..3b57fbcfa --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2017-12-01.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2020-06-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2020-06-01.json new file mode 100644 index 000000000..6e7ae1388 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2020-06-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/performmaintenance", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3BlcmZvcm1NYWludGVuYW5jZQ==/V/MjAyMC0wNi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "perform-maintenance", "version": "2020-06-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/performmaintenance", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3BlcmZvcm1NYWludGVuYW5jZQ==/V/MjAyMC0wNi0wMQ=="}], "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, "group": "", "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}, {"name": "VmInstanceIDs", "args": [{"type": "array", "var": "$vmInstanceIDs.instanceIds", "options": ["instance-ids"], "group": "VmInstanceIDs", "help": {"short": "The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set."}, "item": {"type": "string"}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "VirtualMachineScaleSets_PerformMaintenance", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/performMaintenance", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"schema": {"type": "object", "name": "vmInstanceIDs", "props": [{"type": "array", "name": "instanceIds", "arg": "$vmInstanceIDs.instanceIds", "item": {"type": "string"}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200]}, {"statusCode": [202]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2020-06-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2020-06-01.xml new file mode 100644 index 000000000..8f36d5eef --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2020-06-01.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2023-03-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2023-03-01.json new file mode 100644 index 000000000..75940d9bd --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2023-03-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/performmaintenance", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3BlcmZvcm1NYWludGVuYW5jZQ==/V/MjAyMy0wMy0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "perform-maintenance", "version": "2023-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/performmaintenance", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3BlcmZvcm1NYWludGVuYW5jZQ==/V/MjAyMy0wMy0wMQ=="}], "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, "group": "", "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}, {"name": "VmInstanceIDs", "args": [{"type": "array", "var": "$vmInstanceIDs.instanceIds", "options": ["instance-ids"], "group": "VmInstanceIDs", "help": {"short": "The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set."}, "item": {"type": "string"}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "VirtualMachineScaleSets_PerformMaintenance", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/performMaintenance", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"schema": {"type": "object", "name": "vmInstanceIDs", "props": [{"type": "array", "name": "instanceIds", "arg": "$vmInstanceIDs.instanceIds", "item": {"type": "string"}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200]}, {"statusCode": [202]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2023-03-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2023-03-01.xml new file mode 100644 index 000000000..5a6b2932f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3BlcmZvcm1tYWludGVuYW5jZQ==/2023-03-01.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-03-30.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-03-30.json new file mode 100644 index 000000000..cc77faec7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-03-30.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3NrdXM=/V/MjAxNy0wMy0zMA=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list-skus", "version": "2017-03-30", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3NrdXM=/V/MjAxNy0wMy0zMA=="}], "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, "group": "", "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}], "operations": [{"operationId": "VirtualMachineScaleSets_ListSkus", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/skus", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-03-30"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "capacity", "props": [{"readOnly": true, "type": "integer64", "name": "defaultCapacity"}, {"readOnly": true, "type": "integer64", "name": "maximum"}, {"readOnly": true, "type": "integer64", "name": "minimum"}, {"readOnly": true, "type": "string", "name": "scaleType", "enum": {"items": [{"value": "Automatic"}, {"value": "None"}]}}]}, {"readOnly": true, "type": "string", "name": "resourceType"}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-03-30.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-03-30.xml new file mode 100644 index 000000000..7a13f6fd2 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-03-30.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-12-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-12-01.json new file mode 100644 index 000000000..df69d01b1 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-12-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3NrdXM=/V/MjAxNy0xMi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list-skus", "version": "2017-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3NrdXM=/V/MjAxNy0xMi0wMQ=="}], "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, "group": "", "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}], "operations": [{"operationId": "VirtualMachineScaleSets_ListSkus", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/skus", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-12-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "capacity", "props": [{"readOnly": true, "type": "integer64", "name": "defaultCapacity"}, {"readOnly": true, "type": "integer64", "name": "maximum"}, {"readOnly": true, "type": "integer64", "name": "minimum"}, {"readOnly": true, "type": "string", "name": "scaleType", "enum": {"items": [{"value": "Automatic"}, {"value": "None"}]}}]}, {"readOnly": true, "type": "string", "name": "resourceType"}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-12-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-12-01.xml new file mode 100644 index 000000000..c4a2eb075 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2017-12-01.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2020-06-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2020-06-01.json new file mode 100644 index 000000000..91bf92b3b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2020-06-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3NrdXM=/V/MjAyMC0wNi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list-skus", "version": "2020-06-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3NrdXM=/V/MjAyMC0wNi0wMQ=="}], "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, "group": "", "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}], "operations": [{"operationId": "VirtualMachineScaleSets_ListSkus", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/skus", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "capacity", "props": [{"readOnly": true, "type": "integer64", "name": "defaultCapacity"}, {"readOnly": true, "type": "integer64", "name": "maximum"}, {"readOnly": true, "type": "integer64", "name": "minimum"}, {"readOnly": true, "type": "string", "name": "scaleType", "enum": {"items": [{"value": "Automatic"}, {"value": "None"}]}}]}, {"readOnly": true, "type": "string", "name": "resourceType"}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2020-06-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2020-06-01.xml new file mode 100644 index 000000000..7ea830bd2 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2020-06-01.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2023-03-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2023-03-01.json new file mode 100644 index 000000000..b6db34360 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2023-03-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3NrdXM=/V/MjAyMy0wMy0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list-skus", "version": "2023-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/skus", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3NrdXM=/V/MjAyMy0wMy0wMQ=="}], "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, "group": "", "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}], "operations": [{"operationId": "VirtualMachineScaleSets_ListSkus", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/skus", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "capacity", "props": [{"readOnly": true, "type": "integer64", "name": "defaultCapacity"}, {"readOnly": true, "type": "integer64", "name": "maximum"}, {"readOnly": true, "type": "integer64", "name": "minimum"}, {"readOnly": true, "type": "string", "name": "scaleType", "enum": {"items": [{"value": "Automatic"}, {"value": "None"}]}}]}, {"readOnly": true, "type": "string", "name": "resourceType"}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}]}, "identifiers": ["resourceType"]}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2023-03-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2023-03-01.xml new file mode 100644 index 000000000..567633995 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3NrdXM=/2023-03-01.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-03-30.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-03-30.json new file mode 100644 index 000000000..2957f6bc5 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-03-30.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dmlydHVhbE1hY2hpbmVTY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcw==/V/MjAxNy0wMy0zMA=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list-instances", "version": "2017-03-30", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", "version": "2017-03-30", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dmlydHVhbE1hY2hpbmVTY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcw==/V/MjAxNy0wMy0zMA=="}], "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.virtualMachineScaleSetName", "options": ["n", "name", "virtual-machine-scale-set-name"], "required": true, "group": "", "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 to the operation. Allowed values are 'instanceView'."}}, {"type": "string", "var": "$Query.filter", "options": ["filter"], "help": {"short": "The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'."}}, {"type": "string", "var": "$Query.select", "options": ["select"], "help": {"short": "The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'."}}]}], "operations": [{"operationId": "VirtualMachineScaleSetVMs_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "virtualMachineScaleSetName", "arg": "$Path.virtualMachineScaleSetName", "required": true}]}, "query": {"params": [{"type": "string", "name": "$expand", "arg": "$Query.expand"}, {"type": "string", "name": "$filter", "arg": "$Query.filter"}, {"type": "string", "name": "$select", "arg": "$Query.select"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2017-03-30"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/virtualmachines/{}"}}, {"readOnly": true, "type": "string", "name": "instanceId"}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "@SubResource_read", "name": "availabilitySet"}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"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_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_D1_v2"}, {"value": "Standard_D2"}, {"value": "Standard_D2_v2"}, {"value": "Standard_D3"}, {"value": "Standard_D3_v2"}, {"value": "Standard_D4"}, {"value": "Standard_D4_v2"}, {"value": "Standard_D5_v2"}, {"value": "Standard_DS1"}, {"value": "Standard_DS11"}, {"value": "Standard_DS11_v2"}, {"value": "Standard_DS12"}, {"value": "Standard_DS12_v2"}, {"value": "Standard_DS13"}, {"value": "Standard_DS13_v2"}, {"value": "Standard_DS14"}, {"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_F1"}, {"value": "Standard_F16"}, {"value": "Standard_F16s"}, {"value": "Standard_F1s"}, {"value": "Standard_F2"}, {"value": "Standard_F2s"}, {"value": "Standard_F4"}, {"value": "Standard_F4s"}, {"value": "Standard_F8"}, {"value": "Standard_F8s"}, {"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_GS5"}, {"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_NC12"}, {"value": "Standard_NC24"}, {"value": "Standard_NC24r"}, {"value": "Standard_NC6"}, {"value": "Standard_NV12"}, {"value": "Standard_NV24"}, {"value": "Standard_NV6"}]}}]}, {"type": "object", "name": "instanceView", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"readOnly": true, "type": "string", "name": "consoleScreenshotBlobUri"}, {"readOnly": true, "type": "string", "name": "serialConsoleLogBlobUri"}]}, {"type": "array", "name": "disks", "item": {"type": "object", "props": [{"type": "array", "name": "encryptionSettings", "item": {"type": "object", "props": [{"type": "object", "name": "diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "required": true, "props": [{"type": "string", "name": "id"}], "cls": "SubResource_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": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}]}}, {"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"}}, {"type": "string", "name": "placementGroupId"}, {"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"}], "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"}]}, {"type": "object", "name": "vmHealth", "props": [{"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}]}, {"readOnly": true, "type": "boolean", "name": "latestModelApplied"}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerName"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"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"}]}}]}}, {"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"}, {"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"}]}}]}}]}]}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "@VirtualHardDisk_read", "name": "vhd"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "@DiskEncryptionSettings_read", "name": "encryptionSettings"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "object", "name": "managedDisk", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_LRS"}]}}], "cls": "ManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "object", "name": "vhd", "props": [{"type": "string", "name": "uri"}], "cls": "VirtualHardDisk_read"}]}]}, {"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": "string", "name": "forceUpdateTag"}, {"type": "@VirtualMachineExtensionInstanceView_read", "name": "instanceView"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-03-30.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-03-30.xml new file mode 100644 index 000000000..5c9e8d415 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-03-30.xml @@ -0,0 +1,453 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-12-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-12-01.json new file mode 100644 index 000000000..9945b2644 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-12-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dmlydHVhbE1hY2hpbmVTY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcw==/V/MjAxNy0xMi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list-instances", "version": "2017-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", "version": "2017-12-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dmlydHVhbE1hY2hpbmVTY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcw==/V/MjAxNy0xMi0wMQ=="}], "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.virtualMachineScaleSetName", "options": ["n", "name", "virtual-machine-scale-set-name"], "required": true, "group": "", "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 to the operation. Allowed values are 'instanceView'."}}, {"type": "string", "var": "$Query.filter", "options": ["filter"], "help": {"short": "The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'."}}, {"type": "string", "var": "$Query.select", "options": ["select"], "help": {"short": "The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'."}}]}], "operations": [{"operationId": "VirtualMachineScaleSetVMs_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "virtualMachineScaleSetName", "arg": "$Path.virtualMachineScaleSetName", "required": true}]}, "query": {"params": [{"type": "string", "name": "$expand", "arg": "$Query.expand"}, {"type": "string", "name": "$filter", "arg": "$Query.filter"}, {"type": "string", "name": "$select", "arg": "$Query.select"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2017-12-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/virtualmachines/{}"}}, {"readOnly": true, "type": "string", "name": "instanceId"}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "@SubResource_read", "name": "availabilitySet"}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"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": "instanceView", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"readOnly": true, "type": "string", "name": "consoleScreenshotBlobUri"}, {"readOnly": true, "type": "string", "name": "serialConsoleLogBlobUri"}]}, {"type": "array", "name": "disks", "item": {"type": "object", "props": [{"type": "array", "name": "encryptionSettings", "item": {"type": "object", "props": [{"type": "object", "name": "diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "required": true, "props": [{"type": "string", "name": "id"}], "cls": "SubResource_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": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}]}}, {"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"}}, {"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"}, {"type": "dateTime", "name": "maintenanceWindowStartTime"}, {"type": "dateTime", "name": "preMaintenanceWindowEndTime"}, {"type": "dateTime", "name": "preMaintenanceWindowStartTime"}]}, {"type": "string", "name": "placementGroupId"}, {"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"}], "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"}]}, {"type": "object", "name": "vmHealth", "props": [{"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}]}, {"readOnly": true, "type": "boolean", "name": "latestModelApplied"}, {"type": "string", "name": "licenseType"}, {"type": "object", "name": "networkProfile", "props": [{"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"type": "string", "name": "adminUsername"}, {"type": "string", "name": "computerName"}, {"type": "string", "name": "customData"}, {"type": "object", "name": "linuxConfiguration", "props": [{"type": "boolean", "name": "disablePasswordAuthentication"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "path"}]}}]}]}, {"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"}]}}]}}, {"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"}, {"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"}]}}]}}]}]}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"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": "@VirtualHardDisk_read", "name": "vhd"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "@DiskEncryptionSettings_read", "name": "encryptionSettings"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "object", "name": "managedDisk", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "Standard_LRS"}]}}], "cls": "ManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "object", "name": "vhd", "props": [{"type": "string", "name": "uri"}], "cls": "VirtualHardDisk_read"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"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": "string", "name": "forceUpdateTag"}, {"type": "@VirtualMachineExtensionInstanceView_read", "name": "instanceView"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-12-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-12-01.xml new file mode 100644 index 000000000..eaa62a764 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2017-12-01.xml @@ -0,0 +1,540 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2020-06-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2020-06-01.json new file mode 100644 index 000000000..8b4ed5a1b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2020-06-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dmlydHVhbE1hY2hpbmVTY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcw==/V/MjAyMC0wNi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list-instances", "version": "2020-06-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dmlydHVhbE1hY2hpbmVTY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcw==/V/MjAyMC0wNi0wMQ=="}], "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.virtualMachineScaleSetName", "options": ["n", "name", "virtual-machine-scale-set-name"], "required": true, "group": "", "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 to the operation. Allowed values are 'instanceView'."}}, {"type": "string", "var": "$Query.filter", "options": ["filter"], "help": {"short": "The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'."}}, {"type": "string", "var": "$Query.select", "options": ["select"], "help": {"short": "The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'."}}]}], "operations": [{"operationId": "VirtualMachineScaleSetVMs_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "virtualMachineScaleSetName", "arg": "$Path.virtualMachineScaleSetName", "required": true}]}, "query": {"params": [{"type": "string", "name": "$expand", "arg": "$Query.expand"}, {"type": "string", "name": "$filter", "arg": "$Query.filter"}, {"type": "string", "name": "$select", "arg": "$Query.select"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/virtualmachines/{}"}}, {"readOnly": true, "type": "string", "name": "instanceId"}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "ultraSSDEnabled"}]}, {"type": "@SubResource_read", "name": "availabilitySet"}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"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": "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": "array", "name": "disks", "item": {"type": "object", "props": [{"type": "array", "name": "encryptionSettings", "item": {"type": "object", "props": [{"type": "object", "name": "diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "required": true, "props": [{"type": "string", "name": "id"}], "cls": "SubResource_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": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}]}}, {"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"}}, {"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"}, {"type": "dateTime", "name": "maintenanceWindowStartTime"}, {"type": "dateTime", "name": "preMaintenanceWindowEndTime"}, {"type": "dateTime", "name": "preMaintenanceWindowStartTime"}]}, {"type": "string", "name": "placementGroupId"}, {"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"}], "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"}]}, {"type": "object", "name": "vmHealth", "props": [{"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}]}, {"readOnly": true, "type": "boolean", "name": "latestModelApplied"}, {"type": "string", "name": "licenseType"}, {"readOnly": true, "type": "string", "name": "modelDefinitionApplied"}, {"type": "object", "name": "networkProfile", "props": [{"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "object", "name": "properties", "props": [{"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "networkProfileConfiguration", "props": [{"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "id"}, {"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": "object", "name": "dnsSettings", "props": [{"type": "string", "name": "domainNameLabel", "required": true}]}, {"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": "subnet", "props": [{"type": "string", "name": "id"}]}], "clientFlatten": true}]}}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "adminPassword"}, {"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": "provisionVMAgent"}, {"type": "object", "name": "ssh", "props": [{"type": "array", "name": "publicKeys", "item": {"type": "object", "props": [{"type": "string", "name": "keyData"}, {"type": "string", "name": "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"}]}}]}}, {"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"}, {"type": "object", "name": "patchSettings", "props": [{"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": "object", "name": "protectionPolicy", "props": [{"type": "boolean", "name": "protectFromScaleIn"}, {"type": "boolean", "name": "protectFromScaleSetActions"}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}]}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"readOnly": true, "type": "integer64", "name": "diskIOPSReadWrite"}, {"readOnly": true, "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": "boolean", "name": "toBeDetached"}, {"type": "@VirtualHardDisk_read", "name": "vhd"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}}, {"type": "object", "name": "imageReference", "props": [{"readOnly": true, "type": "string", "name": "exactVersion"}, {"type": "string", "name": "id"}, {"type": "string", "name": "offer"}, {"type": "string", "name": "publisher"}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "@DiskEncryptionSettings_read", "name": "encryptionSettings"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "string", "name": "id"}]}, {"type": "string", "name": "id"}, {"type": "string", "name": "storageAccountType", "enum": {"items": [{"value": "Premium_LRS"}, {"value": "StandardSSD_LRS"}, {"value": "Standard_LRS"}, {"value": "UltraSSD_LRS"}]}}], "cls": "ManagedDiskParameters_read"}, {"type": "string", "name": "name"}, {"type": "string", "name": "osType", "enum": {"items": [{"value": "Linux"}, {"value": "Windows"}]}}, {"type": "object", "name": "vhd", "props": [{"type": "string", "name": "uri"}], "cls": "VirtualHardDisk_read"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"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"}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"readOnly": true, "type": "array", "name": "zones", "item": {"type": "string"}}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2020-06-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2020-06-01.xml new file mode 100644 index 000000000..752924d5a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2020-06-01.xml @@ -0,0 +1,663 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2023-03-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2023-03-01.json new file mode 100644 index 000000000..0c3b58020 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2023-03-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dmlydHVhbE1hY2hpbmVTY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcw==/V/MjAyMy0wMy0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "list-instances", "version": "2023-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dmlydHVhbE1hY2hpbmVTY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcw==/V/MjAyMy0wMy0wMQ=="}], "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.virtualMachineScaleSetName", "options": ["n", "name", "virtual-machine-scale-set-name"], "required": true, "group": "", "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 to the operation. Allowed values are 'instanceView'."}}, {"type": "string", "var": "$Query.filter", "options": ["filter"], "help": {"short": "The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'."}}, {"type": "string", "var": "$Query.select", "options": ["select"], "help": {"short": "The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'."}}]}], "operations": [{"operationId": "VirtualMachineScaleSetVMs_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "virtualMachineScaleSetName", "arg": "$Path.virtualMachineScaleSetName", "required": true}]}, "query": {"params": [{"type": "string", "name": "$expand", "arg": "$Query.expand"}, {"type": "string", "name": "$filter", "arg": "$Query.filter"}, {"type": "string", "name": "$select", "arg": "$Query.select"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Compute/virtualMachineScaleSets/{}/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"}]}}}]}, {"readOnly": true, "type": "string", "name": "instanceId"}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"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": "hibernationEnabled"}, {"type": "boolean", "name": "ultraSSDEnabled"}]}, {"type": "@SubResource_read", "name": "availabilitySet"}, {"type": "object", "name": "diagnosticsProfile", "props": [{"type": "object", "name": "bootDiagnostics", "props": [{"type": "boolean", "name": "enabled"}, {"type": "string", "name": "storageUri"}]}]}, {"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": "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", "name": "encryptionSettings", "item": {"type": "object", "props": [{"type": "object", "name": "diskEncryptionKey", "props": [{"type": "string", "name": "secretUrl", "required": true}, {"type": "object", "name": "sourceVault", "required": true, "props": [{"type": "string", "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": "string", "name": "name"}, {"type": "array<@InstanceViewStatus_read>", "name": "statuses", "item": {"type": "@InstanceViewStatus_read"}}]}, "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"}]}}, {"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"}, {"type": "dateTime", "name": "maintenanceWindowStartTime"}, {"type": "dateTime", "name": "preMaintenanceWindowEndTime"}, {"type": "dateTime", "name": "preMaintenanceWindowStartTime"}]}, {"type": "string", "name": "osName"}, {"type": "string", "name": "osVersion"}, {"type": "string", "name": "placementGroupId"}, {"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"}], "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"}]}, {"type": "object", "name": "vmHealth", "props": [{"readOnly": true, "type": "@InstanceViewStatus_read", "name": "status"}]}]}, {"readOnly": true, "type": "boolean", "name": "latestModelApplied"}, {"type": "string", "name": "licenseType"}, {"readOnly": true, "type": "string", "name": "modelDefinitionApplied"}, {"type": "object", "name": "networkProfile", "props": [{"type": "string", "name": "networkApiVersion", "enum": {"items": [{"value": "2020-11-01"}]}}, {"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "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"}]}}], "cls": "PublicIPAddressSku_read"}]}, {"type": "@SubResource_read", "name": "subnet"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "string", "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": "networkProfileConfiguration", "props": [{"type": "array", "name": "networkInterfaceConfigurations", "item": {"type": "object", "props": [{"type": "string", "name": "name", "required": true}, {"type": "object", "name": "properties", "props": [{"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": "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": "@PublicIPAddressSku_read", "name": "sku"}]}, {"type": "object", "name": "subnet", "props": [{"type": "string", "name": "id"}]}], "clientFlatten": true}]}, "identifiers": ["name"]}, {"type": "@SubResource_read", "name": "networkSecurityGroup"}, {"type": "boolean", "name": "primary"}], "clientFlatten": true}]}, "identifiers": ["name"]}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "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"}, {"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": "object", "name": "protectionPolicy", "props": [{"type": "boolean", "name": "protectFromScaleIn"}, {"type": "boolean", "name": "protectFromScaleSetActions"}]}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "object", "name": "securityProfile", "props": [{"type": "boolean", "name": "encryptionAtHost"}, {"type": "string", "name": "securityType", "enum": {"items": [{"value": "ConfidentialVM"}, {"value": "TrustedLaunch"}]}}, {"type": "object", "name": "uefiSettings", "props": [{"type": "boolean", "name": "secureBootEnabled"}, {"type": "boolean", "name": "vTpmEnabled"}]}]}, {"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": "Empty"}, {"value": "FromImage"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "string", "name": "detachOption", "enum": {"items": [{"value": "ForceDetach"}]}}, {"readOnly": true, "type": "integer64", "name": "diskIOPSReadWrite"}, {"readOnly": true, "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": "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": "string", "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": "Empty"}, {"value": "FromImage"}]}}, {"type": "string", "name": "deleteOption", "enum": {"items": [{"value": "Delete"}, {"value": "Detach"}]}}, {"type": "object", "name": "diffDiskSettings", "props": [{"type": "string", "name": "option", "enum": {"items": [{"value": "Local"}]}}, {"type": "string", "name": "placement", "enum": {"items": [{"value": "CacheDisk"}, {"value": "ResourceDisk"}]}}]}, {"type": "integer32", "name": "diskSizeGB"}, {"type": "@DiskEncryptionSettings_read", "name": "encryptionSettings"}, {"type": "@VirtualHardDisk_read", "name": "image"}, {"type": "object", "name": "managedDisk", "props": [{"type": "object", "name": "diskEncryptionSet", "props": [{"type": "string", "name": "id"}], "cls": "DiskEncryptionSetParameters_read"}, {"type": "string", "name": "id"}, {"type": "object", "name": "securityProfile", "props": [{"type": "@DiskEncryptionSetParameters_read", "name": "diskEncryptionSet"}, {"type": "string", "name": "securityEncryptionType", "enum": {"items": [{"value": "DiskWithVMGuestState"}, {"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": "object", "name": "vhd", "props": [{"type": "string", "name": "uri"}], "cls": "VirtualHardDisk_read"}, {"type": "boolean", "name": "writeAcceleratorEnabled"}]}]}, {"type": "string", "name": "userData"}, {"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"}, {"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": "@KeyVaultSecretReference_read", "name": "protectedSettingsFromKeyVault"}, {"type": "array", "name": "provisionAfterExtensions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "provisioningState"}, {"type": "string", "name": "publisher"}, {"type": "boolean", "name": "suppressFailures"}, {"type": "string", "name": "type"}, {"type": "string", "name": "typeHandlerVersion"}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"type": "object", "name": "sku", "props": [{"type": "integer64", "name": "capacity"}, {"type": "string", "name": "name"}, {"type": "string", "name": "tier"}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}, {"readOnly": true, "type": "array", "name": "zones", "item": {"type": "string"}}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2023-03-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2023-03-01.xml new file mode 100644 index 000000000..fd50ca671 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcw==/2023-03-01.xml @@ -0,0 +1,915 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2020-06-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2020-06-01.json new file mode 100644 index 000000000..cc60f7faf --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2020-06-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines/{}/simulateeviction", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcy97aW5zdGFuY2VJZH0vc2ltdWxhdGVFdmljdGlvbg==/V/MjAyMC0wNi0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "simulate-eviction", "version": "2020-06-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines/{}/simulateeviction", "version": "2020-06-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcy97aW5zdGFuY2VJZH0vc2ltdWxhdGVFdmljdGlvbg==/V/MjAyMC0wNi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.instanceId", "options": ["instance-id"], "required": true, "idPart": "child_name_1", "help": {"short": "The instance ID of the virtual machine."}}, {"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, "group": "", "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}], "operations": [{"operationId": "VirtualMachineScaleSetVMs_SimulateEviction", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/simulateEviction", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "instanceId", "arg": "$Path.instanceId", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2020-06-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2020-06-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2020-06-01.xml new file mode 100644 index 000000000..e4e710411 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2020-06-01.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2023-03-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2023-03-01.json new file mode 100644 index 000000000..9b164b7de --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2023-03-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines/{}/simulateeviction", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcy97aW5zdGFuY2VJZH0vc2ltdWxhdGVFdmljdGlvbg==/V/MjAyMy0wMy0wMQ=="}], "commandGroups": [{"name": "vmss", "commands": [{"name": "simulate-eviction", "version": "2023-03-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/virtualmachinescalesets/{}/virtualmachines/{}/simulateeviction", "version": "2023-03-01", "swagger": "mgmt-plane/compute/ResourceProviders/Microsoft.Compute/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZVNjYWxlU2V0cy97dm1TY2FsZVNldE5hbWV9L3ZpcnR1YWxNYWNoaW5lcy97aW5zdGFuY2VJZH0vc2ltdWxhdGVFdmljdGlvbg==/V/MjAyMy0wMy0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.instanceId", "options": ["instance-id"], "required": true, "idPart": "child_name_1", "help": {"short": "The instance ID of the virtual machine."}}, {"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, "group": "", "idPart": "name", "help": {"short": "The name of the VM scale set."}}]}], "operations": [{"operationId": "VirtualMachineScaleSetVMs_SimulateEviction", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/simulateEviction", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "instanceId", "arg": "$Path.instanceId", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}, {"type": "string", "name": "vmScaleSetName", "arg": "$Path.vmScaleSetName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-03-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2023-03-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2023-03-01.xml new file mode 100644 index 000000000..0f6b76360 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL3ZpcnR1YWxtYWNoaW5lc2NhbGVzZXRzL3t9L3ZpcnR1YWxtYWNoaW5lcy97fS9zaW11bGF0ZWV2aWN0aW9u/2023-03-01.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +