This message was deleted.
s
This message was deleted.
f
I am thinking it might have to do with the addon_profiles property
👍 1
Yea that is it. It would be nice if the documentation could specify that and explain how to list the different addons.
👍 1
I ran
az aks addon list-available -o table
b
This is a limitation of the ARM API, they don't expose the properties here in the API
a
@fast-dinner-32080 I don't know if you already found it, but here is how we add the azure policy for the cluster:
AddonProfiles =
{
{
"azurepolicy", new ManagedClusterAddonProfileArgs
{
Enabled = true
}
}
},
in the ManagedClusterArgs