https://pulumi.com logo
#azure
Title
# azure
w

wooden-receptionist-75654

03/21/2022, 11:37 AM
Hi Guys, I have a question about Azure AKS Preview features. How can I use it with Pulumi cdk? For example
oidcIssuerProfile
g

great-queen-39697

03/29/2022, 11:27 PM
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
22 Views