Skip to content

Commit 7bd6713

Browse files
Merge pull request #208266 from Blackmist/cli-v1-deprecation
wording
2 parents 4773b3f + ab74100 commit 7bd6713

18 files changed

+52
-8
lines changed

articles/machine-learning/v1/how-to-access-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ Azure Data Factory provides efficient and resilient data transfer with more than
304304

305305
* [Create an Azure machine learning dataset](how-to-create-register-datasets.md)
306306
* [Train a model](how-to-set-up-training-targets.md)
307-
* [Deploy a model](how-to-deploy-and-where.md)
307+
* [Deploy a model](how-to-deploy-and-where.md)

articles/machine-learning/v1/how-to-consume-web-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The general workflow for creating a client that uses a machine learning web serv
3131
> [!TIP]
3232
> The examples in this document are manually created without the use of OpenAPI (Swagger) specifications. If you've enabled an OpenAPI specification for your deployment, you can use tools such as [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to create client libraries for your service.
3333
34+
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
35+
3436
## Connection information
3537

3638
> [!NOTE]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ This article covers only the CLI v1 way to accomplish these tasks. To see how t
4242

4343
* The [Azure CLI extension for Machine Learning service (v1)](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro), or the [Azure Machine Learning Visual Studio Code extension](../how-to-setup-vs-code.md).
4444

45+
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
46+
4547

4648
## What is a compute cluster?
4749

articles/machine-learning/v1/how-to-create-attach-kubernetes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ Azure Machine Learning can deploy trained machine learning models to Azure Kuber
2727

2828
- An Azure Machine Learning workspace. For more information, see [Create an Azure Machine Learning workspace](../how-to-manage-workspace.md).
2929

30-
- The [Azure CLI extension for Machine Learning service](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro), or the [Azure Machine Learning Visual Studio Code extension](../how-to-setup-vs-code.md).
30+
- The [Azure CLI extension (v1) for Machine Learning service](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro), or the [Azure Machine Learning Visual Studio Code extension](../how-to-setup-vs-code.md).
31+
32+
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
3133

3234
- If you plan on using an Azure Virtual Network to secure communication between your Azure ML workspace and the AKS cluster, your workspace and its associated resources (storage, key vault, Azure Container Registry) must have private endpoints or service endpoints in the same VNET as AKS cluster's VNET. Please follow tutorial [create a secure workspace](../tutorial-create-secure-workspace.md) to add those private endpoints or service endpoints to your VNET.
3335

@@ -234,7 +236,7 @@ For more information on creating an AKS cluster using the Azure CLI or portal, s
234236

235237
* [Create an AKS cluster (CLI)](/cli/azure/aks?bc=/azure/bread/toc.json&toc=/azure/aks/TOC.json#az-aks-create)
236238
* [Create an AKS cluster (portal)](../../aks/learn/quick-kubernetes-deploy-portal.md)
237-
* [Create an AKS cluster (ARM Template on Azure Quickstart templates)](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.containerinstance/aks-azml-targetcompute)
239+
* [Create an AKS cluster (ARM Template on Azure Quickstart Templates)](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.containerinstance/aks-azml-targetcompute)
238240

239241
The following example demonstrates how to attach an existing AKS cluster to your workspace:
240242

articles/machine-learning/v1/how-to-create-manage-compute-instance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ In this article, you learn how to:
4141

4242
* The [Azure CLI extension for Machine Learning service (v1)](reference-azure-machine-learning-cli.md)
4343

44+
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
45+
4446
## Create
4547

4648
> [!IMPORTANT]

articles/machine-learning/v1/how-to-deploy-azure-container-instance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ For information on quota and region availability for ACI, see [Quotas and region
3737

3838
- The [Azure CLI extension (v1) for Machine Learning service](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro), or the [Azure Machine Learning Visual Studio Code extension](../how-to-setup-vs-code.md).
3939

40+
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
41+
4042
- The __Python__ code snippets in this article assume that the following variables are set:
4143

4244
* `ws` - Set to your workspace.

articles/machine-learning/v1/how-to-deploy-azure-kubernetes-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ When deploying to Azure Kubernetes Service, you deploy to an AKS cluster that is
4545

4646
- The [Azure CLI extension (v1) for Machine Learning service](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro), or the [Azure Machine Learning Visual Studio Code extension](../how-to-setup-vs-code.md).
4747

48+
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
49+
4850
- The __Python__ code snippets in this article assume that the following variables are set:
4951

5052
* `ws` - Set to your workspace.

articles/machine-learning/v1/how-to-deploy-profile-model.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ This article shows how to profile a machine learning to model to determine how m
2222
> [!IMPORTANT]
2323
> This article applies to CLI v1 and SDK v1. This profiling technique is not available for v2 of either CLI or SDK.
2424
25+
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
26+
2527
## Prerequisites
2628

2729
This article assumes you have trained and registered a model with Azure Machine Learning. See the [sample tutorial here](../how-to-train-scikit-learn.md) for an example of training and registering a scikit-learn model with Azure Machine Learning.

articles/machine-learning/v1/how-to-deploy-update-web-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ In this article, you learn how to update a web service that was deployed with Az
3232
workspace_name="myworkspace")
3333
```
3434

35+
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
36+
3537
## Update web service
3638

3739
To update a web service, use the `update` method. You can update the web service to use a new model, a new entry script, or new dependencies that can be specified in an inference configuration. For more information, see the documentation for [Webservice.update](/python/api/azureml-core/azureml.core.webservice.webservice.webservice#update--args-).

articles/machine-learning/v1/how-to-secure-inferencing-vnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ In this article you learn how to secure the following inferencing resources in a
5555

5656
For more information on Azure RBAC with networking, see the [Networking built-in roles](../../role-based-access-control/built-in-roles.md#networking)
5757

58+
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
59+
5860
## Limitations
5961

6062
### Azure Container Instances

0 commit comments

Comments
 (0)