Skip to content

Commit 74fe3ff

Browse files
committed
Fixes MicrosoftDocs/azure-docs#50390 - Correct CLI typo
1 parent 602cd57 commit 74fe3ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/policy/concepts/rego-for-aks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Learn Azure Policy for Azure Kubernetes Service
33
description: Learn how Azure Policy uses Rego and Open Policy Agent to manage clusters on Azure Kubernetes Service.
4-
ms.date: 11/04/2019
4+
ms.date: 03/18/2020
55
ms.topic: conceptual
66
---
77
# Understand Azure Policy for Azure Kubernetes Service
@@ -73,7 +73,7 @@ preview, follow these steps in either the Azure portal or with Azure CLI:
7373
az provider register -n Microsoft.ContainerService
7474
7575
# Feature register: enables the add-on to call the Azure Policy resource provider
76-
az feature register --namespace Microsoft.PolicyInsights --name AKS-DataplaneAutoApprove
76+
az feature register --namespace Microsoft.PolicyInsights --name AKS-DataPlaneAutoApprove
7777
7878
# Use the following to confirm the feature has registered
7979
az feature list -o table --query "[?contains(name, 'Microsoft.PolicyInsights/AKS-DataPlaneAutoApprove')].{Name:name,State:properties.state}"

0 commit comments

Comments
 (0)