https://pulumi.com logo
Title
b

bitter-bear-28592

02/17/2021, 11:48 PM
Hello all, trying to import an existing AzureAD Application and getting the following error - `error: azuread:index/application:Application resource 'test' has a problem: ExactlyOne: "display_name": one of
display_name,name
must be specified` `error: azuread:index/application:Application resource 'test' has a problem: ExactlyOne: "name": one of
display_name,name
must be specified`
error: Preview failed: one or more inputs failed to validate
The app I am trying to import has a display name, so not sure which display name this is referencing
s

steep-beard-51215

04/01/2021, 9:15 AM
I don’t know if you solved it but this error i caused by an incompatibility with autonaming. When importing, the NewGroup is invoked with nil args so no Name or DisplayName is passed and they are required
To import, you need to use the azuread plugin from 2.5.x branch