Skip to content

Commit 3b2969a

Browse files
committed
remove "true"
1 parent 77155b7 commit 3b2969a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/artifact-streaming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ Enablement on ACR is a prerequisite for Artifact Streaming on AKS. For more info
9494
9595
### Enable Artifact Streaming on a new node pool
9696
97-
* Create a new node pool with Artifact Streaming enabled using the [`az aks nodepool add`][az-aks-nodepool-add] command with the `--enable-artifact-streaming` flag set to `true`.
97+
* Create a new node pool with Artifact Streaming enabled using the [`az aks nodepool add`][az-aks-nodepool-add] command with the `--enable-artifact-streaming`.
9898
9999
```azurecli-interactive
100100
az aks nodepool add \
101101
--resource-group myResourceGroup \
102102
--cluster-name myAKSCluster \
103103
--name myNodePool \
104-
--enable-artifact-streaming true
104+
--enable-artifact-streaming
105105
```
106106
107107
## Check if Artifact Streaming is enabled

0 commit comments

Comments
 (0)