Azure / Azure/azure-powershell
[Feature]: Register-ResourceProvider Wait for Registration to Complete
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 54
Description
### Description of the new feature
The [az cli provider register](https://docs.microsoft.com/en-us/cli/azure/provider?view=azure-cli-latest) offers a --wait parameter when you register a resource provider, however the Azure PowerShell Register-Resource provider has no such option.
### Proposed implementation details (optional)
add a -wait switch to wait for the provider registration to be completed before continuing on.
Contributor guide
Research direction
Start at the Register-ResourceProvider cmdlet entry point and compare its behavior with the documented az cli provider register --wait option. Trace how registration currently returns, then verify that a new -Wait switch waits for provider registration to complete before the command continues.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp, powershell
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100