AzOps
AzOps copied to clipboard
RP Microsoft.Management missing from Subscription during Initialize
Describe the bug Unable to list Management groups if the resource provider "Microsoft.Management" is not registered in the subscription where AzOps is initialized.
This is only a bug due to the way we have decided to use AzOps, where we set it up in a Reader mode only.
The AzOps engine provides an error message that indicates it could be a permission issue, however, the issue is due to the resource provider not being registered in the subscription where the engine is initialized.
Steps to reproduce
- Set a subscription that does not have the resource provider "Microsoft.Management" registered in the credential variables.
- Fire off the AzOps Pull pipeline.
Screenshots
Not registered:
After registration: