https://pulumi.com logo
Title
p

powerful-football-81694

03/13/2021, 5:08 PM
Ran into a gotcha with the new provider that took me a while to track down. After creating a SQL Server resource, the
AdministratorLoginPassword
property on the resource object is
null
. In the old provider, it would contain the password passed in with the
ServerArgs
when creating the resource. Easy enough to work around since I’m getting the password from configuration anyway, but still a bit unexpected, so worth raising the question whether this is a bug?
t

tall-librarian-49374

03/13/2021, 5:11 PM
Azure never returns sensitive information by default
But you can raise an issue so that we wouldn’t include it in the outputs - this looks possible
p

powerful-football-81694

03/13/2021, 6:07 PM
OK - OOC, does the old provider echo back what you pass in, or actually go out and query for this separately to return it in the output?
t

tall-librarian-49374

03/13/2021, 7:36 PM
I don’t know
b

broad-dog-22463

03/13/2021, 8:00 PM
It echos back from the upstream provider it’s not azure based functionality
p

powerful-football-81694

03/16/2021, 10:33 AM
Ok, thanks! 👍🏻