File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,19 +159,19 @@ Windows enables OutboundNAT by default. You can now manually disable OutboundNAT
159
159
az extension update --name aks-preview
160
160
```
161
161
162
- 1 . Register the feature flag.
162
+ 2 . Register the feature flag.
163
163
164
164
```azurecli
165
165
az feature register --namespace Microsoft.ContainerService --name DisableWindowsOutboundNATPreview
166
166
```
167
167
168
- 1 . Check the registration status.
168
+ 3 . Check the registration status.
169
169
170
170
```azurecli
171
171
az feature list -o table --query "[?contains(name, 'Microsoft.ContainerService/DisableWindowsOutboundNATPreview')].{Name:name,State:properties.state}"
172
172
```
173
173
174
- 1 . Refresh the registration of the `Microsoft.ContainerService` resource provider.
174
+ 4 . Refresh the registration of the `Microsoft.ContainerService` resource provider.
175
175
176
176
```azurecli
177
177
az provider register --namespace Microsoft.ContainerService
You can’t perform that action at this time.
0 commit comments