Skip to content

Commit b7aa564

Browse files
authored
Merge pull request #212064 from sdgilley/sdg-v2-workspace
Workspace update to v2
2 parents 51ca807 + d68edaf commit b7aa564

8 files changed

+410
-164
lines changed

articles/machine-learning/how-to-manage-workspace-cli.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ms.custom: devx-track-azurecli, cliv2, event-tier1-build-2022
1515

1616
# Manage Azure Machine Learning workspaces using Azure CLI
1717

18-
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
1918
[!INCLUDE [cli v2](../../includes/machine-learning-cli-v2.md)]
2019

2120
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning SDK or CLI extension you are using:"]

articles/machine-learning/how-to-manage-workspace.md

Lines changed: 95 additions & 157 deletions
Large diffs are not rendered by default.

articles/machine-learning/how-to-setup-customer-managed-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ For examples of creating the workspace with a customer-managed key, see the foll
111111
| Creation method | Article |
112112
| ----- | ----- |
113113
| CLI | [Create a workspace with Azure CLI](how-to-manage-workspace-cli.md#customer-managed-key-and-high-business-impact-workspace) |
114-
| Azure portal/</br>Python SDK | [Create and manage a workspace](how-to-manage-workspace.md#use-your-own-key) |
114+
| Azure portal/</br>Python SDK | [Create and manage a workspace](how-to-manage-workspace.md#use-your-own-data-encryption-key) |
115115
| Azure Resource Manager</br>template | [Create a workspace with a template](how-to-create-workspace-template.md#deploy-an-encrypted-workspace) |
116116
| REST API | [Create, run, and delete Azure ML resources with REST](how-to-manage-rest.md#create-a-workspace-using-customer-managed-encryption-keys) |
117117
@@ -160,6 +160,6 @@ This process allows you to encrypt both the Data and the OS Disk of the deployed
160160
161161
* [Customer-managed keys with Azure Machine Learning](concept-customer-managed-keys.md)
162162
* [Create a workspace with Azure CLI](how-to-manage-workspace-cli.md#customer-managed-key-and-high-business-impact-workspace) |
163-
* [Create and manage a workspace](how-to-manage-workspace.md#use-your-own-key) |
163+
* [Create and manage a workspace](how-to-manage-workspace.md#use-your-own-data-encryption-key) |
164164
* [Create a workspace with a template](how-to-create-workspace-template.md#deploy-an-encrypted-workspace) |
165165
* [Create, run, and delete Azure ML resources with REST](how-to-manage-rest.md#create-a-workspace-using-customer-managed-encryption-keys) |
86.4 KB
Loading

articles/machine-learning/v1/how-to-create-machine-learning-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ See the list of all your pipelines and their run details in the studio:
365365

366366
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com).
367367

368-
1. [View your workspace](../how-to-manage-workspace.md#view).
368+
1. [View your workspace](../how-to-manage-workspace.md#find-a-workspace).
369369

370370
1. On the left, select **Pipelines** to see all your pipeline runs.
371371
![list of machine learning pipelines](../media/how-to-create-your-first-pipeline/pipelines.png)

articles/machine-learning/v1/how-to-deploy-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ You can also run a published pipeline from the studio:
339339

340340
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com).
341341

342-
1. [View your workspace](../how-to-manage-workspace.md#view).
342+
1. [View your workspace](../how-to-manage-workspace.md#find-a-workspace).
343343

344344
1. On the left, select **Endpoints**.
345345

articles/machine-learning/v1/how-to-manage-workspace-cli.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ ms.custom: devx-track-azurecli, cliv1, event-tier1-build-2022
1515

1616
# Manage Azure Machine Learning workspaces using Azure CLI extension v1
1717

18-
[!INCLUDE [sdk v1](../../../includes/machine-learning-sdk-v1.md)]
1918
[!INCLUDE [cli v1](../../../includes/machine-learning-cli-v1.md)]
2019

21-
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning SDK or CLI extension you are using:"]
20+
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning CLI extension you are using:"]
2221
> * [v1](how-to-manage-workspace-cli.md)
2322
> * [v2 (current version)](../how-to-manage-workspace-cli.md)
2423

articles/machine-learning/v1/how-to-manage-workspace.md

Lines changed: 310 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)