Skip to content

Commit 8a4de1b

Browse files
authored
Merge pull request #124022 from J-Silvestre/patch-4
Update how-to-secure-workspace-vnet.md
2 parents 182b36f + c2ee329 commit 8a4de1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-secure-workspace-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Azure Container Registry can be configured to use a private endpoint. Use the fo
273273
az ml workspace update --name myworkspace --resource-group myresourcegroup --image-build-compute mycomputecluster
274274
```
275275
276-
You can switch back to serverless compute by executing the same command and referencing the compute as an empty space: `--image-build-compute ' '`.
276+
You can switch back to serverless compute by executing the same command and referencing the compute as an empty space: `--image-build-compute ''`.
277277
278278
# [Python SDK](#tab/python)
279279

0 commit comments

Comments
 (0)