Azure – az role assignment delete: The request did not have a subscription or a valid tenant level resource provider
I'm trying to do some cleanup (to solve other issues) within a yaml, and I've come up with this: - task: AzureCLI@2 inputs: azureSubscription: 'MYSUBSCRIPTION' scriptType: pscore scriptLocation: inlineScript inlineScript: | az role assignment delete --ids "GUID1 GUID2 GUIDn" name:…