Skip to content

Commit dc5825e

Browse files
committed
fix links
1 parent 766b80d commit dc5825e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/machine-learning/how-to-configure-private-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ms.date: 08/29/2022
1818
[!INCLUDE [CLI v2](../../includes/machine-learning-cli-v2.md)]
1919

2020
> [!div class="op_single_selector" title1="Select the Azure Machine Learning version you are using:"]
21-
> * [v1](v1/how-to-configure-private-link.md)
22-
> * [v2 (current)](how-to-configure-private-link.md)
21+
> * [CLI or SDK v1](v1/how-to-configure-private-link.md)
22+
> * [CLI v2 (current)](how-to-configure-private-link.md)
2323
2424
In this document, you learn how to configure a private endpoint for your Azure Machine Learning workspace. For information on creating a virtual network for Azure Machine Learning, see [Virtual network isolation and privacy overview](how-to-network-security-overview.md).
2525

articles/machine-learning/v1/how-to-configure-private-link.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ms.date: 08/29/2022
1818
[!INCLUDE [dev v1](../../../includes/machine-learning-dev-v1.md)]
1919

2020
> [!div class="op_single_selector" title1="Select the Azure Machine Learning version you are using:"]
21-
> * [v1](how-to-configure-private-link.md)
22-
> * [v2 (current version)](../how-to-configure-private-link.md)
21+
> * [CLI or SDK v1](how-to-configure-private-link.md)
22+
> * [CLI v2 (current version)](../how-to-configure-private-link.md)
2323
2424
In this document, you learn how to configure a private endpoint for your Azure Machine Learning workspace. For information on creating a virtual network for Azure Machine Learning, see [Virtual network isolation and privacy overview](how-to-network-security-overview.md).
2525

@@ -85,7 +85,7 @@ ws = Workspace.create(name='myworkspace',
8585
```
8686

8787
# [Azure CLI](#tab/cli)
88-
[!INCLUDE [cli v1](../../includes/machine-learning-cli-v1.md)]
88+
[!INCLUDE [cli v1](../../../includes/machine-learning-cli-v1.md)]
8989

9090

9191
If you're using the Azure CLI [extension 1.0 for machine learning](reference-azure-machine-learning-cli.md), use the [az ml workspace create](/cli/azure/ml/workspace#az-ml-workspace-create) command. The following parameters for this command can be used to create a workspace with a private network, but it requires an existing virtual network:
@@ -137,7 +137,7 @@ ws.add_private_endpoint(private_endpoint_config=pe, private_endpoint_auto_approv
137137
For more information on the classes and methods used in this example, see [PrivateEndpointConfig](/python/api/azureml-core/azureml.core.privateendpointconfig) and [Workspace.add_private_endpoint](/python/api/azureml-core/azureml.core.workspace(class)#add-private-endpoint-private-endpoint-config--private-endpoint-auto-approval-true--location-none--show-output-true--tags-none-).
138138

139139
# [Azure CLI](#tab/cli)
140-
[!INCLUDE [cli v1](../../includes/machine-learning-cli-v1.md)]
140+
[!INCLUDE [cli v1](../../../includes/machine-learning-cli-v1.md)]
141141

142142
The Azure CLI [extension 1.0 for machine learning](reference-azure-machine-learning-cli.md) provides the [az ml workspace private-endpoint add](/cli/azure/ml(v1)/workspace/private-endpoint#az-ml-workspace-private-endpoint-add) command.
143143

@@ -174,7 +174,7 @@ ws.delete_private_endpoint_connection(private_endpoint_connection_name=connectio
174174
```
175175

176176
# [Azure CLI](#tab/cli)
177-
[!INCLUDE [cli v1](../../includes/machine-learning-cli-v1.md)]
177+
[!INCLUDE [cli v1](../../../includes/machine-learning-cli-v1.md)]
178178

179179
The Azure CLI [extension 1.0 for machine learning](reference-azure-machine-learning-cli.md) provides the [az ml workspace private-endpoint delete](/cli/azure/ml(v1)/workspace/private-endpoint#az-ml-workspace-private-endpoint-delete) command.
180180

0 commit comments

Comments
 (0)