Skip to content

Commit 278f44c

Browse files
committed
adding deprecation note
1 parent d2e30a4 commit 278f44c

19 files changed

+41
-5
lines changed

articles/machine-learning/v1/how-to-use-managed-identities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ms.custom: UpdateFrequency5, cliv1, sdkv1, devx-track-azurecli
1818
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1919
[!INCLUDE [cli v1](../includes/machine-learning-cli-v1.md)]
2020

21+
[!INCLUDE [cli-version-info](../includes/machine-learning-cli-v1-deprecation.md)]
22+
23+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
2124

2225
[Managed identities](/azure/active-directory/managed-identities-azure-resources/overview) allow you to configure your workspace with the *minimum required permissions to access resources*.
2326

@@ -35,9 +38,6 @@ In this article, you'll learn how to use managed identities to:
3538

3639
- An Azure Machine Learning workspace. For more information, see [Create workspace resources](../quickstart-create-resources.md).
3740
- The [Azure CLI extension for Machine Learning service](reference-azure-machine-learning-cli.md)
38-
39-
[!INCLUDE [cli v1 deprecation](../includes/machine-learning-cli-v1-deprecation.md)]
40-
4141
- The [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro).
4242
- To assign roles, the login for your Azure subscription must have the [Managed Identity Operator](/azure/role-based-access-control/built-in-roles#managed-identity-operator) role, or other role that grants the required actions (such as __Owner__).
4343
- You must be familiar with creating and working with [Managed Identities](/azure/active-directory/managed-identities-azure-resources/overview).

articles/machine-learning/v1/how-to-use-mlflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.custom: UpdateFrequency5, mlflow, sdkv1
1616

1717
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1818

19+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
20+
1921
In this article, learn how to enable [MLflow Tracking](https://mlflow.org/docs/latest/quickstart.html#using-the-tracking-api) to connect Azure Machine Learning as the backend of your MLflow experiments.
2022

2123
[MLflow](https://www.mlflow.org) is an open-source library for managing the lifecycle of your machine learning experiments. MLflow Tracking is a component of MLflow that logs and tracks your training run metrics and model artifacts, no matter your experiment's environment--locally on your computer, on a remote compute target, a virtual machine, or an [Azure Databricks cluster](../how-to-use-mlflow-azure-databricks.md).

articles/machine-learning/v1/how-to-use-pipeline-parameter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: UpdateFrequency5, designer
1515

1616
# Use pipeline parameters in the designer to build versatile pipelines
1717

18+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
19+
1820
Use pipeline parameters to build flexible pipelines in the designer. Pipeline parameters let you dynamically set values at runtime to encapsulate pipeline logic and reuse assets.
1921

2022
Pipeline parameters are especially useful when resubmitting a pipeline job, [retraining models](how-to-retrain-designer.md), or [performing batch predictions](how-to-run-batch-predictions-designer.md).

articles/machine-learning/v1/how-to-use-private-python-packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: UpdateFrequency5, sdkv1, devx-track-python
1717

1818
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1919

20+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
21+
2022
In this article, learn how to use private Python packages securely within Azure Machine Learning. Use cases for private Python packages include:
2123

2224
* You've developed a private package that you don't want to share publicly.

articles/machine-learning/v1/how-to-use-secrets-in-runs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: UpdateFrequency5, sdkv1, FY25Q1-Linter
1717

1818
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1919

20+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
21+
2022
In this article, you learn how to use secrets in training jobs securely. Authentication information such as your user name and password are secrets. For example, if you connect to an external database in order to query training data, you would need to pass your username and password to the remote job context. Coding such values into training scripts in cleartext is insecure as it would expose the secret.
2123

2224
Instead, your Azure Machine Learning workspace has an associated resource called a [Azure Key Vault](/azure/key-vault/general/overview). Use this Key Vault to pass secrets to remote jobs securely through a set of APIs in the Azure Machine Learning Python SDK.

articles/machine-learning/v1/how-to-use-synapsesparkstep.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ms.custom: UpdateFrequency5, synapse-azureml, sdkv1
1818

1919
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2020

21+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
22+
2123
> [!WARNING]
2224
> The Azure Synapse Analytics integration with Azure Machine Learning, available in Python SDK v1, is deprecated. Users can still use Synapse workspace, registered with Azure Machine Learning, as a linked service. However, a new Synapse workspace can no longer be registered with Azure Machine Learning as a linked service. We recommend use of serverless Spark compute and attached Synapse Spark pools, available in CLI v2 and Python SDK v2. For more information, visit [https://aka.ms/aml-spark](https://aka.ms/aml-spark).
2325

articles/machine-learning/v1/how-to-version-track-datasets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ms.custom: UpdateFrequency5, data4ml, sdkv1
1818

1919
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2020

21+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
22+
2123
In this article, you'll learn how to version and track Azure Machine Learning datasets for reproducibility. Dataset versioning bookmarks specific states of your data, so that you can apply a specific version of the dataset for future experiments.
2224

2325
You might want to version your Azure Machine Learning resources in these typical scenarios:

articles/machine-learning/v1/introduction.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ ms.custom: UpdateFrequency5, cliv1
1818

1919
[!INCLUDE [dev v1](../includes/machine-learning-dev-v1.md)]
2020

21+
[!INCLUDE [cli-version-info](../includes/machine-learning-cli-v1-deprecation.md)]
22+
23+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
24+
2125

2226
All articles in this section document the use of the first version of Azure Machine Learning Python SDK (v1) or Azure CLI ml extension (v1). For information on the current SDK and CLI, see [Azure Machine Learning SDK and CLI v2](../concept-v2.md).
2327

articles/machine-learning/v1/reference-automl-images-hyperparameters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.date: 01/18/2022
1616

1717
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1818

19+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
20+
1921
Learn which hyperparameters are available specifically for computer vision tasks in automated ML experiments.
2022

2123
With support for computer vision tasks, you can control the model algorithm and sweep hyperparameters. These model algorithms and hyperparameters are passed in as the parameter space for the sweep. While many of the hyperparameters exposed are model-agnostic, there are instances where hyperparameters are model-specific or task-specific.

articles/machine-learning/v1/reference-automl-images-schema.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 10/13/2021
1919

2020
[!INCLUDE [cli-version-info](../includes/machine-learning-cli-v1-deprecation.md)]
2121

22+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
23+
2224
> [!IMPORTANT]
2325
> This feature is currently in public preview. This preview version is provided without a service-level agreement. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2426

0 commit comments

Comments
 (0)