Skip to content

Commit 30ad6d5

Browse files
Merge pull request #263036 from Nickomang/aks-cost-typo-fix
Fixed typo in cost analysis flag
2 parents 105b7e0 + b26b2d8 commit 30ad6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/cost-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ az aks create --resource-group <resource_group> --name <name> --location <locati
111111
You can disable cost analysis at any time using `az aks update`.
112112

113113
```azurecli-interactive
114-
az aks update --name myAKSCluster --resource-group myResourceGroup -disable-cost-analysis
114+
az aks update --name myAKSCluster --resource-group myResourceGroup --disable-cost-analysis
115115
```
116116

117117
> [!NOTE]

0 commit comments

Comments
 (0)