Azure / Azure/azure-cli

az sql mi update --resource-group rgName --name sqlMiName --admin-password fails with ERROR: (InvalidParameterValue)

Open
#32,257 5 comments 1 reaction 2 assignees Claimed by @a0x1ab View on GitHub
act-codegen-extensibility-squad Auto-Assign bug customer-reported Service Attention SQL
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.