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
Describe the bug
When using v2.78.0 of the cli, the following command:
fails with:
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