support no-wait on Cosmos DB sql stored-procedure update
Open
act-codegen-extensibility-squad
CosmosDB
feature-request
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Is your feature request related to a problem? Please describe.**
We have to update Stored procedure before running nodejs script every time. unfortunately this operation seems to be async on azure cli causing us to delay script run by 30sec-1min. Appreciate if you could add no-wait on below command
```
az cosmosdb sql stored-procedure update -o none --only-show-errors -g {rg} -a {acct} -d {db} -c {container} -n {sprocId} -b @{filepath} –no-wait
az: error: unrecognized arguments: --no-wait
```
**Describe the solution you'd like**
have no-wait option
**Describe alternatives you've considered**
no alternatives discovered yet.
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.