Skip to content

Commit e94a940

Browse files
authored
Merge pull request #46667 from nathanweeks/nathanweeks-patch-1
Add missing RegistrationPolicy column to the output of "az provider list"
2 parents edd772c + 23c6a2a commit e94a940

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/aks/virtual-nodes-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ az provider list --query "[?contains(namespace,'Microsoft.ContainerInstance')]"
2626
The *Microsoft.ContainerInstance* provider should report as *Registered*, as shown in the following example output:
2727

2828
```output
29-
Namespace RegistrationState
30-
--------------------------- -------------------
31-
Microsoft.ContainerInstance Registered
29+
Namespace RegistrationState RegistrationPolicy
30+
--------------------------- ------------------- --------------------
31+
Microsoft.ContainerInstance Registered RegistrationRequired
3232
```
3333

3434
If the provider shows as *NotRegistered*, register the provider using the [az provider register][az-provider-register] as shown in the following example:

articles/aks/virtual-nodes-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ az provider list --query "[?contains(namespace,'Microsoft.ContainerInstance')]"
2626
The *Microsoft.ContainerInstance* provider should report as *Registered*, as shown in the following example output:
2727

2828
```output
29-
Namespace RegistrationState
30-
--------------------------- -------------------
31-
Microsoft.ContainerInstance Registered
29+
Namespace RegistrationState RegistrationPolicy
30+
--------------------------- ------------------- --------------------
31+
Microsoft.ContainerInstance Registered RegistrationRequired
3232
```
3333

3434
If the provider shows as *NotRegistered*, register the provider using the [az provider register][az-provider-register] as shown in the following example:
@@ -238,4 +238,4 @@ Virtual nodes are one component of a scaling solution in AKS. For more informati
238238
[aks-cluster-autoscaler]: cluster-autoscaler.md
239239
[aks-basic-ingress]: ingress-basic.md
240240
[az-provider-list]: /cli/azure/provider#az-provider-list
241-
[az-provider-register]: /cli/azure/provider?view=azure-cli-latest#az-provider-register
241+
[az-provider-register]: /cli/azure/provider?view=azure-cli-latest#az-provider-register

0 commit comments

Comments
 (0)