You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Are automatic updates enabled for Windows Virtual Machine in this scale set?"
185
+
default=true
186
+
}
187
+
183
188
variable"enable_encryption_at_host" {
184
189
description=" Should all of the disks (including the temp disk) attached to this Virtual Machine be encrypted by enabling Encryption at Host?"
185
190
default=false
186
191
}
187
192
193
+
variable"license_type" {
194
+
description="Specifies the type of on-premise license which should be used for this Virtual Machine. Possible values are None, Windows_Client and Windows_Server."
195
+
default="None"
196
+
}
197
+
188
198
variable"platform_fault_domain_count" {
189
199
description="Specifies the number of fault domains that are used by this Linux Virtual Machine Scale Set."
description="The Type of Storage Account which should back this Data Disk. Possible values include Standard_LRS, StandardSSD_LRS, Premium_LRS and UltraSSD_LRS."
382
+
default="Standard_LRS"
383
+
}
384
+
370
385
variable"dns_servers" {
371
386
description="List of dns servers to use for network interface"
description="Specifies the type of on-premise license which should be used for this Virtual Machine. Possible values are None, Windows_Client and Windows_Server."
description="The Type of Storage Account which should back this Data Disk. Possible values include Standard_LRS, StandardSSD_LRS, Premium_LRS and UltraSSD_LRS."
0 commit comments