Request to add more parameters to nestedtemplates
- Dominant language
- PowerShell
- Stars
- 524
- Forks
- 610
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I use template RDS-Templates/ARM-wvd-templates/AddVirtualMachinesToHostPool.json to regularly add my VMs to hostpools.
The nested template this is referencing is here: ARM-wvd-templates/nestedtemplates/managedDisks-customimagevm.json
I would like to see these two parameters added to the nested template: managedDisks-customimagevm.json, and the AddVirtualMachinesToHostPool.json: CapacityReservationGroupId and osdiskdeleteoption.
For example like this in the template. It would be nice to have the option to delete the disk with the AVD VM, and to assign to capacity reservation group at the time of VM creation.
` "capacityReservationGroupId": {
"value": "[parameters('capacityReservationGroupId')]"
},
"storageProfile": {
"osDisk": {
"deleteOption": "[parameters('osDiskDeleteOption')]"
}`
Is this possible?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.