Skip to content

Commit 3b5f5fd

Browse files
authored
Apply suggestions from code review
Update preview flag
1 parent 493a8a8 commit 3b5f5fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/enable-fips-nodes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,20 +165,20 @@ FIPS-enabled node pools also have a *kubernetes.azure.com/fips_enabled=true* lab
165165
az extension update --name aks-preview
166166
```
167167
168-
### Register the `UpdateFIPSPreview` feature flag
168+
### Register the `MutableFipsPreview` feature flag
169169
170-
1. Register the `UpdateFIPSPreview` feature flag using the [`az feature register`][az-feature-register] command.
170+
1. Register the `MutableFipsPreview` feature flag using the [`az feature register`][az-feature-register] command.
171171
172172
```azurecli-interactive
173-
az feature register --namespace "Microsoft.ContainerService" --name "UpdateFIPSPreview"
173+
az feature register --namespace "Microsoft.ContainerService" --name "MutableFipsPreview"
174174
```
175175
176176
It takes a few minutes for the status to show *Registered*.
177177
178178
2. Verify the registration status using the [`az feature show`][az-feature-show] command.
179179
180180
```azurecli-interactive
181-
az feature show --namespace "Microsoft.ContainerService" --name "UpdateFIPSPreview"
181+
az feature show --namespace "Microsoft.ContainerService" --name "MutableFipsPreview"
182182
```
183183
184184
3. When the status reflects *Registered*, refresh the registration of the *Microsoft.ContainerService* resource provider using the [`az provider register`][az-provider-register] command.

0 commit comments

Comments
 (0)