late-airplane-27955
10/17/2024, 5:24 AMlate-airplane-27955
10/17/2024, 7:27 AMvar oidcCommand = Output.All(cluster.Name, clusterResourceGroup.Name)
.Apply(t => $"az aks show --name {t[0]} --resource-group {t[1]} --query \"oidcIssuerProfile.issuerUrl\" --output tsv;");
not pretty but I guess it worksadventurous-butcher-54166
10/17/2024, 11:16 AMoidcIssuerProfile
and how did you try accessing issuerUrl ?
https://www.pulumi.com/registry/packages/azure-native/api-docs/containerservice/getmanagedcluster/#managedclusteroidcissuerprofileresponselate-airplane-27955
10/17/2024, 11:30 AMgetManagedCluster
I just checked the output of the creation call. So I guess I just proved my noob-ness when it comes to Pulumi. Thanks for the help!