Azure / Azure/azure-webpubsub

[BugBash][CLI]cannot update unit count using cli

Open
#255 1 comment 0 reactions 1 assignee Claimed by @zackliu View on GitHub
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 2`
- The command `Succeeded` immediately. But if run ``az webpubsub show -g -n `, the result shows its unit count is still `1`.

### Exceptions (if any)

Unit count should be updated to 2.

### 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.