full-dress-10026
05/15/2019, 9:52 PMwarning: urn:pulumi:fib-dev-azure::fib-azure::azure:ad/application:Application::fib-ad verification warning: The Azure Active Directory resources have been split out into their own Provider.
Information on migrating to the new AzureAD Provider can be found here: <https://terraform.io/docs/providers/azurerm/guides/migrating-to-azuread.html>
As such the Azure Active Directory resources within the AzureRM Provider are now deprecated and will be removed in v2.0 of the AzureRM Provider.
white-balloon-205
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.@pulumi/azuread
is a new provider which you will need to npm install
.full-dress-10026
05/15/2019, 9:57 PM@pulumi/azure
and @pulumi/azuread
?white-balloon-205
colossal-room-15708
05/15/2019, 10:16 PM