Add option to disable/enable overprovisioning functionality of existing VMSS
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Related command**
az vmss update
**Is your feature request related to a problem? Please describe.**
It is not possible to enable/disable [overprovisioning](https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-design-overview#overprovisioning) via AZ CLI, once VMSS has been created
**Describe the solution you'd like**
To be able to enable/disable overprovisioning functionality of existing VMSS via CLI, e.g. `az vmss update --enable-overprovision {true, false}`
**Describe alternatives you've considered**
N/A
**Additional context**
It is possible to enable/disable overprovision via AZ CLI during VMSS creation only, via `az vmss create --disable-overprovision`
Contributor guide
Assessment
This issue has not been assessed yet.