Skip to content

Commit eb540d6

Browse files
authored
Merge pull request #173795 from tfitzmac/0928reg
changed wording for feature registration
2 parents cf69ef8 + 0d2b5dd commit eb540d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/upgrade-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Register the `AutoUpgradePreview` feature flag by using the [az feature register
145145
az feature register --namespace Microsoft.ContainerService -n AutoUpgradePreview
146146
```
147147

148-
It takes a few minutes for the status to show *Registered*. Verify the registration status by using the [az feature list][az-feature-list] command:
148+
It can take several minutes for the status to show *Registered*. Please wait for the registration to finish. Verify the registration status by using the [az feature list][az-feature-list] command:
149149

150150
```azurecli-interactive
151151
az feature list -o table --query "[?contains(name, 'Microsoft.ContainerService/AutoUpgradePreview')].{Name:name,State:properties.state}"

0 commit comments

Comments
 (0)