Hi Guys, I have a question about Azure AKS Preview...
# azure
w
Hi Guys, I have a question about Azure AKS Preview features. How can I use it with Pulumi cdk? For example
oidcIssuerProfile
g
Perhaps this might be helpful? https://www.pulumi.com/registry/packages/azure-native/version-guide/ In the example you mention, the
oidcIssuerProfile
appears in the 20211101 preview of the managed cluster. If you were using python, you would import it from the preview branch as follows:
Copy code
from pulumi_azure_native.containerservice.v20211101preview import ManagedCluster