hello, I have such issue: Step one: I'm creating a...
# azure
b
hello, I have such issue: Step one: I'm creating azuread.ServicePrincipalPassword and it generates password. Step two:
Copy code
service_principal_profile=azure_native.containerservice.ManagedClusterServicePrincipalProfileArgs(
        client_id=service_principal.application_id,
        secret=sp_password.value
    ),
when I use generated password sometimes it fails with
Copy code
Service principal client secret has invalid characters: `
do you have a JIRA for that?
m
Doesn’t seem that we do. Would you file one here: https://github.com/pulumi/pulumi-azuread/issues?