Skip to content

Commit 6a58c0f

Browse files
Merge pull request #260185 from Blackmist/183531-verbatim
clarifying note
2 parents 1a51863 + 3cfa10f commit 6a58c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ws.update(v1_legacy_mode=False)
102102
The Azure CLI [extension v1 for machine learning](./v1/reference-azure-machine-learning-cli.md) provides the [az ml workspace update](/cli/azure/ml(v1)/workspace#az-ml(v1)-workspace-update) command. To disable the parameter for a workspace, add the parameter `--v1-legacy-mode False`.
103103

104104
> [!IMPORTANT]
105-
> 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`). Use the `az version` command to view version information.
105+
> 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.
106106
107107
```azurecli
108108
az ml workspace update -g <myresourcegroup> -n <myworkspace> --v1-legacy-mode False

0 commit comments

Comments
 (0)