Azure / Azure/azure-powershell
[Feature]: Add "NoWait" option for new-azvm; new-resourcegroupdeployment;
Open
customer-reported
feature-request
needs-team-attention
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description of the new feature
Add "NoWait" option for "New-AzVm" and "New-ResourceGroupDeployment" and return deploymentid with status created/failed to create.
Az Cli has such feature for "az vm create" https://learn.microsoft.com/en-us/cli/azure/vm?view=azure-cli-latest#az-vm-create
### Proposed implementation details (optional)
new-azvm should create deployment in azure and return deploymentid in case of success with status Created
and status Failed in case of failure
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.