Skip to content

Commit 8c6f356

Browse files
Merge pull request #213387 from sdgilley/sdg-main-updates
fix include
2 parents a4642dc + 55fdbf6 commit 8c6f356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/machine-learning/how-to-create-attach-compute-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Use any of these ways to specify a low-priority VM:
171171

172172
# [Python SDK](#tab/python)
173173

174-
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v1.md)]
174+
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
175175

176176
[!notebook-python[](~/azureml-examples-v2samplesreorg/sdk/python/resources/compute/compute.ipynb?name=cluster_low_pri)]
177177

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: sgilley
99
author: sdgilley
1010
ms.date: 09/21/2022
1111
ms.topic: how-to
12-
ms.custom: fasttrack-edit, FY21Q4-aml-seo-hack, contperf-fy21q4, sdkv1, event-tier1-build-2022
12+
ms.custom: fasttrack-edit, FY21Q4-aml-seo-hack, contperf-fy21q4, sdkv2, event-tier1-build-2022
1313
---
1414

1515
# Manage Azure Machine Learning workspaces in the portal or with the Python SDK (v2)
@@ -226,7 +226,7 @@ Place the file into the directory structure with your Python scripts or Jupyter
226226

227227
When running machine learning tasks using the SDK, you require a MLClient object that specifies the connection to your workspace. You can create an `MLClient` object from parameters, or with a configuration file.
228228

229-
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v1.md)]
229+
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
230230

231231
* **With a configuration file:** This code will read the contents of the configuration file to find your workspace. You'll get a prompt to sign in if you aren't already authenticated.
232232

0 commit comments

Comments
 (0)