This message was deleted.
# dotnet
s
This message was deleted.
t
I believe it’s
ServicePrincipalPassword
as shown here https://github.com/pulumi/examples/blob/master/azure-cs-aks/AksStack.cs#L88
l
Ok thx, i will check this.
I created a new ServicePrincipalPassword object with the reference to the created serviceprincipal, but no client secret is been created.
I used the code from the example https://github.com/pulumi/examples/blob/master/azure-cs-aks/AksStack.cs#L88. But it doesn't create the client secret for the service prinicpal.
problem fixed. applicationPassword is the right one for it