Skip to content

Correct Schema for Virtual Machine Scaleset diskControllerType field #25628

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4061,11 +4061,8 @@
"description": "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)."
},
"diskControllerType": {
"type": "string",
"items": {
"$ref": "./computeRPCommon.json#/definitions/DiskControllerType",
"description": "Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01"
}
"$ref": "./computeRPCommon.json#/definitions/DiskControllerType",
"description": "Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01"
}
},
"description": "Describes a virtual machine scale set storage profile."
Expand All @@ -4092,11 +4089,8 @@
"description": "The data disks."
},
"diskControllerType": {
"type": "string",
"items": {
"$ref": "./computeRPCommon.json#/definitions/DiskControllerType",
"description": "Specifies the disk controller type configured for the virtual machines in the scale set. **Note:** You need to deallocate the virtual machines in the scale set before updating its disk controller type based on the upgrade mode configured for the scale set. Minimum api-version: 2022-08-01."
}
"$ref": "./computeRPCommon.json#/definitions/DiskControllerType",
"description": "Specifies the disk controller type configured for the virtual machines in the scale set. **Note:** You need to deallocate the virtual machines in the scale set before updating its disk controller type based on the upgrade mode configured for the scale set. Minimum api-version: 2022-08-01."
}
},
"description": "Describes a virtual machine scale set storage profile."
Expand Down