Skip to content

Commit 7666e34

Browse files
authored
Merge pull request #120663 from LeCampusAzure/patch-6
Update ai-toolchain-operator.md
2 parents d8c8c76 + cdd4a80 commit 7666e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/ai-toolchain-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The following sections describe how to create an AKS cluster with the AI toolcha
135135
-o tsv)
136136
export PRINCIPAL_ID=$(az identity show --name "ai-toolchain-operator-${CLUSTER_NAME}" \
137137
--resource-group "${MC_RESOURCE_GROUP}" \
138-
--query 'principalId'
138+
--query 'principalId' \
139139
-o tsv)
140140
export KAITO_IDENTITY_NAME="ai-toolchain-operator-${CLUSTER_NAME}"
141141
```

0 commit comments

Comments
 (0)