Skip to content

Commit 47013b6

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-ai-docs#436193
Updated line no's 111, 117: From: -n To: -w
1 parent 51eec00 commit 47013b6

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)