Skip to content

Commit 780c79e

Browse files
authored
Merge pull request #4174 from MicrosoftDocs/main
4/16/2025 AM Publish
2 parents 0d2425c + d7c07bd commit 780c79e

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-foundry/model-inference/includes/create-model-deployments

1 file changed

+1
-1
lines changed

articles/ai-foundry/model-inference/includes/create-model-deployments/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ You can see all the deployments available using the CLI:
138138
3. You can delete a given deployment as follows:
139139
140140
```azurecli
141-
az cognitiveservices account deployment delete \
141+
az cognitiveservices account deployment delete \
142142
--deployment-name "Phi-3.5-vision-instruct" \
143143
-n $accountName \
144144
-g $resourceGroupName

0 commit comments

Comments
 (0)