az sql mi update --resource-group rgName --name sqlMiName --admin-password fails with ERROR: (InvalidParameterValue)
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
### Describe the bug
When using v2.78.0 of the cli, the following command:
```
az sql mi update --resource-group rgName --name sqlMiName --admin-password new-password
```
fails with:
```
ERROR: (InvalidParameterValue) Invalid value given for parameter LogicalAvailabilityZone can NOT be specified because ZonePinning feature is NOT yet supported!. Specify a valid parameter value.
```
This works fine with v2.77.0.
### Related command
az sql mi update --resource-group rgName --name sqlMiName --admin-password new-password
### Errors
ERROR: (InvalidParameterValue) Invalid value given for parameter LogicalAvailabilityZone can NOT be specified because ZonePinning feature is NOT yet supported!. Specify a valid parameter value.
### Issue script & Debug output
n/a
### Expected behavior
I expect this to not error.
### Environment Summary
azure-cli: 2.78.0
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.