Skip to content

Commit 8e30aec

Browse files
authored
Update virtual-nodes-cli.md
Add missing RegistrationPolicy column to the output of "az provider list"
1 parent 777209e commit 8e30aec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/virtual-nodes-cli.md

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

3030
```
31-
Namespace RegistrationState
32-
--------------------------- -------------------
33-
Microsoft.ContainerInstance Registered
31+
Namespace RegistrationState RegistrationPolicy
32+
--------------------------- ------------------- --------------------
33+
Microsoft.ContainerInstance Registered RegistrationRequired
3434
```
3535

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

0 commit comments

Comments
 (0)