icy-jordan-58549
04/21/2021, 1:42 PMDiagnostics:
azuread:index:Application (aks):
error: could not validate provider configuration: 1 error occurred:
* Invalid or unknown key
azuread:clientId: ******
azuread:clientSecret:
secure: ******
azuread:subscriptionId: ******
azuread:tenantId: ******
handsome-state-59775
04/21/2021, 1:52 PMazure-native:*
icy-jordan-58549
04/21/2021, 1:52 PMbroad-dog-22463
04/21/2021, 2:09 PMicy-jordan-58549
04/21/2021, 2:15 PMtall-librarian-49374
04/21/2021, 2:54 PMbroad-dog-22463
04/21/2021, 3:20 PMbreezy-cricket-40277
06/18/2021, 2:35 PMtall-librarian-49374
06/18/2021, 2:37 PMazuread:subscriptionId
from the config filebreezy-cricket-40277
06/18/2021, 2:38 PMtall-librarian-49374
06/18/2021, 2:38 PMbreezy-cricket-40277
06/18/2021, 2:38 PM"@pulumi/azuread": "^4.2.1",
4.2.0
and see how that works.tall-librarian-49374
06/18/2021, 2:57 PMbreezy-cricket-40277
06/18/2021, 2:58 PMicy-jordan-58549
06/18/2021, 3:21 PMazure:subscriptionId
and azure-native:subscriptionId
azure
and the error is wrongbreezy-cricket-40277
06/18/2021, 3:22 PMazuread
not azure
provider.icy-jordan-58549
06/18/2021, 3:22 PMazure:subscriptionId
, the error is wrong 🙂 it tries to read from azure:
breezy-cricket-40277
06/18/2021, 3:22 PMazure
, i’ll test with azure-native
😛icy-jordan-58549
06/18/2021, 3:23 PMbreezy-cricket-40277
06/18/2021, 3:23 PMicy-jordan-58549
06/18/2021, 3:24 PMazuread
with azure-native
breezy-cricket-40277
06/18/2021, 3:29 PMazuread
icy-jordan-58549
06/18/2021, 3:34 PMazuread
?breezy-cricket-40277
06/18/2021, 3:36 PMazure
or azure-native
in your project? I’m using azure
error: Missing required configuration variable 'azuread:subscriptionId'
please set a value using the command `pulumi config set azuread:subscriptionId <value>`
icy-jordan-58549
06/18/2021, 3:52 PMbreezy-cricket-40277
06/25/2021, 9:08 AMazuread.subscriptionId
somewhere in my code and was pulling the config with
pulumi.Config('azuread').require('subscriptionId');
Since I had azure
and azuread
with the same parameters, a quick change to use azure
instead of azuread
fixed my problem.
pulumi.Config('azure').require('subscriptionId');