Skip to content

Commit

Permalink
readme: ensure extension is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ghtym0 committed Mar 14, 2024
1 parent 975d763 commit 9f894ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ az extension add \
--name aks-preview \
--allow-preview true

az extension update \
--name aks-preview \
--allow-preview true

az feature register --namespace "Microsoft.ContainerService" --name "KataCcIsolationPreview"
az feature show --namespace "Microsoft.ContainerService" --name "KataCcIsolationPreview"
az provider register -n Microsoft.ContainerService
Expand Down

0 comments on commit 9f894ba

Please sign in to comment.