This message was deleted.
# azure
s
This message was deleted.
g
Any help on this please?
I tried to import existing resource as well, and getting the same error
t
You need to reference AzureAD - it’s a separate provider with a separate SDK
g
You mean this ``using AzureAD = Pulumi.AzureAD;` ? I tried with this but still failing
t
I mean add a reference to the assembly
Pulumi.AzureAD
(NuGet package)
👀 1
g
You are awesome, it is working. Thank you very much for your help
I am a newbie in C# development. If you have any references to create pulumi components, please share with me. (I checked pulumi documentation but din quite get it)