diff --git a/cli/jobs/basics/hello-data-uri-folder.yml b/cli/jobs/basics/hello-data-uri-folder.yml index c323e146ec..11f60342b9 100644 --- a/cli/jobs/basics/hello-data-uri-folder.yml +++ b/cli/jobs/basics/hello-data-uri-folder.yml @@ -7,4 +7,4 @@ inputs: type: uri_folder path: azureml:local-folder-example@latest mode: ro_mount -environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest +environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-dataset.yml b/cli/jobs/basics/hello-dataset.yml index 410291dffa..3b4291cf43 100644 --- a/cli/jobs/basics/hello-dataset.yml +++ b/cli/jobs/basics/hello-dataset.yml @@ -7,4 +7,4 @@ inputs: type: uri_folder path: azureml:sampledata@latest mode: ro_mount -environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest +environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-interactive.yml b/cli/jobs/basics/hello-interactive.yml index 78f30316f7..d8bdd7ff21 100644 --- a/cli/jobs/basics/hello-interactive.yml +++ b/cli/jobs/basics/hello-interactive.yml @@ -1,7 +1,7 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json command: python hello-interactive.py && sleep 600 code: src -environment: azureml:AzureML-tensorflow-2.12-cuda11@latest +environment: azureml:AzureML-tensorflow-2.16-cuda11@latest services: my_vscode: diff --git a/cli/jobs/basics/hello-iris-datastore-file.yml b/cli/jobs/basics/hello-iris-datastore-file.yml index 8256bbf911..117c86ae2c 100644 --- a/cli/jobs/basics/hello-iris-datastore-file.yml +++ b/cli/jobs/basics/hello-iris-datastore-file.yml @@ -7,4 +7,4 @@ inputs: iris_csv: type: uri_file path: azureml://datastores/workspaceblobstore/paths/example-data/iris.csv -environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest +environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-iris-datastore-folder.yml b/cli/jobs/basics/hello-iris-datastore-folder.yml index e617a4c022..ca8496eee8 100644 --- a/cli/jobs/basics/hello-iris-datastore-folder.yml +++ b/cli/jobs/basics/hello-iris-datastore-folder.yml @@ -8,4 +8,4 @@ inputs: data_dir: type: uri_folder path: azureml://datastores/workspaceblobstore/paths/example-data/ -environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest +environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-iris-file.yml b/cli/jobs/basics/hello-iris-file.yml index 29c5a1b09f..58e7cb469b 100644 --- a/cli/jobs/basics/hello-iris-file.yml +++ b/cli/jobs/basics/hello-iris-file.yml @@ -7,4 +7,4 @@ inputs: iris_csv: type: uri_file path: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv -environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest +environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-iris-folder.yml b/cli/jobs/basics/hello-iris-folder.yml index 7fb305533e..664abbe747 100644 --- a/cli/jobs/basics/hello-iris-folder.yml +++ b/cli/jobs/basics/hello-iris-folder.yml @@ -8,4 +8,4 @@ inputs: data_dir: type: uri_folder path: wasbs://datasets@azuremlexamples.blob.core.windows.net/ -environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest +environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-iris-literal.yml b/cli/jobs/basics/hello-iris-literal.yml index ad2f8791e7..2853f8fdad 100644 --- a/cli/jobs/basics/hello-iris-literal.yml +++ b/cli/jobs/basics/hello-iris-literal.yml @@ -6,4 +6,4 @@ code: src inputs: type: uri_file iris_csv: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv -environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest +environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-mlflow.yml b/cli/jobs/basics/hello-mlflow.yml index d2ef2e5d27..acca8f2f93 100644 --- a/cli/jobs/basics/hello-mlflow.yml +++ b/cli/jobs/basics/hello-mlflow.yml @@ -1,4 +1,4 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json command: python hello-mlflow.py code: src -environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest +environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-model-as-input.yml b/cli/jobs/basics/hello-model-as-input.yml index ff9e313aa6..911069d86d 100644 --- a/cli/jobs/basics/hello-model-as-input.yml +++ b/cli/jobs/basics/hello-model-as-input.yml @@ -12,4 +12,4 @@ inputs: my_model: type: mlflow_model # List of all model types here: https://learn.microsoft.com/azure/machine-learning/reference-yaml-model#yaml-syntax path: ../../assets/model/mlflow-model -environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest +environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-model-as-output.yml b/cli/jobs/basics/hello-model-as-output.yml index 858f7320a1..b0b01acf63 100644 --- a/cli/jobs/basics/hello-model-as-output.yml +++ b/cli/jobs/basics/hello-model-as-output.yml @@ -19,4 +19,4 @@ inputs: outputs: output_folder: type: custom_model # mlflow_model,custom_model, triton_model -environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest +environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-pipeline-abc-serverless.yml b/cli/jobs/basics/hello-pipeline-abc-serverless.yml index 7ea6cc0280..f7120de06b 100644 --- a/cli/jobs/basics/hello-pipeline-abc-serverless.yml +++ b/cli/jobs/basics/hello-pipeline-abc-serverless.yml @@ -11,17 +11,17 @@ inputs: jobs: a: command: echo hello ${{inputs.hello_string}} - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest inputs: hello_string: ${{parent.inputs.hello_string_top_level_input}} b: command: echo "world" >> ${{outputs.world_output}}/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest outputs: world_output: c: command: echo ${{inputs.world_input}}/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest inputs: world_input: ${{parent.jobs.b.outputs.world_output}} diff --git a/cli/jobs/basics/hello-pipeline-abc.yml b/cli/jobs/basics/hello-pipeline-abc.yml index 018a2c6a0f..82b0ea958c 100644 --- a/cli/jobs/basics/hello-pipeline-abc.yml +++ b/cli/jobs/basics/hello-pipeline-abc.yml @@ -9,17 +9,17 @@ inputs: jobs: a: command: echo hello ${{inputs.hello_string}} - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest inputs: hello_string: ${{parent.inputs.hello_string_top_level_input}} b: command: echo "world" >> ${{outputs.world_output}}/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest outputs: world_output: c: command: echo ${{inputs.world_input}}/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest inputs: world_input: ${{parent.jobs.b.outputs.world_output}} \ No newline at end of file diff --git a/cli/jobs/basics/hello-pipeline-customize-output-file-serverless.yml b/cli/jobs/basics/hello-pipeline-customize-output-file-serverless.yml index 17b77ea888..5258bebc0b 100644 --- a/cli/jobs/basics/hello-pipeline-customize-output-file-serverless.yml +++ b/cli/jobs/basics/hello-pipeline-customize-output-file-serverless.yml @@ -14,6 +14,6 @@ outputs: jobs: hello_world: command: echo "hello" && echo "world" > ${{outputs.output}} - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest outputs: output: ${{parent.outputs.output}} diff --git a/cli/jobs/basics/hello-pipeline-customize-output-file.yml b/cli/jobs/basics/hello-pipeline-customize-output-file.yml index 92e8e4d073..4979275e75 100644 --- a/cli/jobs/basics/hello-pipeline-customize-output-file.yml +++ b/cli/jobs/basics/hello-pipeline-customize-output-file.yml @@ -10,7 +10,7 @@ outputs: jobs: hello_world: command: echo "hello" && echo "world" > ${{outputs.output}} - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest compute: azureml:cpu-cluster outputs: output: ${{parent.outputs.output}} \ No newline at end of file diff --git a/cli/jobs/basics/hello-pipeline-customize-output-folder-serverless.yml b/cli/jobs/basics/hello-pipeline-customize-output-folder-serverless.yml index 991a98811d..3793b636a6 100644 --- a/cli/jobs/basics/hello-pipeline-customize-output-folder-serverless.yml +++ b/cli/jobs/basics/hello-pipeline-customize-output-folder-serverless.yml @@ -8,7 +8,7 @@ settings: jobs: hello_world: command: echo "hello" && echo "world" > ${{outputs.output}}/hello_world-folder.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest outputs: output: type: uri_folder diff --git a/cli/jobs/basics/hello-pipeline-customize-output-folder.yml b/cli/jobs/basics/hello-pipeline-customize-output-folder.yml index 6eb6650258..2fc3ce6d0f 100644 --- a/cli/jobs/basics/hello-pipeline-customize-output-folder.yml +++ b/cli/jobs/basics/hello-pipeline-customize-output-folder.yml @@ -6,7 +6,7 @@ settings: jobs: hello_world: command: echo "hello" && echo "world" > ${{outputs.output}}/hello_world-folder.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest compute: azureml:cpu-cluster outputs: output: diff --git a/cli/jobs/basics/hello-pipeline-default-artifacts-serverless.yml b/cli/jobs/basics/hello-pipeline-default-artifacts-serverless.yml index e1b345b838..2686dac77f 100644 --- a/cli/jobs/basics/hello-pipeline-default-artifacts-serverless.yml +++ b/cli/jobs/basics/hello-pipeline-default-artifacts-serverless.yml @@ -8,12 +8,12 @@ settings: jobs: hello_job: command: echo "hello" && echo "world" > ./outputs/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest outputs: artifacts: world_job: command: cat ${{inputs.world_input}}/outputs/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest inputs: world_input: ${{parent.jobs.hello_job.outputs.artifacts}} diff --git a/cli/jobs/basics/hello-pipeline-default-artifacts.yml b/cli/jobs/basics/hello-pipeline-default-artifacts.yml index 1d1b6041bc..88a3e80a9f 100644 --- a/cli/jobs/basics/hello-pipeline-default-artifacts.yml +++ b/cli/jobs/basics/hello-pipeline-default-artifacts.yml @@ -4,13 +4,13 @@ display_name: hello_pipeline_default_artifacts jobs: hello_job: command: echo "hello" && echo "world" > ./outputs/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest compute: azureml:cpu-cluster outputs: artifacts: world_job: command: cat ${{inputs.world_input}}/outputs/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest compute: azureml:cpu-cluster inputs: world_input: ${{parent.jobs.hello_job.outputs.artifacts}} diff --git a/cli/jobs/basics/hello-pipeline-io-serverless.yml b/cli/jobs/basics/hello-pipeline-io-serverless.yml index 1115b3bc91..f95b2b6351 100644 --- a/cli/jobs/basics/hello-pipeline-io-serverless.yml +++ b/cli/jobs/basics/hello-pipeline-io-serverless.yml @@ -8,12 +8,12 @@ settings: jobs: hello_job: command: echo "hello" && echo "world" > ${{outputs.world_output}}/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest outputs: world_output: world_job: command: cat ${{inputs.world_input}}/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest inputs: world_input: ${{parent.jobs.hello_job.outputs.world_output}} diff --git a/cli/jobs/basics/hello-pipeline-io.yml b/cli/jobs/basics/hello-pipeline-io.yml index a8650ed210..7c4b6b523e 100644 --- a/cli/jobs/basics/hello-pipeline-io.yml +++ b/cli/jobs/basics/hello-pipeline-io.yml @@ -4,13 +4,13 @@ display_name: hello_pipeline_io jobs: hello_job: command: echo "hello" && echo "world" > ${{outputs.world_output}}/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest compute: azureml:cpu-cluster outputs: world_output: world_job: command: cat ${{inputs.world_input}}/world.txt - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest compute: azureml:cpu-cluster inputs: world_input: ${{parent.jobs.hello_job.outputs.world_output}} diff --git a/cli/jobs/basics/hello-pipeline-serverless.yml b/cli/jobs/basics/hello-pipeline-serverless.yml index cca33b6f7e..a2ce3de667 100644 --- a/cli/jobs/basics/hello-pipeline-serverless.yml +++ b/cli/jobs/basics/hello-pipeline-serverless.yml @@ -8,8 +8,8 @@ settings: jobs: hello_job: command: echo "hello" - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest world_job: command: echo "world" - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-pipeline-settings-serverless.yml b/cli/jobs/basics/hello-pipeline-settings-serverless.yml index 580eabeb59..96e040a424 100644 --- a/cli/jobs/basics/hello-pipeline-settings-serverless.yml +++ b/cli/jobs/basics/hello-pipeline-settings-serverless.yml @@ -9,7 +9,7 @@ settings: jobs: hello_job: command: echo 202204190 & echo "hello" - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest world_job: command: echo 202204190 & echo "hello" - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-pipeline-settings.yml b/cli/jobs/basics/hello-pipeline-settings.yml index d406767862..f531575d30 100644 --- a/cli/jobs/basics/hello-pipeline-settings.yml +++ b/cli/jobs/basics/hello-pipeline-settings.yml @@ -8,7 +8,7 @@ settings: jobs: hello_job: command: echo 202204190 & echo "hello" - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest world_job: command: echo 202204190 & echo "hello" - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest diff --git a/cli/jobs/basics/hello-pipeline.yml b/cli/jobs/basics/hello-pipeline.yml index 54cfa1dbd9..8d7abbe267 100644 --- a/cli/jobs/basics/hello-pipeline.yml +++ b/cli/jobs/basics/hello-pipeline.yml @@ -4,10 +4,10 @@ display_name: hello_pipeline jobs: hello_job: command: echo "hello" - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest compute: azureml:cpu-cluster world_job: command: echo "world" - environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest + environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest compute: azureml:cpu-cluster \ No newline at end of file diff --git a/cli/jobs/basics/hello-sweep.yml b/cli/jobs/basics/hello-sweep.yml index a365239efa..8dbcbce671 100644 --- a/cli/jobs/basics/hello-sweep.yml +++ b/cli/jobs/basics/hello-sweep.yml @@ -7,7 +7,7 @@ trial: --B ${{search_space.B}} --C ${{search_space.C}} code: src - environment: azureml:AzureML-sklearn-1.1@latest + environment: azureml:AzureML-sklearn-1.5@latest inputs: A: 0.5 sampling_algorithm: random