Skip to content

Commit 986d672

Browse files
committed
update
1 parent 0d866ca commit 986d672

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/tutorial-create-secure-workspace-template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To view either Bicep or Terraform information, select the Bicep or Terraform tab
4141

4242
- Git installed on your development environment to clone the template repository. If you don't have the `git` command, you can install Git from [https://git-scm.com/](https://git-scm.com/).
4343

44-
- An Azure CLI or Azure PowerShell command line. The following examples use Azure CLI.
44+
- An Azure CLI or Azure PowerShell command line.
4545

4646
# [Bicep](#tab/bicep)
4747

@@ -93,10 +93,10 @@ The Bicep template is made up of the [main.bicep](https://github.com/Azure/azure
9393
| [privateaks.bicep](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.machinelearningservices/machine-learning-end-to-end-secure/modules/privateaks.bicep) | Defines an AKS cluster instance. |
9494

9595
> [!IMPORTANT]
96-
> The example templates might not always use the latest API version for Azure Machine Learning. Before using the template, you should modify it to use the latest API version. For information on the latest API version for Azure Machine Learning, see the [Azure Machine Learning REST API](/rest/api/azureml/).
97-
>
98-
> Each Azure service has its own set of API versions. For information on the API for a specific service, check the service information in the [Azure REST API reference](/rest/api/azure/).
99-
>
96+
> Each Azure service has its own set of API versions. The example templates might not use the latest API versions for Azure Machine Learning and other resources. Before using the template, you should modify it to use the latest API versions.
97+
>
98+
> For information on the API for a specific service, check the service information in the [Azure REST API reference](/rest/api/azure/). For information on the latest Azure Machine Learning API version, see the [Azure Machine Learning REST API](/rest/api/azureml/).
99+
>
100100
> To update the API version, find the `Microsoft.MachineLearningServices/<resource>` entry for the resource type and update it to the latest version.
101101
102102
# [Terraform](#tab/terraform)

0 commit comments

Comments
 (0)