https://pulumi.com logo
Title
g

great-breakfast-56601

10/28/2021, 9:35 AM
{ "KubeDashboard", new ManagedClusterAddonProfileArgs
                {
                    Enabled = false,
                }
               },
               { "Azurepolicy", new ManagedClusterAddonProfileArgs
                {
                    Enabled = true,
                    Config = new InputMap<string>{ {"version", "v2"} }
                }
               },
               { "omsagent", new ManagedClusterAddonProfileArgs
                {
                    Enabled = true,
                    Config = new InputMap<string>{ {"logAnalyticsWorkspaceResourceID", partnerAnalyticsWorkspace.Id} }
                }
               },