We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 182b36f + c2ee329 commit 8a4de1bCopy full SHA for 8a4de1b
articles/machine-learning/how-to-secure-workspace-vnet.md
@@ -273,7 +273,7 @@ Azure Container Registry can be configured to use a private endpoint. Use the fo
273
az ml workspace update --name myworkspace --resource-group myresourcegroup --image-build-compute mycomputecluster
274
```
275
276
- You can switch back to serverless compute by executing the same command and referencing the compute as an empty space: `--image-build-compute ' '`.
+ You can switch back to serverless compute by executing the same command and referencing the compute as an empty space: `--image-build-compute ''`.
277
278
# [Python SDK](#tab/python)
279
0 commit comments