This message was deleted.
# general
s
This message was deleted.
w
The resources under
azure.ad.*
have generally been split out into their own provider. You can now use
azuread.*
instead. Note that as referenced there, if you have existing deployed apps, migrating to these new versions may require replacing the resources.
And note that
@pulumi/azuread
is a new provider which you will need to
npm install
.
f
Ok. I'm just getting start with Azure. I assume I still need both
@pulumi/azure
and
@pulumi/azuread
?
w
Yeah - only the AD resources moved to the latter. Aside - I honestly don't know what the motivation was for this split in the Azure Terraform provider, but we have aligned with it in the Pulumi providers.
c
Looking forward to not depending on terraform design choices 😉
👍 1