[BugBash][CLI]no error reported if specify un-supported unit count while update
Open
bug
bug-bash-round-2
cli
control plane
- Dominant language
- TypeScript
- Stars
- 147
- Forks
- 96
- Avg merge
- 19h 28m
- Merged PRs (30d)
- 87
Description
### Describe the bug
[Cli]cannot update unit count using cli
### To Reproduce
- Open Cloud Shell on Azure portal
- Create a new Web PubSub: `az webpubsub create -g -n --sku Standard_S1`
- Update unit count by `az webpubsub update -g -n --unit-count 3`
- The command `Succeeded` immediately. But if run ``az webpubsub show -g -n `, the result shows its unit count is still `1`.
### Exceptions (if any)
The command should report an error saying that `3` is not a valid value for unit count
### Further technical details
- SDK and its version you use
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.