This message was deleted.
# azure
s
This message was deleted.
b
Nevermind, found a similar answer above stating this isnt implemented yet
a
The
azure-native.providerhub
resources are throwing lots of strange errors. In the meanwhile you could opt to do this with az-cli:
az provider register --namespace "Microsoft.Compute"
Or you could wrap the az cli command in `pulumi-command`'s local.Command or local.run depending on whether you need other resources to depend/wait on it to complete.