Skip to content

Commit 762cd42

Browse files
Merge pull request #5232 from TPavanBalaji/patch-34
(AzureCXP) fixes MicrosoftDocs/azure-ai-docs#436193
2 parents 4f31c5e + 47013b6 commit 762cd42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-configure-network-isolation-with-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ The Azure CLI [extension v1 for machine learning](./v1/reference-azure-machine-l
108108
> The `v1-legacy-mode` parameter is only available in version 1.41.0 or newer of the Azure CLI extension for machine learning v1 (`azure-cli-ml`). The parameter is __not__ available in the v2 (`ml`) extension. Use the `az version` command to view version information, including the extension and version that is installed.
109109
110110
```azurecli
111-
az ml workspace update -g <myresourcegroup> -n <myworkspace> --v1-legacy-mode False
111+
az ml workspace update -g <myresourcegroup> -w <myworkspace> --v1-legacy-mode False
112112
```
113113

114114
The return value of the `az ml workspace update` command may not show the updated value. To view the current state of the parameter, use the following command:
115115

116116
```azurecli
117-
az ml workspace show -g <myresourcegroup> -n <myworkspace> --query v1LegacyMode
117+
az ml workspace show -g <myresourcegroup> -w <myworkspace> --query v1LegacyMode
118118
```
119119

120120
---

0 commit comments

Comments
 (0)