|
5164 | 5164 | },
|
5165 | 5165 | "StorageAccountType": {
|
5166 | 5166 | "type": "string",
|
5167 |
| - "description": "Specifies the storage account type for the managed disk. Possible values are: Standard_LRS, Premium_LRS, and StandardSSD_LRS.", |
| 5167 | + "description": "Specifies the storage account type for the managed disk. UltraSSD_LRS can only be used for data disks.", |
5168 | 5168 | "enum": [
|
5169 | 5169 | "Standard_LRS",
|
5170 | 5170 | "Premium_LRS",
|
5171 |
| - "StandardSSD_LRS" |
| 5171 | + "StandardSSD_LRS", |
| 5172 | + "UltraSSD_LRS" |
5172 | 5173 | ],
|
5173 | 5174 | "x-ms-enum": {
|
5174 | 5175 | "name": "StorageAccountTypes",
|
|
5179 | 5180 | "properties": {
|
5180 | 5181 | "storageAccountType": {
|
5181 | 5182 | "$ref": "#/definitions/StorageAccountType",
|
5182 |
| - "description": "Specifies the storage account type for the managed disk. Possible values are: Standard_LRS, Premium_LRS, and StandardSSD_LRS." |
| 5183 | + "description": "Specifies the storage account type for the managed disk. UltraSSD_LRS can only be used for data disks." |
5183 | 5184 | }
|
5184 | 5185 | },
|
5185 | 5186 | "allOf": [
|
|
5313 | 5314 | },
|
5314 | 5315 | "description": "Specifies the storage settings for the virtual machine disks."
|
5315 | 5316 | },
|
| 5317 | + "AdditionalCapabilities": { |
| 5318 | + "properties": { |
| 5319 | + "ultraSSDEnabled": { |
| 5320 | + "type": "boolean", |
| 5321 | + "description": "Enables or disables a capability to have 1 or more managed data disks with UltraSSD_LRS storage account 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." |
| 5322 | + } |
| 5323 | + }, |
| 5324 | + "description": "Enables or disables a capability on the virtual machine or virtual machine scale set" |
| 5325 | + }, |
5316 | 5326 | "AdditionalUnattendContent": {
|
5317 | 5327 | "properties": {
|
5318 | 5328 | "passName": {
|
|
5830 | 5840 | "$ref": "#/definitions/StorageProfile",
|
5831 | 5841 | "description": "Specifies the storage settings for the virtual machine disks."
|
5832 | 5842 | },
|
| 5843 | + "additionalCapabilities": { |
| 5844 | + "$ref": "#/definitions/AdditionalCapabilities", |
| 5845 | + "description": "Specifies additional capabilities enabled or disabled on the virtual machine. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type." |
| 5846 | + }, |
5833 | 5847 | "osProfile": {
|
5834 | 5848 | "$ref": "#/definitions/OSProfile",
|
5835 | 5849 | "description": "Specifies the operating system settings for the virtual machine."
|
|
7022 | 7036 | "$ref": "#/definitions/VirtualMachineScaleSetStorageProfile",
|
7023 | 7037 | "description": "Specifies the storage settings for the virtual machine disks."
|
7024 | 7038 | },
|
| 7039 | + "additionalCapabilities": { |
| 7040 | + "$ref": "#/definitions/AdditionalCapabilities", |
| 7041 | + "description": "Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type." |
| 7042 | + }, |
7025 | 7043 | "networkProfile": {
|
7026 | 7044 | "$ref": "#/definitions/VirtualMachineScaleSetNetworkProfile",
|
7027 | 7045 | "description": "Specifies properties of the network interfaces of the virtual machines in the scale set."
|
|
7588 | 7606 | "$ref": "#/definitions/StorageProfile",
|
7589 | 7607 | "description": "Specifies the storage settings for the virtual machine disks."
|
7590 | 7608 | },
|
| 7609 | + "additionalCapabilities": { |
| 7610 | + "$ref": "#/definitions/AdditionalCapabilities", |
| 7611 | + "description": "Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type." |
| 7612 | + }, |
7591 | 7613 | "osProfile": {
|
7592 | 7614 | "$ref": "#/definitions/OSProfile",
|
7593 | 7615 | "description": "Specifies the operating system settings for the virtual machine."
|
|
0 commit comments