From 5951e8675c9fb815bf79ce6b5b32f2dd687717e4 Mon Sep 17 00:00:00 2001 From: Facundo Santiago Date: Wed, 26 Jul 2023 23:40:13 -0400 Subject: [PATCH] fix: updating deployments schemas (#2497) --- .../batch-scoring-with-preprocessing/deployment.yml | 2 +- .../batch/deploy-pipelines/hello-batch/deployment-from-job.yml | 2 +- cli/endpoints/batch/deploy-pipelines/hello-batch/deployment.yml | 2 +- .../training-with-components/deployment-onehot/deployment.yml | 2 +- .../training-with-components/deployment-ordinal/deployment.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/deployment.yml b/cli/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/deployment.yml index 702dcdd8d1..e5ba84a8db 100644 --- a/cli/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/deployment.yml +++ b/cli/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/deployment.yml @@ -1,4 +1,4 @@ -$schema: http://azureml/sdk-2-0/BatchDeployment.json +$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json name: uci-classifier-prepros-xgb description: A sample deployment with pre and post processing done before and after inference. endpoint_name: uci-classifier-batch diff --git a/cli/endpoints/batch/deploy-pipelines/hello-batch/deployment-from-job.yml b/cli/endpoints/batch/deploy-pipelines/hello-batch/deployment-from-job.yml index fc36675966..a26e2bbd79 100644 --- a/cli/endpoints/batch/deploy-pipelines/hello-batch/deployment-from-job.yml +++ b/cli/endpoints/batch/deploy-pipelines/hello-batch/deployment-from-job.yml @@ -1,4 +1,4 @@ -$schema: http://azureml/sdk-2-0/BatchDeployment.json +$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json name: hello-batch-from-job description: A hello world deployment with a single step. This deployment is created from a pipeline job. endpoint_name: hello-pipeline-batch diff --git a/cli/endpoints/batch/deploy-pipelines/hello-batch/deployment.yml b/cli/endpoints/batch/deploy-pipelines/hello-batch/deployment.yml index 6381b53092..7bec95b816 100644 --- a/cli/endpoints/batch/deploy-pipelines/hello-batch/deployment.yml +++ b/cli/endpoints/batch/deploy-pipelines/hello-batch/deployment.yml @@ -1,4 +1,4 @@ -$schema: http://azureml/sdk-2-0/BatchDeployment.json +$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json name: hello-batch-dpl description: A hello world deployment with a single step. endpoint_name: hello-pipeline-batch diff --git a/cli/endpoints/batch/deploy-pipelines/training-with-components/deployment-onehot/deployment.yml b/cli/endpoints/batch/deploy-pipelines/training-with-components/deployment-onehot/deployment.yml index 40d29e4cfe..7644c3daad 100644 --- a/cli/endpoints/batch/deploy-pipelines/training-with-components/deployment-onehot/deployment.yml +++ b/cli/endpoints/batch/deploy-pipelines/training-with-components/deployment-onehot/deployment.yml @@ -1,4 +1,4 @@ -$schema: http://azureml/sdk-2-0/BatchDeployment.json +$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json name: uci-classifier-train-onehot description: A sample deployment that trains an XGBoost model for the UCI dataset using onehot encoding for variables. endpoint_name: uci-classifier-train diff --git a/cli/endpoints/batch/deploy-pipelines/training-with-components/deployment-ordinal/deployment.yml b/cli/endpoints/batch/deploy-pipelines/training-with-components/deployment-ordinal/deployment.yml index bf307069e0..2a78481d98 100644 --- a/cli/endpoints/batch/deploy-pipelines/training-with-components/deployment-ordinal/deployment.yml +++ b/cli/endpoints/batch/deploy-pipelines/training-with-components/deployment-ordinal/deployment.yml @@ -1,4 +1,4 @@ -$schema: http://azureml/sdk-2-0/BatchDeployment.json +$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json name: uci-classifier-train-xgb description: A sample deployment that trains an XGBoost model for the UCI dataset. endpoint_name: uci-classifier-train