Azure / Azure/azure-cli

support no-wait on Cosmos DB sql stored-procedure update

Open
#14,137 4 comments 0 reactions 1 assignee Assigned to @MehaKaushik View on GitHub
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

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.