diff --git a/.github/workflows/cli-assets-data-azure-sql-import.yml b/.github/workflows/cli-assets-data-azure-sql-import.yml deleted file mode 100644 index e63a6e50621..00000000000 --- a/.github/workflows/cli-assets-data-azure-sql-import.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-assets-data-azure-sql-import -on: - workflow_dispatch: - schedule: - - cron: "13 6/12 * * *" - pull_request: - branches: - - main - paths: - - cli/assets/data/azure-sql-import.yml - - infra/bootstrapping/** - - .github/workflows/cli-assets-data-azure-sql-import.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data" - working-directory: infra/bootstrapping - continue-on-error: false - - name: create asset - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml data create -f assets/data/azure-sql-import.yml - working-directory: cli diff --git a/.github/workflows/cli-assets-data-cloud-folder-wasbs.yml b/.github/workflows/cli-assets-data-cloud-folder-wasbs.yml deleted file mode 100644 index 52f922bb256..00000000000 --- a/.github/workflows/cli-assets-data-cloud-folder-wasbs.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-assets-data-cloud-folder-wasbs -on: - workflow_dispatch: - schedule: - - cron: "23 9/12 * * *" - pull_request: - branches: - - main - paths: - - cli/assets/data/cloud-folder-wasbs.yml - - infra/bootstrapping/** - - .github/workflows/cli-assets-data-cloud-folder-wasbs.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data" - working-directory: infra/bootstrapping - continue-on-error: false - - name: create asset - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml data create -f assets/data/cloud-folder-wasbs.yml - working-directory: cli diff --git a/.github/workflows/cli-assets-data-data_import_schedule_database_inline.yml b/.github/workflows/cli-assets-data-data_import_schedule_database_inline.yml deleted file mode 100644 index a2e6e05ec50..00000000000 --- a/.github/workflows/cli-assets-data-data_import_schedule_database_inline.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-assets-data-data_import_schedule_database_inline -on: - workflow_dispatch: - schedule: - - cron: "30 7/12 * * *" - pull_request: - branches: - - main - paths: - - cli/assets/data/data_import_schedule_database_inline.yml - - infra/bootstrapping/** - - .github/workflows/cli-assets-data-data_import_schedule_database_inline.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data" - working-directory: infra/bootstrapping - continue-on-error: false - - name: create asset - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml data create -f assets/data/data_import_schedule_database_inline.yml - working-directory: cli diff --git a/.github/workflows/cli-assets-data-s3-import.yml b/.github/workflows/cli-assets-data-s3-import.yml deleted file mode 100644 index 30d8c578b99..00000000000 --- a/.github/workflows/cli-assets-data-s3-import.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-assets-data-s3-import -on: - workflow_dispatch: - schedule: - - cron: "46 3/12 * * *" - pull_request: - branches: - - main - paths: - - cli/assets/data/s3-import.yml - - infra/bootstrapping/** - - .github/workflows/cli-assets-data-s3-import.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data" - working-directory: infra/bootstrapping - continue-on-error: false - - name: create asset - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml data create -f assets/data/s3-import.yml - working-directory: cli diff --git a/.github/workflows/cli-assets-data-simple_import_schedule.yml b/.github/workflows/cli-assets-data-simple_import_schedule.yml deleted file mode 100644 index 198c8aa276e..00000000000 --- a/.github/workflows/cli-assets-data-simple_import_schedule.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-assets-data-simple_import_schedule -on: - workflow_dispatch: - schedule: - - cron: "59 3/12 * * *" - pull_request: - branches: - - main - paths: - - cli/assets/data/simple_import_schedule.yml - - infra/bootstrapping/** - - .github/workflows/cli-assets-data-simple_import_schedule.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data" - working-directory: infra/bootstrapping - continue-on-error: false - - name: create asset - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml data create -f assets/data/simple_import_schedule.yml - working-directory: cli diff --git a/.github/workflows/cli-assets-data-snowflake-import-managed.yml b/.github/workflows/cli-assets-data-snowflake-import-managed.yml deleted file mode 100644 index 453a6355fc5..00000000000 --- a/.github/workflows/cli-assets-data-snowflake-import-managed.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-assets-data-snowflake-import-managed -on: - workflow_dispatch: - schedule: - - cron: "9 7/12 * * *" - pull_request: - branches: - - main - paths: - - cli/assets/data/snowflake-import-managed.yml - - infra/bootstrapping/** - - .github/workflows/cli-assets-data-snowflake-import-managed.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data" - working-directory: infra/bootstrapping - continue-on-error: false - - name: create asset - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml data create -f assets/data/snowflake-import-managed.yml - working-directory: cli diff --git a/.github/workflows/cli-assets-data-snowflake-import.yml b/.github/workflows/cli-assets-data-snowflake-import.yml deleted file mode 100644 index 80c1bab11b4..00000000000 --- a/.github/workflows/cli-assets-data-snowflake-import.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-assets-data-snowflake-import -on: - workflow_dispatch: - schedule: - - cron: "54 11/12 * * *" - pull_request: - branches: - - main - paths: - - cli/assets/data/snowflake-import.yml - - infra/bootstrapping/** - - .github/workflows/cli-assets-data-snowflake-import.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data" - working-directory: infra/bootstrapping - continue-on-error: false - - name: create asset - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml data create -f assets/data/snowflake-import.yml - working-directory: cli diff --git a/.github/workflows/cli-endpoints-batch-deploy-models-custom-outputs-parquet-endpoint.yml b/.github/workflows/cli-endpoints-batch-deploy-models-custom-outputs-parquet-endpoint.yml index aef8faa5b60..a06b178842b 100644 --- a/.github/workflows/cli-endpoints-batch-deploy-models-custom-outputs-parquet-endpoint.yml +++ b/.github/workflows/cli-endpoints-batch-deploy-models-custom-outputs-parquet-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/batch/deploy-models/custom-outputs-parquet/** - - cli/endpoints/unknown/** + - cli/endpoints/batch/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-batch-deploy-models-custom-outputs-parquet-endpoint.yml - cli/setup.sh @@ -51,26 +51,26 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n tomoutputsparquetendpoint1809 -y + az ml batch-endpoint delete -n tomoutputsparquetendpoint8741 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\batch\deploy-models\custom-outputs-parquet\endpoint.yml - az ml unknown-endpoint create -n tomoutputsparquetendpoint1809 -f endpoints\batch\deploy-models\custom-outputs-parquet\endpoint.yml + cat endpoints/batch/deploy-models/custom-outputs-parquet/endpoint.yml + az ml batch-endpoint create -n tomoutputsparquetendpoint8741 -f endpoints/batch/deploy-models/custom-outputs-parquet/endpoint.yml working-directory: cli - name: create deployment run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints/batch/deploy-models/custom-outputs-parquet\deployment.yml - az ml unknown-deployment create -e tomoutputsparquetendpoint1809 -f endpoints/batch/deploy-models/custom-outputs-parquet\deployment.yml + cat endpoints/batch/deploy-models/custom-outputs-parquet/deployment.yml + az ml batch-deployment create -e tomoutputsparquetendpoint8741 -f endpoints/batch/deploy-models/custom-outputs-parquet/deployment.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n tomoutputsparquetendpoint1809 -y - working-directory: cli + az ml batch-endpoint delete -n tomoutputsparquetendpoint8741 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-batch-deploy-models-heart-classifier-mlflow-endpoint.yml b/.github/workflows/cli-endpoints-batch-deploy-models-heart-classifier-mlflow-endpoint.yml index 209b944e2cb..7f4be90b44c 100644 --- a/.github/workflows/cli-endpoints-batch-deploy-models-heart-classifier-mlflow-endpoint.yml +++ b/.github/workflows/cli-endpoints-batch-deploy-models-heart-classifier-mlflow-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/batch/deploy-models/heart-classifier-mlflow/** - - cli/endpoints/unknown/** + - cli/endpoints/batch/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-batch-deploy-models-heart-classifier-mlflow-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n tclassifiermlflowendpoint2923 -y + az ml batch-endpoint delete -n tclassifiermlflowendpoint3191 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\batch\deploy-models\heart-classifier-mlflow\endpoint.yml - az ml unknown-endpoint create -n tclassifiermlflowendpoint2923 -f endpoints\batch\deploy-models\heart-classifier-mlflow\endpoint.yml + cat endpoints/batch/deploy-models/heart-classifier-mlflow/endpoint.yml + az ml batch-endpoint create -n tclassifiermlflowendpoint3191 -f endpoints/batch/deploy-models/heart-classifier-mlflow/endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n tclassifiermlflowendpoint2923 -y - working-directory: cli + az ml batch-endpoint delete -n tclassifiermlflowendpoint3191 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-batch-deploy-models-huggingface-text-summarization-endpoint.yml b/.github/workflows/cli-endpoints-batch-deploy-models-huggingface-text-summarization-endpoint.yml index 19a64447fbb..752ef96e351 100644 --- a/.github/workflows/cli-endpoints-batch-deploy-models-huggingface-text-summarization-endpoint.yml +++ b/.github/workflows/cli-endpoints-batch-deploy-models-huggingface-text-summarization-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/batch/deploy-models/huggingface-text-summarization/** - - cli/endpoints/unknown/** + - cli/endpoints/batch/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-batch-deploy-models-huggingface-text-summarization-endpoint.yml - cli/setup.sh @@ -51,26 +51,26 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n textsummarizationendpoint2559 -y + az ml batch-endpoint delete -n textsummarizationendpoint2742 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\batch\deploy-models\huggingface-text-summarization\endpoint.yml - az ml unknown-endpoint create -n textsummarizationendpoint2559 -f endpoints\batch\deploy-models\huggingface-text-summarization\endpoint.yml + cat endpoints/batch/deploy-models/huggingface-text-summarization/endpoint.yml + az ml batch-endpoint create -n textsummarizationendpoint2742 -f endpoints/batch/deploy-models/huggingface-text-summarization/endpoint.yml working-directory: cli - name: create deployment run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints/batch/deploy-models/huggingface-text-summarization\deployment.yml - az ml unknown-deployment create -e textsummarizationendpoint2559 -f endpoints/batch/deploy-models/huggingface-text-summarization\deployment.yml + cat endpoints/batch/deploy-models/huggingface-text-summarization/deployment.yml + az ml batch-deployment create -e textsummarizationendpoint2742 -f endpoints/batch/deploy-models/huggingface-text-summarization/deployment.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n textsummarizationendpoint2559 -y - working-directory: cli + az ml batch-endpoint delete -n textsummarizationendpoint2742 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-batch-deploy-models-imagenet-classifier-endpoint.yml b/.github/workflows/cli-endpoints-batch-deploy-models-imagenet-classifier-endpoint.yml index 32c36b6a7f9..7879e901f1d 100644 --- a/.github/workflows/cli-endpoints-batch-deploy-models-imagenet-classifier-endpoint.yml +++ b/.github/workflows/cli-endpoints-batch-deploy-models-imagenet-classifier-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/batch/deploy-models/imagenet-classifier/** - - cli/endpoints/unknown/** + - cli/endpoints/batch/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-batch-deploy-models-imagenet-classifier-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n imagenetclassifierendpoint2177 -y + az ml batch-endpoint delete -n imagenetclassifierendpoint3948 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\batch\deploy-models\imagenet-classifier\endpoint.yml - az ml unknown-endpoint create -n imagenetclassifierendpoint2177 -f endpoints\batch\deploy-models\imagenet-classifier\endpoint.yml + cat endpoints/batch/deploy-models/imagenet-classifier/endpoint.yml + az ml batch-endpoint create -n imagenetclassifierendpoint3948 -f endpoints/batch/deploy-models/imagenet-classifier/endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n imagenetclassifierendpoint2177 -y - working-directory: cli + az ml batch-endpoint delete -n imagenetclassifierendpoint3948 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-batch-deploy-models-mnist-classifier-endpoint.yml b/.github/workflows/cli-endpoints-batch-deploy-models-mnist-classifier-endpoint.yml index 9f21467646d..c155c7f8fe6 100644 --- a/.github/workflows/cli-endpoints-batch-deploy-models-mnist-classifier-endpoint.yml +++ b/.github/workflows/cli-endpoints-batch-deploy-models-mnist-classifier-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/batch/deploy-models/mnist-classifier/** - - cli/endpoints/unknown/** + - cli/endpoints/batch/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-batch-deploy-models-mnist-classifier-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n lsmnistclassifierendpoint3668 -y + az ml batch-endpoint delete -n lsmnistclassifierendpoint9980 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\batch\deploy-models\mnist-classifier\endpoint.yml - az ml unknown-endpoint create -n lsmnistclassifierendpoint3668 -f endpoints\batch\deploy-models\mnist-classifier\endpoint.yml + cat endpoints/batch/deploy-models/mnist-classifier/endpoint.yml + az ml batch-endpoint create -n lsmnistclassifierendpoint9980 -f endpoints/batch/deploy-models/mnist-classifier/endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n lsmnistclassifierendpoint3668 -y - working-directory: cli + az ml batch-endpoint delete -n lsmnistclassifierendpoint9980 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-batch-deploy-models-openai-embeddings-endpoint.yml b/.github/workflows/cli-endpoints-batch-deploy-models-openai-embeddings-endpoint.yml deleted file mode 100644 index f1cd6b40838..00000000000 --- a/.github/workflows/cli-endpoints-batch-deploy-models-openai-embeddings-endpoint.yml +++ /dev/null @@ -1,76 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-endpoints-batch-deploy-models-openai-embeddings-endpoint -on: - workflow_dispatch: - schedule: - - cron: "18 11/12 * * *" - pull_request: - branches: - - main - paths: - - cli/endpoints/batch/deploy-models/openai-embeddings/** - - cli/endpoints/unknown/** - - infra/bootstrapping/** - - .github/workflows/cli-endpoints-batch-deploy-models-openai-embeddings-endpoint.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/endpoints/batch/deploy-models/openai-embeddings" - working-directory: infra/bootstrapping - continue-on-error: false - - name: delete endpoint if existing - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n sopenaiembeddingsendpoint7401 -y - working-directory: cli - continue-on-error: true - - name: create endpoint - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\batch\deploy-models\openai-embeddings\endpoint.yml - az ml unknown-endpoint create -n sopenaiembeddingsendpoint7401 -f endpoints\batch\deploy-models\openai-embeddings\endpoint.yml - working-directory: cli - - name: create deployment - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints/batch/deploy-models/openai-embeddings\deployment.yml - az ml unknown-deployment create -e sopenaiembeddingsendpoint7401 -f endpoints/batch/deploy-models/openai-embeddings\deployment.yml - working-directory: cli - - name: cleanup endpoint - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n sopenaiembeddingsendpoint7401 -y - working-directory: cli diff --git a/.github/workflows/cli-endpoints-batch-deploy-pipelines-batch-scoring-with-preprocessing-endpoint.yml b/.github/workflows/cli-endpoints-batch-deploy-pipelines-batch-scoring-with-preprocessing-endpoint.yml index a9258a8097a..32a2d95e5f3 100644 --- a/.github/workflows/cli-endpoints-batch-deploy-pipelines-batch-scoring-with-preprocessing-endpoint.yml +++ b/.github/workflows/cli-endpoints-batch-deploy-pipelines-batch-scoring-with-preprocessing-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/** - - cli/endpoints/unknown/** + - cli/endpoints/batch/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-batch-deploy-pipelines-batch-scoring-with-preprocessing-endpoint.yml - cli/setup.sh @@ -51,26 +51,26 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n withpreprocessingendpoint8054 -y + az ml batch-endpoint delete -n withpreprocessingendpoint6601 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\batch\deploy-pipelines\batch-scoring-with-preprocessing\endpoint.yml - az ml unknown-endpoint create -n withpreprocessingendpoint8054 -f endpoints\batch\deploy-pipelines\batch-scoring-with-preprocessing\endpoint.yml + cat endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/endpoint.yml + az ml batch-endpoint create -n withpreprocessingendpoint6601 -f endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/endpoint.yml working-directory: cli - name: create deployment run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing\deployment.yml - az ml unknown-deployment create -e withpreprocessingendpoint8054 -f endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing\deployment.yml + cat endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/deployment.yml + az ml batch-deployment create -e withpreprocessingendpoint6601 -f endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/deployment.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n withpreprocessingendpoint8054 -y - working-directory: cli + az ml batch-endpoint delete -n withpreprocessingendpoint6601 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-batch-deploy-pipelines-hello-batch-endpoint.yml b/.github/workflows/cli-endpoints-batch-deploy-pipelines-hello-batch-endpoint.yml index a7355352ce6..47bb7fcd0eb 100644 --- a/.github/workflows/cli-endpoints-batch-deploy-pipelines-hello-batch-endpoint.yml +++ b/.github/workflows/cli-endpoints-batch-deploy-pipelines-hello-batch-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/batch/deploy-pipelines/hello-batch/** - - cli/endpoints/unknown/** + - cli/endpoints/batch/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-batch-deploy-pipelines-hello-batch-endpoint.yml - cli/setup.sh @@ -51,26 +51,26 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n pelineshellobatchendpoint6399 -y + az ml batch-endpoint delete -n pelineshellobatchendpoint9006 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\batch\deploy-pipelines\hello-batch\endpoint.yml - az ml unknown-endpoint create -n pelineshellobatchendpoint6399 -f endpoints\batch\deploy-pipelines\hello-batch\endpoint.yml + cat endpoints/batch/deploy-pipelines/hello-batch/endpoint.yml + az ml batch-endpoint create -n pelineshellobatchendpoint9006 -f endpoints/batch/deploy-pipelines/hello-batch/endpoint.yml working-directory: cli - name: create deployment run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints/batch/deploy-pipelines/hello-batch\deployment.yml - az ml unknown-deployment create -e pelineshellobatchendpoint6399 -f endpoints/batch/deploy-pipelines/hello-batch\deployment.yml + cat endpoints/batch/deploy-pipelines/hello-batch/deployment.yml + az ml batch-deployment create -e pelineshellobatchendpoint9006 -f endpoints/batch/deploy-pipelines/hello-batch/deployment.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n pelineshellobatchendpoint6399 -y - working-directory: cli + az ml batch-endpoint delete -n pelineshellobatchendpoint9006 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-batch-deploy-pipelines-training-with-components-endpoint.yml b/.github/workflows/cli-endpoints-batch-deploy-pipelines-training-with-components-endpoint.yml index 3c0deaeef66..55b67bb3870 100644 --- a/.github/workflows/cli-endpoints-batch-deploy-pipelines-training-with-components-endpoint.yml +++ b/.github/workflows/cli-endpoints-batch-deploy-pipelines-training-with-components-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/batch/deploy-pipelines/training-with-components/** - - cli/endpoints/unknown/** + - cli/endpoints/batch/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-batch-deploy-pipelines-training-with-components-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n ingwithcomponentsendpoint9497 -y + az ml batch-endpoint delete -n ingwithcomponentsendpoint9219 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\batch\deploy-pipelines\training-with-components\endpoint.yml - az ml unknown-endpoint create -n ingwithcomponentsendpoint9497 -f endpoints\batch\deploy-pipelines\training-with-components\endpoint.yml + cat endpoints/batch/deploy-pipelines/training-with-components/endpoint.yml + az ml batch-endpoint create -n ingwithcomponentsendpoint9219 -f endpoints/batch/deploy-pipelines/training-with-components/endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n ingwithcomponentsendpoint9497 -y - working-directory: cli + az ml batch-endpoint delete -n ingwithcomponentsendpoint9219 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-online-custom-container-minimal-multimodel-minimal-multimodel-endpoint.yml b/.github/workflows/cli-endpoints-online-custom-container-minimal-multimodel-minimal-multimodel-endpoint.yml index 4227d4ceb01..eaec7d51aa4 100644 --- a/.github/workflows/cli-endpoints-online-custom-container-minimal-multimodel-minimal-multimodel-endpoint.yml +++ b/.github/workflows/cli-endpoints-online-custom-container-minimal-multimodel-minimal-multimodel-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/online/custom-container/minimal/multimodel/** - - cli/endpoints/unknown/** + - cli/endpoints/online/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-online-custom-container-minimal-multimodel-minimal-multimodel-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n minimalmultimodelendpoint8613 -y + az ml online-endpoint delete -n minimalmultimodelendpoint9199 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\custom-container\minimal\multimodel\minimal-multimodel-endpoint.yml - az ml unknown-endpoint create -n minimalmultimodelendpoint8613 -f endpoints\online\custom-container\minimal\multimodel\minimal-multimodel-endpoint.yml + cat endpoints/online/custom-container/minimal/multimodel/minimal-multimodel-endpoint.yml + az ml online-endpoint create -n minimalmultimodelendpoint9199 -f endpoints/online/custom-container/minimal/multimodel/minimal-multimodel-endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n minimalmultimodelendpoint8613 -y - working-directory: cli + az ml online-endpoint delete -n minimalmultimodelendpoint9199 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-online-custom-container-minimal-single-model-conda-in-dockerfile-minimal-single-model-conda-in-dockerfile-endpoint.yml b/.github/workflows/cli-endpoints-online-custom-container-minimal-single-model-conda-in-dockerfile-minimal-single-model-conda-in-dockerfile-endpoint.yml index d087ffe293c..07a442aaac3 100644 --- a/.github/workflows/cli-endpoints-online-custom-container-minimal-single-model-conda-in-dockerfile-minimal-single-model-conda-in-dockerfile-endpoint.yml +++ b/.github/workflows/cli-endpoints-online-custom-container-minimal-single-model-conda-in-dockerfile-minimal-single-model-conda-in-dockerfile-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/online/custom-container/minimal/single-model/conda-in-dockerfile/** - - cli/endpoints/unknown/** + - cli/endpoints/online/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-online-custom-container-minimal-single-model-conda-in-dockerfile-minimal-single-model-conda-in-dockerfile-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n condaindockerfileendpoint1400 -y + az ml online-endpoint delete -n condaindockerfileendpoint3179 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\custom-container\minimal\single-model\conda-in-dockerfile\minimal-single-model-conda-in-dockerfile-endpoint.yml - az ml unknown-endpoint create -n condaindockerfileendpoint1400 -f endpoints\online\custom-container\minimal\single-model\conda-in-dockerfile\minimal-single-model-conda-in-dockerfile-endpoint.yml + cat endpoints/online/custom-container/minimal/single-model/conda-in-dockerfile/minimal-single-model-conda-in-dockerfile-endpoint.yml + az ml online-endpoint create -n condaindockerfileendpoint3179 -f endpoints/online/custom-container/minimal/single-model/conda-in-dockerfile/minimal-single-model-conda-in-dockerfile-endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n condaindockerfileendpoint1400 -y - working-directory: cli + az ml online-endpoint delete -n condaindockerfileendpoint3179 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-online-custom-container-minimal-single-model-minimal-single-model-endpoint.yml b/.github/workflows/cli-endpoints-online-custom-container-minimal-single-model-minimal-single-model-endpoint.yml index edde3018024..a4cfc906b1b 100644 --- a/.github/workflows/cli-endpoints-online-custom-container-minimal-single-model-minimal-single-model-endpoint.yml +++ b/.github/workflows/cli-endpoints-online-custom-container-minimal-single-model-minimal-single-model-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/online/custom-container/minimal/single-model/** - - cli/endpoints/unknown/** + - cli/endpoints/online/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-online-custom-container-minimal-single-model-minimal-single-model-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n inimalsinglemodelendpoint1369 -y + az ml online-endpoint delete -n inimalsinglemodelendpoint2770 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\custom-container\minimal\single-model\minimal-single-model-endpoint.yml - az ml unknown-endpoint create -n inimalsinglemodelendpoint1369 -f endpoints\online\custom-container\minimal\single-model\minimal-single-model-endpoint.yml + cat endpoints/online/custom-container/minimal/single-model/minimal-single-model-endpoint.yml + az ml online-endpoint create -n inimalsinglemodelendpoint2770 -f endpoints/online/custom-container/minimal/single-model/minimal-single-model-endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n inimalsinglemodelendpoint1369 -y - working-directory: cli + az ml online-endpoint delete -n inimalsinglemodelendpoint2770 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-online-custom-container-mlflow-multideployment-scikit-mlflow-endpoint.yml b/.github/workflows/cli-endpoints-online-custom-container-mlflow-multideployment-scikit-mlflow-endpoint.yml index a3f8d28cc98..3533dec6dc0 100644 --- a/.github/workflows/cli-endpoints-online-custom-container-mlflow-multideployment-scikit-mlflow-endpoint.yml +++ b/.github/workflows/cli-endpoints-online-custom-container-mlflow-multideployment-scikit-mlflow-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/online/custom-container/mlflow/multideployment-scikit/** - - cli/endpoints/unknown/** + - cli/endpoints/online/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-online-custom-container-mlflow-multideployment-scikit-mlflow-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n ymentscikitmlflowendpoint6507 -y + az ml online-endpoint delete -n ymentscikitmlflowendpoint4848 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\custom-container\mlflow\multideployment-scikit\mlflow-endpoint.yml - az ml unknown-endpoint create -n ymentscikitmlflowendpoint6507 -f endpoints\online\custom-container\mlflow\multideployment-scikit\mlflow-endpoint.yml + cat endpoints/online/custom-container/mlflow/multideployment-scikit/mlflow-endpoint.yml + az ml online-endpoint create -n ymentscikitmlflowendpoint4848 -f endpoints/online/custom-container/mlflow/multideployment-scikit/mlflow-endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n ymentscikitmlflowendpoint6507 -y - working-directory: cli + az ml online-endpoint delete -n ymentscikitmlflowendpoint4848 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-online-custom-container-r-multimodel-plumber-r-endpoint.yml b/.github/workflows/cli-endpoints-online-custom-container-r-multimodel-plumber-r-endpoint.yml index 04ec2a55eca..bd8a0bacfbf 100644 --- a/.github/workflows/cli-endpoints-online-custom-container-r-multimodel-plumber-r-endpoint.yml +++ b/.github/workflows/cli-endpoints-online-custom-container-r-multimodel-plumber-r-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/online/custom-container/r/multimodel-plumber/** - - cli/endpoints/unknown/** + - cli/endpoints/online/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-online-custom-container-r-multimodel-plumber-r-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n ultimodelplumberrendpoint5432 -y + az ml online-endpoint delete -n ultimodelplumberrendpoint9536 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\custom-container\r\multimodel-plumber\r-endpoint.yml - az ml unknown-endpoint create -n ultimodelplumberrendpoint5432 -f endpoints\online\custom-container\r\multimodel-plumber\r-endpoint.yml + cat endpoints/online/custom-container/r/multimodel-plumber/r-endpoint.yml + az ml online-endpoint create -n ultimodelplumberrendpoint9536 -f endpoints/online/custom-container/r/multimodel-plumber/r-endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n ultimodelplumberrendpoint5432 -y - working-directory: cli + az ml online-endpoint delete -n ultimodelplumberrendpoint9536 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-online-custom-container-torchserve-densenet-torchserve-endpoint.yml b/.github/workflows/cli-endpoints-online-custom-container-torchserve-densenet-torchserve-endpoint.yml index 0d164470b6f..94eaf19181c 100644 --- a/.github/workflows/cli-endpoints-online-custom-container-torchserve-densenet-torchserve-endpoint.yml +++ b/.github/workflows/cli-endpoints-online-custom-container-torchserve-densenet-torchserve-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/online/custom-container/torchserve/densenet/** - - cli/endpoints/unknown/** + - cli/endpoints/online/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-online-custom-container-torchserve-densenet-torchserve-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n densenettorchserveendpoint1539 -y + az ml online-endpoint delete -n densenettorchserveendpoint7556 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\custom-container\torchserve\densenet\torchserve-endpoint.yml - az ml unknown-endpoint create -n densenettorchserveendpoint1539 -f endpoints\online\custom-container\torchserve\densenet\torchserve-endpoint.yml + cat endpoints/online/custom-container/torchserve/densenet/torchserve-endpoint.yml + az ml online-endpoint create -n densenettorchserveendpoint7556 -f endpoints/online/custom-container/torchserve/densenet/torchserve-endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n densenettorchserveendpoint1539 -y - working-directory: cli + az ml online-endpoint delete -n densenettorchserveendpoint7556 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-online-custom-container-triton-single-model-triton-cc-endpoint.yml b/.github/workflows/cli-endpoints-online-custom-container-triton-single-model-triton-cc-endpoint.yml index b4a0a1a283d..96db0f3d3f6 100644 --- a/.github/workflows/cli-endpoints-online-custom-container-triton-single-model-triton-cc-endpoint.yml +++ b/.github/workflows/cli-endpoints-online-custom-container-triton-single-model-triton-cc-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/online/custom-container/triton/single-model/** - - cli/endpoints/unknown/** + - cli/endpoints/online/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-online-custom-container-triton-single-model-triton-cc-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n glemodeltritonccendpoint7332 -y + az ml online-endpoint delete -n glemodeltritonccendpoint4238 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\custom-container\triton\single-model\triton-cc-endpoint.yml - az ml unknown-endpoint create -n glemodeltritonccendpoint7332 -f endpoints\online\custom-container\triton\single-model\triton-cc-endpoint.yml + cat endpoints/online/custom-container/triton/single-model/triton-cc-endpoint.yml + az ml online-endpoint create -n glemodeltritonccendpoint4238 -f endpoints/online/custom-container/triton/single-model/triton-cc-endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n glemodeltritonccendpoint7332 -y - working-directory: cli + az ml online-endpoint delete -n glemodeltritonccendpoint4238 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-online-deploy-with-packages-custom-model-endpoint.yml b/.github/workflows/cli-endpoints-online-deploy-with-packages-custom-model-endpoint.yml deleted file mode 100644 index 60c3469d091..00000000000 --- a/.github/workflows/cli-endpoints-online-deploy-with-packages-custom-model-endpoint.yml +++ /dev/null @@ -1,83 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-endpoints-online-deploy-with-packages-custom-model-endpoint -on: - workflow_dispatch: - schedule: - - cron: "18 11/12 * * *" - pull_request: - branches: - - main - paths: - - cli/endpoints/online/deploy-with-packages/custom-model/** - - cli/endpoints/unknown/** - - infra/bootstrapping/** - - .github/workflows/cli-endpoints-online-deploy-with-packages-custom-model-endpoint.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/endpoints/online/deploy-with-packages/custom-model" - working-directory: infra/bootstrapping - continue-on-error: false - - name: delete endpoint if existing - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n ckagescustommodelendpoint7487 -y - working-directory: cli - continue-on-error: true - - name: create endpoint - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\deploy-with-packages\custom-model\endpoint.yml - az ml unknown-endpoint create -n ckagescustommodelendpoint7487 -f endpoints\online\deploy-with-packages\custom-model\endpoint.yml - working-directory: cli - - name: create deployment - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints/online/deploy-with-packages/custom-model\deployment.yml - az ml unknown-deployment create -e ckagescustommodelendpoint7487 -f endpoints/online/deploy-with-packages/custom-model\deployment.yml - working-directory: cli - - name: create deployment - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints/online/deploy-with-packages/custom-model\model-deployment.yml - az ml unknown-deployment create -e ckagescustommodelendpoint7487 -f endpoints/online/deploy-with-packages/custom-model\model-deployment.yml - working-directory: cli - - name: cleanup endpoint - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n ckagescustommodelendpoint7487 -y - working-directory: cli diff --git a/.github/workflows/cli-endpoints-online-deploy-with-packages-mlflow-model-endpoint.yml b/.github/workflows/cli-endpoints-online-deploy-with-packages-mlflow-model-endpoint.yml deleted file mode 100644 index f549584f050..00000000000 --- a/.github/workflows/cli-endpoints-online-deploy-with-packages-mlflow-model-endpoint.yml +++ /dev/null @@ -1,83 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-endpoints-online-deploy-with-packages-mlflow-model-endpoint -on: - workflow_dispatch: - schedule: - - cron: "18 11/12 * * *" - pull_request: - branches: - - main - paths: - - cli/endpoints/online/deploy-with-packages/mlflow-model/** - - cli/endpoints/unknown/** - - infra/bootstrapping/** - - .github/workflows/cli-endpoints-online-deploy-with-packages-mlflow-model-endpoint.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/endpoints/online/deploy-with-packages/mlflow-model" - working-directory: infra/bootstrapping - continue-on-error: false - - name: delete endpoint if existing - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n ckagesmlflowmodelendpoint5704 -y - working-directory: cli - continue-on-error: true - - name: create endpoint - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\deploy-with-packages\mlflow-model\endpoint.yml - az ml unknown-endpoint create -n ckagesmlflowmodelendpoint5704 -f endpoints\online\deploy-with-packages\mlflow-model\endpoint.yml - working-directory: cli - - name: create deployment - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints/online/deploy-with-packages/mlflow-model\deployment.yml - az ml unknown-deployment create -e ckagesmlflowmodelendpoint5704 -f endpoints/online/deploy-with-packages/mlflow-model\deployment.yml - working-directory: cli - - name: create deployment - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints/online/deploy-with-packages/mlflow-model\model-deployment.yml - az ml unknown-deployment create -e ckagesmlflowmodelendpoint5704 -f endpoints/online/deploy-with-packages/mlflow-model\model-deployment.yml - working-directory: cli - - name: cleanup endpoint - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n ckagesmlflowmodelendpoint5704 -y - working-directory: cli diff --git a/.github/workflows/cli-endpoints-online-kubernetes-kubernetes-endpoint.yml b/.github/workflows/cli-endpoints-online-kubernetes-kubernetes-endpoint.yml index e8566bda7a3..cdff2880e07 100644 --- a/.github/workflows/cli-endpoints-online-kubernetes-kubernetes-endpoint.yml +++ b/.github/workflows/cli-endpoints-online-kubernetes-kubernetes-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/online/kubernetes/** - - cli/endpoints/unknown/** + - cli/endpoints/online/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-online-kubernetes-kubernetes-endpoint.yml - cli/setup.sh @@ -51,26 +51,26 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n berneteskubernetesendpoint7823 -y + az ml online-endpoint delete -n berneteskubernetesendpoint4232 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\kubernetes\kubernetes-endpoint.yml - az ml unknown-endpoint create -n berneteskubernetesendpoint7823 -f endpoints\online\kubernetes\kubernetes-endpoint.yml + cat endpoints/online/kubernetes/kubernetes-endpoint.yml + az ml online-endpoint create -n berneteskubernetesendpoint4232 -f endpoints/online/kubernetes/kubernetes-endpoint.yml working-directory: cli - name: create deployment run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints/online/kubernetes\kubernetes-blue-deployment.yml - az ml unknown-deployment create -e berneteskubernetesendpoint7823 -f endpoints/online/kubernetes\kubernetes-blue-deployment.yml + cat endpoints/online/kubernetes/kubernetes-blue-deployment.yml + az ml online-deployment create -e berneteskubernetesendpoint4232 -f endpoints/online/kubernetes/kubernetes-blue-deployment.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n berneteskubernetesendpoint7823 -y - working-directory: cli + az ml online-endpoint delete -n berneteskubernetesendpoint4232 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-online-managed-vnet-mlflow-endpoint.yml b/.github/workflows/cli-endpoints-online-managed-vnet-mlflow-endpoint.yml index 155c7a080db..77386d87bc2 100644 --- a/.github/workflows/cli-endpoints-online-managed-vnet-mlflow-endpoint.yml +++ b/.github/workflows/cli-endpoints-online-managed-vnet-mlflow-endpoint.yml @@ -13,7 +13,7 @@ on: - main paths: - cli/endpoints/online/managed/vnet/mlflow/** - - cli/endpoints/unknown/** + - cli/endpoints/online/** - infra/bootstrapping/** - .github/workflows/cli-endpoints-online-managed-vnet-mlflow-endpoint.yml - cli/setup.sh @@ -51,19 +51,19 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n managedvnetmlflowendpoint1749 -y + az ml online-endpoint delete -n managedvnetmlflowendpoint6555 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\managed\vnet\mlflow\endpoint.yml - az ml unknown-endpoint create -n managedvnetmlflowendpoint1749 -f endpoints\online\managed\vnet\mlflow\endpoint.yml + cat endpoints/online/managed/vnet/mlflow/endpoint.yml + az ml online-endpoint create -n managedvnetmlflowendpoint6555 -f endpoints/online/managed/vnet/mlflow/endpoint.yml working-directory: cli - name: cleanup endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n managedvnetmlflowendpoint1749 -y - working-directory: cli + az ml online-endpoint delete -n managedvnetmlflowendpoint6555 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-endpoints-online-managed-vnet-sample-endpoint.yml b/.github/workflows/cli-endpoints-online-managed-vnet-sample-endpoint.yml index a9efd196cf8..8ec6c763b30 100644 --- a/.github/workflows/cli-endpoints-online-managed-vnet-sample-endpoint.yml +++ b/.github/workflows/cli-endpoints-online-managed-vnet-sample-endpoint.yml @@ -3,7 +3,7 @@ # Any manual changes to this file may cause incorrect behavior. # Any manual changes will be overwritten if the code is regenerated. -name: cli-endpoints-online-managed-vnet-sample-endpoint +name: cli-endpoints-online-managed-sample-endpoint on: workflow_dispatch: schedule: @@ -12,10 +12,10 @@ on: branches: - main paths: - - cli/endpoints/online/managed/vnet/sample/** - - cli/endpoints/unknown/** + - cli/endpoints/online/managed/sample/** + - cli/endpoints/online/** - infra/bootstrapping/** - - .github/workflows/cli-endpoints-online-managed-vnet-sample-endpoint.yml + - .github/workflows/cli-endpoints-online-managed-sample-endpoint.yml - cli/setup.sh concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} @@ -51,19 +51,33 @@ jobs: run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n managedvnetsampleendpoint2554 -y + az ml online-endpoint delete -n linemanagedsampleendpoint6303 -y working-directory: cli continue-on-error: true - name: create endpoint run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - cat endpoints\online\managed\vnet\sample\endpoint.yml - az ml unknown-endpoint create -n managedvnetsampleendpoint2554 -f endpoints\online\managed\vnet\sample\endpoint.yml + cat endpoints/online/managed/sample/endpoint.yml + az ml online-endpoint create -n linemanagedsampleendpoint6303 -f endpoints/online/managed/sample/endpoint.yml working-directory: cli - - name: cleanup endpoint + - name: create deployment + run: | + source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; + source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; + cat endpoints/online/managed/sample/blue-deployment.yml + az ml online-deployment create -e linemanagedsampleendpoint6303 -f endpoints/online/managed/sample/blue-deployment.yml + working-directory: cli + - name: create deployment run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - az ml unknown-endpoint delete -n managedvnetsampleendpoint2554 -y + cat endpoints/online/managed/sample/green-deployment.yml + az ml online-deployment create -e linemanagedsampleendpoint6303 -f endpoints/online/managed/sample/green-deployment.yml working-directory: cli + - name: cleanup endpoint + run: | + source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; + source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; + az ml online-endpoint delete -n linemanagedsampleendpoint6303 -y + working-directory: cli \ No newline at end of file diff --git a/.github/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing-serverless.yml b/.github/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing-serverless.yml deleted file mode 100644 index a0751ea85e0..00000000000 --- a/.github/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing-serverless.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing-serverless -on: - workflow_dispatch: - schedule: - - cron: "46 6/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing-serverless.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../../run-job.sh cli-automl-classification-task-bankmarketing-serverless.yml - working-directory: cli/jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-basics-hello-pipeline-abc-serverless.yml b/.github/workflows/cli-jobs-basics-hello-pipeline-abc-serverless.yml deleted file mode 100644 index 6970c726089..00000000000 --- a/.github/workflows/cli-jobs-basics-hello-pipeline-abc-serverless.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-basics-hello-pipeline-abc-serverless -on: - workflow_dispatch: - schedule: - - cron: "8 7/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/basics/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-basics-hello-pipeline-abc-serverless.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../run-job.sh hello-pipeline-abc-serverless.yml - working-directory: cli/jobs/basics - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/basics" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-basics-hello-pipeline-customize-output-file-serverless.yml b/.github/workflows/cli-jobs-basics-hello-pipeline-customize-output-file-serverless.yml deleted file mode 100644 index 0fd744f0791..00000000000 --- a/.github/workflows/cli-jobs-basics-hello-pipeline-customize-output-file-serverless.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-basics-hello-pipeline-customize-output-file-serverless -on: - workflow_dispatch: - schedule: - - cron: "56 10/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/basics/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-basics-hello-pipeline-customize-output-file-serverless.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../run-job.sh hello-pipeline-customize-output-file-serverless.yml - working-directory: cli/jobs/basics - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/basics" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-basics-hello-pipeline-customize-output-folder-serverless.yml b/.github/workflows/cli-jobs-basics-hello-pipeline-customize-output-folder-serverless.yml deleted file mode 100644 index 5519c1d186b..00000000000 --- a/.github/workflows/cli-jobs-basics-hello-pipeline-customize-output-folder-serverless.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-basics-hello-pipeline-customize-output-folder-serverless -on: - workflow_dispatch: - schedule: - - cron: "13 7/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/basics/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-basics-hello-pipeline-customize-output-folder-serverless.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../run-job.sh hello-pipeline-customize-output-folder-serverless.yml - working-directory: cli/jobs/basics - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/basics" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-basics-hello-pipeline-default-artifacts-serverless.yml b/.github/workflows/cli-jobs-basics-hello-pipeline-default-artifacts-serverless.yml deleted file mode 100644 index e8302626d9b..00000000000 --- a/.github/workflows/cli-jobs-basics-hello-pipeline-default-artifacts-serverless.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-basics-hello-pipeline-default-artifacts-serverless -on: - workflow_dispatch: - schedule: - - cron: "38 3/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/basics/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-basics-hello-pipeline-default-artifacts-serverless.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../run-job.sh hello-pipeline-default-artifacts-serverless.yml - working-directory: cli/jobs/basics - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/basics" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-basics-hello-pipeline-io-serverless.yml b/.github/workflows/cli-jobs-basics-hello-pipeline-io-serverless.yml deleted file mode 100644 index 066e0f075bb..00000000000 --- a/.github/workflows/cli-jobs-basics-hello-pipeline-io-serverless.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-basics-hello-pipeline-io-serverless -on: - workflow_dispatch: - schedule: - - cron: "44 2/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/basics/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-basics-hello-pipeline-io-serverless.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../run-job.sh hello-pipeline-io-serverless.yml - working-directory: cli/jobs/basics - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/basics" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-basics-hello-pipeline-serverless.yml b/.github/workflows/cli-jobs-basics-hello-pipeline-serverless.yml deleted file mode 100644 index 59e6f6b9897..00000000000 --- a/.github/workflows/cli-jobs-basics-hello-pipeline-serverless.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-basics-hello-pipeline-serverless -on: - workflow_dispatch: - schedule: - - cron: "40 0/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/basics/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-basics-hello-pipeline-serverless.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../run-job.sh hello-pipeline-serverless.yml - working-directory: cli/jobs/basics - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/basics" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-basics-hello-pipeline-settings-serverless.yml b/.github/workflows/cli-jobs-basics-hello-pipeline-settings-serverless.yml deleted file mode 100644 index 4b828f692c1..00000000000 --- a/.github/workflows/cli-jobs-basics-hello-pipeline-settings-serverless.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-basics-hello-pipeline-settings-serverless -on: - workflow_dispatch: - schedule: - - cron: "46 10/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/basics/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-basics-hello-pipeline-settings-serverless.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../run-job.sh hello-pipeline-settings-serverless.yml - working-directory: cli/jobs/basics - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/basics" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-nebulaml-cifar10_deepspeed-job.yml b/.github/workflows/cli-jobs-nebulaml-cifar10_deepspeed-job.yml deleted file mode 100644 index 9d9db9628e7..00000000000 --- a/.github/workflows/cli-jobs-nebulaml-cifar10_deepspeed-job.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-nebulaml-cifar10_deepspeed-job -on: - workflow_dispatch: - schedule: - - cron: "54 3/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/nebulaml/cifar10_deepspeed/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-nebulaml-cifar10_deepspeed-job.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../../run-job.sh job.yml - working-directory: cli/jobs/nebulaml/cifar10_deepspeed - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/nebulaml/cifar10_deepspeed" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-pipelines-add-column-and-word-count-using-spark-pipeline.yml b/.github/workflows/cli-jobs-pipelines-add-column-and-word-count-using-spark-pipeline.yml deleted file mode 100644 index bf1f25308d9..00000000000 --- a/.github/workflows/cli-jobs-pipelines-add-column-and-word-count-using-spark-pipeline.yml +++ /dev/null @@ -1,56 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-pipelines-add-column-and-word-count-using-spark-pipeline -on: - workflow_dispatch: - schedule: - - cron: "4 6/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/pipelines/add-column-and-word-count-using-spark/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-pipelines-add-column-and-word-count-using-spark-pipeline.yml - - cli/run-pipeline-jobs.sh - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../../run-job.sh pipeline.yml - working-directory: cli/jobs/pipelines/add-column-and-word-count-using-spark - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/pipelines/add-column-and-word-count-using-spark" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless-registry.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless-registry.yml deleted file mode 100644 index 0579b2b7f0e..00000000000 --- a/.github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless-registry.yml +++ /dev/null @@ -1,56 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless-registry -on: - workflow_dispatch: - schedule: - - cron: "50 1/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless-registry.yml - - cli/run-pipeline-jobs.sh - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components" - working-directory: infra/bootstrapping - continue-on-error: false - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../../../run-pipeline-job-with-registry-components.sh pipeline-serverless 1b_e2e_registered_components - working-directory: cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless.yml deleted file mode 100644 index ab0ea34df15..00000000000 --- a/.github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless.yml +++ /dev/null @@ -1,56 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless -on: - workflow_dispatch: - schedule: - - cron: "50 1/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless.yml - - cli/run-pipeline-jobs.sh - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../../../run-job.sh pipeline-serverless.yml - working-directory: cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-data_pipeline-data_pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-data_pipeline-data_pipeline.yml deleted file mode 100644 index 56ba108e5f2..00000000000 --- a/.github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-data_pipeline-data_pipeline.yml +++ /dev/null @@ -1,56 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-data_pipeline-data_pipeline -on: - workflow_dispatch: - schedule: - - cron: "44 8/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/pipelines-with-components/pipeline_with_pipeline_component/nyc_taxi_data_regression_with_pipeline_component/data_pipeline/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-data_pipeline-data_pipeline.yml - - cli/run-pipeline-jobs.sh - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../../../../run-job.sh data_pipeline.yml - working-directory: cli/jobs/pipelines-with-components/pipeline_with_pipeline_component/nyc_taxi_data_regression_with_pipeline_component/data_pipeline - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/pipelines-with-components/pipeline_with_pipeline_component/nyc_taxi_data_regression_with_pipeline_component/data_pipeline" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-train_pipeline-train_pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-train_pipeline-train_pipeline.yml deleted file mode 100644 index 2d821db00cc..00000000000 --- a/.github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-train_pipeline-train_pipeline.yml +++ /dev/null @@ -1,56 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-train_pipeline-train_pipeline -on: - workflow_dispatch: - schedule: - - cron: "37 3/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/pipelines-with-components/pipeline_with_pipeline_component/nyc_taxi_data_regression_with_pipeline_component/train_pipeline/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-train_pipeline-train_pipeline.yml - - cli/run-pipeline-jobs.sh - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../../../../run-job.sh train_pipeline.yml - working-directory: cli/jobs/pipelines-with-components/pipeline_with_pipeline_component/nyc_taxi_data_regression_with_pipeline_component/train_pipeline - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/pipelines-with-components/pipeline_with_pipeline_component/nyc_taxi_data_regression_with_pipeline_component/train_pipeline" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-pipeline_with_train_eval_pipeline_component-components-train_pipeline_component.yml b/.github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-pipeline_with_train_eval_pipeline_component-components-train_pipeline_component.yml deleted file mode 100644 index d470bb15ea8..00000000000 --- a/.github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-pipeline_with_train_eval_pipeline_component-components-train_pipeline_component.yml +++ /dev/null @@ -1,56 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-pipeline_with_train_eval_pipeline_component-components-train_pipeline_component -on: - workflow_dispatch: - schedule: - - cron: "53 3/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/pipelines-with-components/pipeline_with_pipeline_component/pipeline_with_train_eval_pipeline_component/components/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-pipeline_with_train_eval_pipeline_component-components-train_pipeline_component.yml - - cli/run-pipeline-jobs.sh - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../../../../run-job.sh train_pipeline_component.yml - working-directory: cli/jobs/pipelines-with-components/pipeline_with_pipeline_component/pipeline_with_train_eval_pipeline_component/components - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/pipelines-with-components/pipeline_with_pipeline_component/pipeline_with_train_eval_pipeline_component/components" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-pipelines-with-components-shakespear_sample_and_word_count_using_spark-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-shakespear_sample_and_word_count_using_spark-pipeline.yml deleted file mode 100644 index 5e291d57062..00000000000 --- a/.github/workflows/cli-jobs-pipelines-with-components-shakespear_sample_and_word_count_using_spark-pipeline.yml +++ /dev/null @@ -1,56 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-pipelines-with-components-shakespear_sample_and_word_count_using_spark-pipeline -on: - workflow_dispatch: - schedule: - - cron: "4 6/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/pipelines-with-components/shakespear_sample_and_word_count_using_spark/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-pipelines-with-components-shakespear_sample_and_word_count_using_spark-pipeline.yml - - cli/run-pipeline-jobs.sh - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../../run-job.sh pipeline.yml - working-directory: cli/jobs/pipelines-with-components/shakespear_sample_and_word_count_using_spark - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/pipelines-with-components/shakespear_sample_and_word_count_using_spark" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-single-step-spark-nyctaxi-job.yml b/.github/workflows/cli-jobs-single-step-spark-nyctaxi-job.yml deleted file mode 100644 index 8c76866b0e8..00000000000 --- a/.github/workflows/cli-jobs-single-step-spark-nyctaxi-job.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-jobs-single-step-spark-nyctaxi-job -on: - workflow_dispatch: - schedule: - - cron: "54 3/12 * * *" - pull_request: - branches: - - main - paths: - - cli/jobs/single-step/spark/nyctaxi/** - - infra/bootstrapping/** - - .github/workflows/cli-jobs-single-step-spark-nyctaxi-job.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: run job - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash -x ../../../../run-job.sh job.yml - working-directory: cli/jobs/single-step/spark/nyctaxi - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/jobs/single-step/spark/nyctaxi" - working-directory: infra/bootstrapping - continue-on-error: false diff --git a/.github/workflows/cli-jobs-spark-attached-spark-standalone-default-identity.yml b/.github/workflows/cli-jobs-spark-attached-spark-standalone-default-identity.yml index 791cf2d6f98..082875f25b4 100644 --- a/.github/workflows/cli-jobs-spark-attached-spark-standalone-default-identity.yml +++ b/.github/workflows/cli-jobs-spark-attached-spark-standalone-default-identity.yml @@ -52,7 +52,7 @@ jobs: working-directory: cli continue-on-error: true run: | - bash -x jobs/spark/setup-attached-resources.sh resources/compute/attached-spark.yml jobs/spark/attached-spark-standalone-default-identity.yml + bash -x jobs/spark/setup-attached-resources.sh resources/compute/attached-spark.yml jobs/spark/attached-spark-standalone-default-identity.yml - name: run job run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; diff --git a/.github/workflows/cli-jobs-spark-serverless-spark-pipeline-default-identity.yml b/.github/workflows/cli-jobs-spark-serverless-spark-pipeline-default-identity.yml index a583dca65b2..d54442e5898 100644 --- a/.github/workflows/cli-jobs-spark-serverless-spark-pipeline-default-identity.yml +++ b/.github/workflows/cli-jobs-spark-serverless-spark-pipeline-default-identity.yml @@ -47,7 +47,6 @@ jobs: run: | bash -x upload-data-to-blob.sh jobs/spark/ working-directory: cli - continue-on-error: true - name: run job run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; diff --git a/.github/workflows/cli-jobs-spark-serverless-spark-pipeline-user-identity.yml b/.github/workflows/cli-jobs-spark-serverless-spark-pipeline-user-identity.yml index fa191e3a32a..0150ea783d3 100644 --- a/.github/workflows/cli-jobs-spark-serverless-spark-pipeline-user-identity.yml +++ b/.github/workflows/cli-jobs-spark-serverless-spark-pipeline-user-identity.yml @@ -47,7 +47,6 @@ jobs: run: | bash -x upload-data-to-blob.sh jobs/spark/ working-directory: cli - continue-on-error: true - name: run job run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; diff --git a/.github/workflows/cli-jobs-spark-serverless-spark-standalone-default-identity.yml b/.github/workflows/cli-jobs-spark-serverless-spark-standalone-default-identity.yml index 7e6b168fc64..1fa466dfe19 100644 --- a/.github/workflows/cli-jobs-spark-serverless-spark-standalone-default-identity.yml +++ b/.github/workflows/cli-jobs-spark-serverless-spark-standalone-default-identity.yml @@ -47,7 +47,6 @@ jobs: run: | bash -x upload-data-to-blob.sh jobs/spark/ working-directory: cli - continue-on-error: true - name: run job run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; diff --git a/.github/workflows/cli-jobs-spark-serverless-spark-standalone-user-identity.yml b/.github/workflows/cli-jobs-spark-serverless-spark-standalone-user-identity.yml index e76708a757a..3d22ef19d07 100644 --- a/.github/workflows/cli-jobs-spark-serverless-spark-standalone-user-identity.yml +++ b/.github/workflows/cli-jobs-spark-serverless-spark-standalone-user-identity.yml @@ -47,7 +47,6 @@ jobs: run: | bash -x upload-data-to-blob.sh jobs/spark/ working-directory: cli - continue-on-error: true - name: run job run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; diff --git a/.github/workflows/cli-scripts-deploy-managed-online-endpoint-workspacevnet.yml b/.github/workflows/cli-scripts-deploy-managed-online-endpoint-workspacevnet.yml deleted file mode 100644 index 1a1b953fad0..00000000000 --- a/.github/workflows/cli-scripts-deploy-managed-online-endpoint-workspacevnet.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-scripts-deploy-managed-online-endpoint-workspacevnet -on: - workflow_dispatch: - schedule: - - cron: "2 9/12 * * *" - pull_request: - branches: - - main - paths: - - cli/deploy-managed-online-endpoint-workspacevnet.sh - - infra/bootstrapping/** - - .github/workflows/cli-scripts-deploy-managed-online-endpoint-workspacevnet.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/" - working-directory: infra/bootstrapping - continue-on-error: false - - name: test script script - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - set -e; bash -x deploy-managed-online-endpoint-workspacevnet.sh - working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-moe-vnet-legacy.yml b/.github/workflows/cli-scripts-deploy-moe-vnet-legacy.yml deleted file mode 100644 index 05bf021aaba..00000000000 --- a/.github/workflows/cli-scripts-deploy-moe-vnet-legacy.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-scripts-deploy-moe-vnet-legacy -on: - workflow_dispatch: - schedule: - - cron: "7 0/12 * * *" - pull_request: - branches: - - main - paths: - - cli/deploy-moe-vnet-legacy.sh - - infra/bootstrapping/** - - .github/workflows/cli-scripts-deploy-moe-vnet-legacy.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/" - working-directory: infra/bootstrapping - continue-on-error: false - - name: test script script - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - set -e; bash -x deploy-moe-vnet-legacy.sh - working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-moe-vnet-mlflow-legacy.yml b/.github/workflows/cli-scripts-deploy-moe-vnet-mlflow-legacy.yml deleted file mode 100644 index 71a98c2c78e..00000000000 --- a/.github/workflows/cli-scripts-deploy-moe-vnet-mlflow-legacy.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-scripts-deploy-moe-vnet-mlflow-legacy -on: - workflow_dispatch: - schedule: - - cron: "12 7/12 * * *" - pull_request: - branches: - - main - paths: - - cli/deploy-moe-vnet-mlflow-legacy.sh - - infra/bootstrapping/** - - .github/workflows/cli-scripts-deploy-moe-vnet-mlflow-legacy.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/" - working-directory: infra/bootstrapping - continue-on-error: false - - name: test script script - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - set -e; bash -x deploy-moe-vnet-mlflow-legacy.sh - working-directory: cli diff --git a/.github/workflows/cli-scripts-upload-data-to-blob.yml b/.github/workflows/cli-scripts-upload-data-to-blob.yml deleted file mode 100644 index 6e20cebfd4d..00000000000 --- a/.github/workflows/cli-scripts-upload-data-to-blob.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This code is autogenerated. -# Code is generated by running custom script: python3 readme.py -# Any manual changes to this file may cause incorrect behavior. -# Any manual changes will be overwritten if the code is regenerated. - -name: cli-scripts-upload-data-to-blob -on: - workflow_dispatch: - schedule: - - cron: "49 3/12 * * *" - pull_request: - branches: - - main - paths: - - cli/upload-data-to-blob.sh - - infra/bootstrapping/** - - .github/workflows/cli-scripts-upload-data-to-blob.yml - - cli/setup.sh -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZUREML_CREDENTIALS}} - - name: bootstrap resources - run: | - bash bootstrap.sh - working-directory: infra/bootstrapping - continue-on-error: false - - name: setup-cli - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh - working-directory: cli - continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/" - working-directory: infra/bootstrapping - continue-on-error: false - - name: test script script - run: | - source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - set -e; bash -x upload-data-to-blob.sh - working-directory: cli diff --git a/.github/workflows/sdk-endpoints-batch-deploy-models-custom-outputs-parquet-custom-output-batch.yml b/.github/workflows/sdk-endpoints-batch-deploy-models-custom-outputs-parquet-custom-output-batch.yml index 7f51b7e3f4e..17434d6ea54 100644 --- a/.github/workflows/sdk-endpoints-batch-deploy-models-custom-outputs-parquet-custom-output-batch.yml +++ b/.github/workflows/sdk-endpoints-batch-deploy-models-custom-outputs-parquet-custom-output-batch.yml @@ -70,8 +70,7 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "custom-output-batch.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python custom-output-batch.ipynb custom-output-batch.output.ipynb - working-directory: sdk/python/endpoints/batch/deploy-models/custom-outputs-parquet + papermill -k python custom-output-batch.ipynb custom-output-batch.output.ipynb --log-output working-directory: sdk/python/endpoints/batch/deploy-models/custom-outputs-parquet - name: upload notebook's working folder as an artifact if: ${{ always() }} uses: actions/upload-artifact@v2 diff --git a/.github/workflows/sdk-endpoints-batch-deploy-models-heart-classifier-mlflow-mlflow-for-batch-tabular.yml b/.github/workflows/sdk-endpoints-batch-deploy-models-heart-classifier-mlflow-mlflow-for-batch-tabular.yml index b65a3c27727..c1ea65815a1 100644 --- a/.github/workflows/sdk-endpoints-batch-deploy-models-heart-classifier-mlflow-mlflow-for-batch-tabular.yml +++ b/.github/workflows/sdk-endpoints-batch-deploy-models-heart-classifier-mlflow-mlflow-for-batch-tabular.yml @@ -72,7 +72,7 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "mlflow-for-batch-tabular.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python mlflow-for-batch-tabular.ipynb mlflow-for-batch-tabular.output.ipynb + papermill -k python mlflow-for-batch-tabular.ipynb mlflow-for-batch-tabular.output.ipynb --log-output working-directory: sdk/python/endpoints/batch/deploy-models/heart-classifier-mlflow - name: upload notebook's working folder as an artifact if: ${{ always() }} diff --git a/.github/workflows/sdk-endpoints-batch-deploy-models-huggingface-text-summarization-text-summarization-batch.yml b/.github/workflows/sdk-endpoints-batch-deploy-models-huggingface-text-summarization-text-summarization-batch.yml index d1cb814bdc4..e7ebe1d32db 100644 --- a/.github/workflows/sdk-endpoints-batch-deploy-models-huggingface-text-summarization-text-summarization-batch.yml +++ b/.github/workflows/sdk-endpoints-batch-deploy-models-huggingface-text-summarization-text-summarization-batch.yml @@ -72,7 +72,7 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "text-summarization-batch.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python text-summarization-batch.ipynb text-summarization-batch.output.ipynb + papermill -k python text-summarization-batch.ipynb text-summarization-batch.output.ipynb --log-output working-directory: sdk/python/endpoints/batch/deploy-models/huggingface-text-summarization - name: upload notebook's working folder as an artifact if: ${{ always() }} diff --git a/.github/workflows/sdk-endpoints-batch-deploy-models-imagenet-classifier-imagenet-classifier-mlflow.yml b/.github/workflows/sdk-endpoints-batch-deploy-models-imagenet-classifier-imagenet-classifier-mlflow.yml index bcbd7b72104..029060fd3cd 100644 --- a/.github/workflows/sdk-endpoints-batch-deploy-models-imagenet-classifier-imagenet-classifier-mlflow.yml +++ b/.github/workflows/sdk-endpoints-batch-deploy-models-imagenet-classifier-imagenet-classifier-mlflow.yml @@ -72,7 +72,7 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "imagenet-classifier-mlflow.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python imagenet-classifier-mlflow.ipynb imagenet-classifier-mlflow.output.ipynb + papermill -k python imagenet-classifier-mlflow.ipynb imagenet-classifier-mlflow.output.ipynb --log-output working-directory: sdk/python/endpoints/batch/deploy-models/imagenet-classifier - name: upload notebook's working folder as an artifact if: ${{ always() }} diff --git a/.github/workflows/sdk-endpoints-batch-deploy-models-mnist-classifier-mnist-batch.yml b/.github/workflows/sdk-endpoints-batch-deploy-models-mnist-classifier-mnist-batch.yml index fabda04ed81..b91ecdd99d2 100644 --- a/.github/workflows/sdk-endpoints-batch-deploy-models-mnist-classifier-mnist-batch.yml +++ b/.github/workflows/sdk-endpoints-batch-deploy-models-mnist-classifier-mnist-batch.yml @@ -70,7 +70,7 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "mnist-batch.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python mnist-batch.ipynb mnist-batch.output.ipynb + papermill -k python mnist-batch.ipynb mnist-batch.output.ipynb --log-output working-directory: sdk/python/endpoints/batch/deploy-models/mnist-classifier - name: upload notebook's working folder as an artifact if: ${{ always() }} diff --git a/.github/workflows/sdk-endpoints-batch-deploy-pipelines-batch-scoring-with-preprocessing-sdk-deploy-and-test.yml b/.github/workflows/sdk-endpoints-batch-deploy-pipelines-batch-scoring-with-preprocessing-sdk-deploy-and-test.yml index 9187edd3c1a..dade3ceedd9 100644 --- a/.github/workflows/sdk-endpoints-batch-deploy-pipelines-batch-scoring-with-preprocessing-sdk-deploy-and-test.yml +++ b/.github/workflows/sdk-endpoints-batch-deploy-pipelines-batch-scoring-with-preprocessing-sdk-deploy-and-test.yml @@ -70,7 +70,7 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "sdk-deploy-and-test.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python sdk-deploy-and-test.ipynb sdk-deploy-and-test.output.ipynb + papermill -k python sdk-deploy-and-test.ipynb sdk-deploy-and-test.output.ipynb --log-output working-directory: sdk/python/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing - name: upload notebook's working folder as an artifact if: ${{ always() }} diff --git a/.github/workflows/sdk-endpoints-batch-deploy-pipelines-hello-batch-sdk-deploy-and-test.yml b/.github/workflows/sdk-endpoints-batch-deploy-pipelines-hello-batch-sdk-deploy-and-test.yml index 16fa20d33ea..efa0ca289b6 100644 --- a/.github/workflows/sdk-endpoints-batch-deploy-pipelines-hello-batch-sdk-deploy-and-test.yml +++ b/.github/workflows/sdk-endpoints-batch-deploy-pipelines-hello-batch-sdk-deploy-and-test.yml @@ -70,7 +70,7 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "sdk-deploy-and-test.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python sdk-deploy-and-test.ipynb sdk-deploy-and-test.output.ipynb + papermill -k python sdk-deploy-and-test.ipynb sdk-deploy-and-test.output.ipynb --log-output working-directory: sdk/python/endpoints/batch/deploy-pipelines/hello-batch - name: upload notebook's working folder as an artifact if: ${{ always() }} diff --git a/.github/workflows/sdk-endpoints-batch-deploy-pipelines-training-with-components-sdk-deploy-and-test.yml b/.github/workflows/sdk-endpoints-batch-deploy-pipelines-training-with-components-sdk-deploy-and-test.yml index 58c3ee7162a..8d18f8db44f 100644 --- a/.github/workflows/sdk-endpoints-batch-deploy-pipelines-training-with-components-sdk-deploy-and-test.yml +++ b/.github/workflows/sdk-endpoints-batch-deploy-pipelines-training-with-components-sdk-deploy-and-test.yml @@ -70,7 +70,7 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "sdk-deploy-and-test.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python sdk-deploy-and-test.ipynb sdk-deploy-and-test.output.ipynb + papermill -k python sdk-deploy-and-test.ipynb sdk-deploy-and-test.output.ipynb --log-output working-directory: sdk/python/endpoints/batch/deploy-pipelines/training-with-components - name: upload notebook's working folder as an artifact if: ${{ always() }} diff --git a/.github/workflows/sdk-foundation-models-azure_openai-oai-v2-openai_chat_finetune_pipeline.yml b/.github/workflows/sdk-foundation-models-azure_openai-oai-v2-openai_chat_finetune_pipeline.yml index 0fd51224555..8266372b57f 100644 --- a/.github/workflows/sdk-foundation-models-azure_openai-oai-v2-openai_chat_finetune_pipeline.yml +++ b/.github/workflows/sdk-foundation-models-azure_openai-oai-v2-openai_chat_finetune_pipeline.yml @@ -18,7 +18,7 @@ on: - .github/workflows/sdk-foundation-models-azure_openai-oai-v2-openai_chat_finetune_pipeline.yml - sdk/python/dev-requirements.txt - infra/bootstrapping/** - - sdk/python/setup.sh + - sdk/python/setup_oai_v2.sh concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true @@ -41,32 +41,32 @@ jobs: - name: bootstrap resources run: | echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'; - bash bootstrap.sh + bash bootstrap_oai_v2.sh working-directory: infra/bootstrapping continue-on-error: false - name: setup SDK run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh + source "${{ github.workspace }}/infra/bootstrapping/init_environment_oai_v2.sh"; + bash setup_oai_v2.sh working-directory: sdk/python continue-on-error: true - - name: validate readme - run: | - bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/sdk/python/foundation-models/azure_openai/oai-v2" - working-directory: infra/bootstrapping - continue-on-error: false - name: setup-cli run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; - bash setup.sh + source "${{ github.workspace }}/infra/bootstrapping/init_environment_oai_v2.sh"; + bash setup_oai_v2.sh working-directory: cli continue-on-error: true + - name: validate readme + run: | + bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/sdk/python/foundation-models/azure_openai/oai-v2" + working-directory: infra/bootstrapping + continue-on-error: false - name: run foundation-models/azure_openai/oai-v2/openai_chat_finetune_pipeline.ipynb run: | source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; - source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; + source "${{ github.workspace }}/infra/bootstrapping/init_environment_oai_v2.sh"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "openai_chat_finetune_pipeline.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; @@ -77,4 +77,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: openai_chat_finetune_pipeline - path: sdk/python/foundation-models/azure_openai/oai-v2 + path: sdk/python/foundation-models/azure_openai/oai-v2 \ No newline at end of file diff --git a/.github/workflows/sdk-foundation-models-system-import-import_model_into_registry.yml b/.github/workflows/sdk-foundation-models-system-import-import_model_into_registry.yml index 77baed880a2..ed67d288c70 100644 --- a/.github/workflows/sdk-foundation-models-system-import-import_model_into_registry.yml +++ b/.github/workflows/sdk-foundation-models-system-import-import_model_into_registry.yml @@ -19,6 +19,9 @@ on: - sdk/python/dev-requirements.txt - infra/bootstrapping/** - sdk/python/setup.sh +env: + MMDETECTION_MODEL_ID: None + MMDETECTION_TASK_NAME: image-object-detection concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true diff --git a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-forecasting-github-dau-auto-ml-forecasting-github-dau.yml b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-forecasting-github-dau-auto-ml-forecasting-github-dau.yml index 92dde699c22..b841f03a894 100644 --- a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-forecasting-github-dau-auto-ml-forecasting-github-dau.yml +++ b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-forecasting-github-dau-auto-ml-forecasting-github-dau.yml @@ -36,6 +36,8 @@ jobs: run: pip install -r sdk/python/dev-requirements.txt - name: pip install mlflow reqs run: pip install -r sdk/python/mlflow-requirements.txt + - name: pip install forecasting reqs + run: pip install -r sdk/python/forecasting-requirements.txt - name: azure login uses: azure/login@v1 with: diff --git a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multiclass-task-fridge-items-automl-image-classification-multiclass-task-fridge-items.yml b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multiclass-task-fridge-items-automl-image-classification-multiclass-task-fridge-items.yml index da5c94b9e3f..8b7641993e0 100644 --- a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multiclass-task-fridge-items-automl-image-classification-multiclass-task-fridge-items.yml +++ b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multiclass-task-fridge-items-automl-image-classification-multiclass-task-fridge-items.yml @@ -72,7 +72,7 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "automl-image-classification-multiclass-task-fridge-items.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python -p compute_name automl-gpu-cluster automl-image-classification-multiclass-task-fridge-items.ipynb automl-image-classification-multiclass-task-fridge-items.output.ipynb + papermill -k python automl-image-classification-multiclass-task-fridge-items.ipynb automl-image-classification-multiclass-task-fridge-items.output.ipynb working-directory: sdk/python/jobs/automl-standalone-jobs/automl-image-classification-multiclass-task-fridge-items - name: upload notebook's working folder as an artifact if: ${{ always() }} diff --git a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multilabel-task-fridge-items-automl-image-classification-multilabel-task-fridge-items.yml b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multilabel-task-fridge-items-automl-image-classification-multilabel-task-fridge-items.yml index f59cabd4a44..e2295672c79 100644 --- a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multilabel-task-fridge-items-automl-image-classification-multilabel-task-fridge-items.yml +++ b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multilabel-task-fridge-items-automl-image-classification-multilabel-task-fridge-items.yml @@ -72,7 +72,7 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "automl-image-classification-multilabel-task-fridge-items.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python -p compute_name automl-gpu-cluster automl-image-classification-multilabel-task-fridge-items.ipynb automl-image-classification-multilabel-task-fridge-items.output.ipynb + papermill -k python automl-image-classification-multilabel-task-fridge-items.ipynb automl-image-classification-multilabel-task-fridge-items.output.ipynb working-directory: sdk/python/jobs/automl-standalone-jobs/automl-image-classification-multilabel-task-fridge-items - name: upload notebook's working folder as an artifact if: ${{ always() }} diff --git a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-instance-segmentation-task-fridge-items-automl-image-instance-segmentation-task-fridge-items.yml b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-instance-segmentation-task-fridge-items-automl-image-instance-segmentation-task-fridge-items.yml index 9d2c338b045..4a35b56539b 100644 --- a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-instance-segmentation-task-fridge-items-automl-image-instance-segmentation-task-fridge-items.yml +++ b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-instance-segmentation-task-fridge-items-automl-image-instance-segmentation-task-fridge-items.yml @@ -72,7 +72,7 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "automl-image-instance-segmentation-task-fridge-items.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python -p compute_name automl-gpu-cluster automl-image-instance-segmentation-task-fridge-items.ipynb automl-image-instance-segmentation-task-fridge-items.output.ipynb + papermill -k python automl-image-instance-segmentation-task-fridge-items.ipynb automl-image-instance-segmentation-task-fridge-items.output.ipynb working-directory: sdk/python/jobs/automl-standalone-jobs/automl-image-instance-segmentation-task-fridge-items - name: upload notebook's working folder as an artifact if: ${{ always() }} diff --git a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-automl-image-object-detection-task-fridge-items.yml b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-automl-image-object-detection-task-fridge-items.yml index c395101ad62..39ee45ffb28 100644 --- a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-automl-image-object-detection-task-fridge-items.yml +++ b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-automl-image-object-detection-task-fridge-items.yml @@ -9,7 +9,7 @@ name: sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge- on: workflow_dispatch: schedule: - - cron: "51 5/12 * * *" + - cron: "51 10/12 * * *" pull_request: branches: - main @@ -72,11 +72,11 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "automl-image-object-detection-task-fridge-items.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python -p compute_name automl-gpu-cluster automl-image-object-detection-task-fridge-items.ipynb automl-image-object-detection-task-fridge-items.output.ipynb + papermill -k python automl-image-object-detection-task-fridge-items.ipynb automl-image-object-detection-task-fridge-items.output.ipynb working-directory: sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items - name: upload notebook's working folder as an artifact if: ${{ always() }} uses: actions/upload-artifact@v2 with: name: automl-image-object-detection-task-fridge-items - path: sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items + path: sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items \ No newline at end of file diff --git a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-batch-scoring-image-object-detection-batch-scoring-non-mlflow-model.yml b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-batch-scoring-image-object-detection-batch-scoring-non-mlflow-model.yml index e6c1ca27d27..ecd46d11157 100644 --- a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-batch-scoring-image-object-detection-batch-scoring-non-mlflow-model.yml +++ b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-batch-scoring-image-object-detection-batch-scoring-non-mlflow-model.yml @@ -24,7 +24,7 @@ concurrency: cancel-in-progress: true jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: check out repo uses: actions/checkout@v2 @@ -51,6 +51,8 @@ jobs: source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh"; source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh"; bash setup.sh + pip install azureml-core + pip install azureml-pipeline-core working-directory: sdk/python continue-on-error: true - name: validate readme @@ -72,11 +74,11 @@ jobs: bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json"; bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "image-object-detection-batch-scoring-non-mlflow-model.ipynb"; [ -f "../../.azureml/config" ] && cat "../../.azureml/config"; - papermill -k python -p compute_name automl-gpu-cluster image-object-detection-batch-scoring-non-mlflow-model.ipynb image-object-detection-batch-scoring-non-mlflow-model.output.ipynb + papermill -k python image-object-detection-batch-scoring-non-mlflow-model.ipynb image-object-detection-batch-scoring-non-mlflow-model.output.ipynb working-directory: sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items-batch-scoring - name: upload notebook's working folder as an artifact if: ${{ always() }} uses: actions/upload-artifact@v2 with: name: image-object-detection-batch-scoring-non-mlflow-model - path: sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items-batch-scoring + path: sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items-batch-scoring \ No newline at end of file diff --git a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multiclass-task-sentiment-analysis-automl-nlp-multiclass-sentiment-mlflow.yml b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multiclass-task-sentiment-analysis-automl-nlp-multiclass-sentiment-mlflow.yml index eb5b53180aa..ac5dc923f44 100644 --- a/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multiclass-task-sentiment-analysis-automl-nlp-multiclass-sentiment-mlflow.yml +++ b/.github/workflows/sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multiclass-task-sentiment-analysis-automl-nlp-multiclass-sentiment-mlflow.yml @@ -9,7 +9,7 @@ name: sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multiclass- on: workflow_dispatch: schedule: - - cron: "55 6/12 * * *" + - cron: "55 4/12 * * *" pull_request: branches: - main @@ -79,4 +79,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: automl-nlp-multiclass-sentiment-mlflow - path: sdk/python/jobs/automl-standalone-jobs/automl-nlp-text-classification-multiclass-task-sentiment-analysis + path: sdk/python/jobs/automl-standalone-jobs/automl-nlp-text-classification-multiclass-task-sentiment-analysis \ No newline at end of file diff --git a/.github/workflows/sdk-jobs-pipelines-1k_demand_forecasting_with_pipeline_components-automl-forecasting-demand-many-models-in-pipeline-automl-forecasting-demand-many-models-in-pipeline.yml b/.github/workflows/sdk-jobs-pipelines-1k_demand_forecasting_with_pipeline_components-automl-forecasting-demand-many-models-in-pipeline-automl-forecasting-demand-many-models-in-pipeline.yml index 5baccb5c90a..91dd8462540 100644 --- a/.github/workflows/sdk-jobs-pipelines-1k_demand_forecasting_with_pipeline_components-automl-forecasting-demand-many-models-in-pipeline-automl-forecasting-demand-many-models-in-pipeline.yml +++ b/.github/workflows/sdk-jobs-pipelines-1k_demand_forecasting_with_pipeline_components-automl-forecasting-demand-many-models-in-pipeline-automl-forecasting-demand-many-models-in-pipeline.yml @@ -77,7 +77,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: automl-forecasting-demand-many-models-in-pipeline - path: sdk/python/jobs/pipelines/1k_demand_forecasting_with_pipeline_components/automl-forecasting-demand-many-models-in-pipeline - - - name: Remove the compute if notebook did not done it properly. - run: bash "${{ github.workspace }}/infra/bootstrapping/remove_computes.sh" demand-fcst-mm-cluster + path: sdk/python/jobs/pipelines/1k_demand_forecasting_with_pipeline_components/automl-forecasting-demand-many-models-in-pipeline \ No newline at end of file diff --git a/cli/README.md b/cli/README.md index 5642626f656..b2d18a7b55d 100644 --- a/cli/README.md +++ b/cli/README.md @@ -31,7 +31,7 @@ az extension add --name ml --yes ``` ## Examples - + **Scripts** path|status| @@ -51,7 +51,6 @@ path|status| [deploy-managed-online-endpoint-access-resource-sai.sh](deploy-managed-online-endpoint-access-resource-sai.sh)|[![deploy-managed-online-endpoint-access-resource-sai](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-sai/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-sai.yml) [deploy-managed-online-endpoint-access-resource-uai.sh](deploy-managed-online-endpoint-access-resource-uai.sh)|[![deploy-managed-online-endpoint-access-resource-uai](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-uai/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-uai.yml) [deploy-managed-online-endpoint-ncd.sh](deploy-managed-online-endpoint-ncd.sh)|[![deploy-managed-online-endpoint-ncd](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint-ncd/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint-ncd.yml) -[deploy-managed-online-endpoint-workspacevnet.sh](deploy-managed-online-endpoint-workspacevnet.sh)|[![deploy-managed-online-endpoint-workspacevnet](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint-workspacevnet/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint-workspacevnet.yml) [deploy-managed-online-endpoint.sh](deploy-managed-online-endpoint.sh)|[![deploy-managed-online-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint.yml) [deploy-mlcompute-create_with-system-identity.sh](deploy-mlcompute-create_with-system-identity.sh)|[![deploy-mlcompute-create_with-system-identity](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-mlcompute-create_with-system-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-mlcompute-create_with-system-identity.yml) [deploy-mlcompute-update-to-system-identity.sh](deploy-mlcompute-update-to-system-identity.sh)|[![deploy-mlcompute-update-to-system-identity](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-mlcompute-update-to-system-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-mlcompute-update-to-system-identity.yml) @@ -62,8 +61,8 @@ path|status| [deploy-moe-keyvault.sh](deploy-moe-keyvault.sh)|[![deploy-moe-keyvault](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-moe-keyvault/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-moe-keyvault.yml) [deploy-moe-minimal-single-model-registered.sh](deploy-moe-minimal-single-model-registered.sh)|[![deploy-moe-minimal-single-model-registered](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-moe-minimal-single-model-registered/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-moe-minimal-single-model-registered.yml) [deploy-moe-openapi.sh](deploy-moe-openapi.sh)|[![deploy-moe-openapi](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-moe-openapi/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-moe-openapi.yml) -[deploy-moe-vnet-legacy.sh](deploy-moe-vnet-legacy.sh)|[![deploy-moe-vnet-legacy](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-moe-vnet-legacy/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-moe-vnet-legacy.yml) -[deploy-moe-vnet-mlflow-legacy.sh](deploy-moe-vnet-mlflow-legacy.sh)|[![deploy-moe-vnet-mlflow-legacy](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-moe-vnet-mlflow-legacy/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-moe-vnet-mlflow-legacy.yml) +[deploy-moe-vnet-mlflow.sh](deploy-moe-vnet-mlflow.sh)|[![deploy-moe-vnet-mlflow](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-moe-vnet-mlflow/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-moe-vnet-mlflow.yml) +[deploy-moe-vnet.sh](deploy-moe-vnet.sh)|[![deploy-moe-vnet](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-moe-vnet/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-moe-vnet.yml) [deploy-rest.sh](deploy-rest.sh)|[![deploy-rest](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-rest/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-rest.yml) [deploy-safe-rollout-kubernetes-online-endpoints.sh](deploy-safe-rollout-kubernetes-online-endpoints.sh)|[![deploy-safe-rollout-kubernetes-online-endpoints](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-safe-rollout-kubernetes-online-endpoints/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-safe-rollout-kubernetes-online-endpoints.yml) [deploy-safe-rollout-online-endpoints.sh](deploy-safe-rollout-online-endpoints.sh)|[![deploy-safe-rollout-online-endpoints](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-safe-rollout-online-endpoints/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-safe-rollout-online-endpoints.yml) @@ -72,7 +71,6 @@ path|status| [mlflow-uri.sh](mlflow-uri.sh)|[![mlflow-uri](https://github.com/Azure/azureml-examples/workflows/cli-scripts-mlflow-uri/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-mlflow-uri.yml) [train-rest.sh](train-rest.sh)|[![train-rest](https://github.com/Azure/azureml-examples/workflows/cli-scripts-train-rest/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-train-rest.yml) [train.sh](train.sh)|[![train](https://github.com/Azure/azureml-examples/workflows/cli-scripts-train/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-train.yml) -[upload-data-to-blob.sh](upload-data-to-blob.sh)|[![upload-data-to-blob](https://github.com/Azure/azureml-examples/workflows/cli-scripts-upload-data-to-blob/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-upload-data-to-blob.yml) **Jobs** ([jobs](jobs)) @@ -82,6 +80,7 @@ path|status|description [jobs/deepspeed/deepspeed-autotuning/job.yml](jobs/deepspeed/deepspeed-autotuning/job.yml)|[![jobs/deepspeed/deepspeed-autotuning/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-deepspeed-deepspeed-autotuning-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-deepspeed-deepspeed-autotuning-job.yml)|*no description* [jobs/deepspeed/deepspeed-training/job.yml](jobs/deepspeed/deepspeed-training/job.yml)|[![jobs/deepspeed/deepspeed-training/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-deepspeed-deepspeed-training-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-deepspeed-deepspeed-training-job.yml)|*no description* [jobs/nebulaml/PyTorch_CNN_MNIST/job.yml](jobs/nebulaml/PyTorch_CNN_MNIST/job.yml)|[![jobs/nebulaml/PyTorch_CNN_MNIST/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-nebulaml-PyTorch_CNN_MNIST-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-nebulaml-PyTorch_CNN_MNIST-job.yml)|*no description* +[jobs/nebulaml/bert-pretrain-deepspeed/job.yml](jobs/nebulaml/bert-pretrain-deepspeed/job.yml)|[![jobs/nebulaml/bert-pretrain-deepspeed/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-nebulaml-bert-pretrain-deepspeed-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-nebulaml-bert-pretrain-deepspeed-job.yml)|*no description* [jobs/nebulaml/cifar10_deepspeed/job.yml](jobs/nebulaml/cifar10_deepspeed/job.yml)|[![jobs/nebulaml/cifar10_deepspeed/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-nebulaml-cifar10_deepspeed-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-nebulaml-cifar10_deepspeed-job.yml)|*no description* [jobs/pipelines-with-components/nyc_taxi_data_regression/single-job-pipeline.yml](jobs/pipelines-with-components/nyc_taxi_data_regression/single-job-pipeline.yml)|[![jobs/pipelines-with-components/nyc_taxi_data_regression/single-job-pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-nyc_taxi_data_regression-single-job-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-nyc_taxi_data_regression-single-job-pipeline.yml)|Single job pipeline to train regression model based on nyc taxi dataset [jobs/single-step/dask/nyctaxi/job.yml](jobs/single-step/dask/nyctaxi/job.yml)|[![jobs/single-step/dask/nyctaxi/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-dask-nyctaxi-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-dask-nyctaxi-job.yml)|This sample shows how to run a distributed DASK job on AzureML. The 24GB NYC Taxi dataset is read in CSV format by a 4 node DASK cluster, processed and then written as job output in parquet format. @@ -99,7 +98,6 @@ path|status|description [jobs/single-step/scikit-learn/iris/job-docker-context.yml](jobs/single-step/scikit-learn/iris/job-docker-context.yml)|[![jobs/single-step/scikit-learn/iris/job-docker-context](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-scikit-learn-iris-job-docker-context/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-scikit-learn-iris-job-docker-context.yml)|Train a scikit-learn SVM on the Iris dataset using a custom Docker container build. [jobs/single-step/scikit-learn/iris/job-sweep.yml](jobs/single-step/scikit-learn/iris/job-sweep.yml)|[![jobs/single-step/scikit-learn/iris/job-sweep](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-scikit-learn-iris-job-sweep/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-scikit-learn-iris-job-sweep.yml)|Sweep hyperparemeters for training a scikit-learn SVM on the Iris dataset. [jobs/single-step/scikit-learn/iris/job.yml](jobs/single-step/scikit-learn/iris/job.yml)|[![jobs/single-step/scikit-learn/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-scikit-learn-iris-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-scikit-learn-iris-job.yml)|Train a scikit-learn SVM on the Iris dataset. -[jobs/single-step/spark/nyctaxi/job.yml](jobs/single-step/spark/nyctaxi/job.yml)|[![jobs/single-step/spark/nyctaxi/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-spark-nyctaxi-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-spark-nyctaxi-job.yml)|This sample shows how to run a single node Spark job on Azure ML. The 47GB NYC Taxi dataset is read in parquet format by a 1 node Spark cluster, processed and then written as job output in parquet format. [jobs/single-step/tensorflow/mnist-distributed-horovod/job.yml](jobs/single-step/tensorflow/mnist-distributed-horovod/job.yml)|[![jobs/single-step/tensorflow/mnist-distributed-horovod/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-horovod-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-horovod-job.yml)|Train a basic neural network with TensorFlow on the MNIST dataset, distributed via Horovod. [jobs/single-step/tensorflow/mnist-distributed/job.yml](jobs/single-step/tensorflow/mnist-distributed/job.yml)|[![jobs/single-step/tensorflow/mnist-distributed/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-job.yml)|Train a basic neural network with TensorFlow on the MNIST dataset, distributed via TensorFlow. [jobs/single-step/tensorflow/mnist/job.yml](jobs/single-step/tensorflow/mnist/job.yml)|[![jobs/single-step/tensorflow/mnist/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-tensorflow-mnist-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-tensorflow-mnist-job.yml)|Train a basic neural network with TensorFlow on the MNIST dataset. @@ -117,18 +115,11 @@ path|status|description [jobs/basics/hello-model-as-input.yml](jobs/basics/hello-model-as-input.yml)|[![jobs/basics/hello-model-as-input](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-model-as-input/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-model-as-input.yml)|*no description* [jobs/basics/hello-model-as-output.yml](jobs/basics/hello-model-as-output.yml)|[![jobs/basics/hello-model-as-output](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-model-as-output/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-model-as-output.yml)|*no description* [jobs/basics/hello-notebook.yml](jobs/basics/hello-notebook.yml)|[![jobs/basics/hello-notebook](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-notebook/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-notebook.yml)|*no description* -[jobs/basics/hello-pipeline-abc-serverless.yml](jobs/basics/hello-pipeline-abc-serverless.yml)|[![jobs/basics/hello-pipeline-abc-serverless](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-abc-serverless/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-abc-serverless.yml)|*no description* [jobs/basics/hello-pipeline-abc.yml](jobs/basics/hello-pipeline-abc.yml)|[![jobs/basics/hello-pipeline-abc](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-abc/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-abc.yml)|*no description* -[jobs/basics/hello-pipeline-customize-output-file-serverless.yml](jobs/basics/hello-pipeline-customize-output-file-serverless.yml)|[![jobs/basics/hello-pipeline-customize-output-file-serverless](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-customize-output-file-serverless/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-customize-output-file-serverless.yml)|*no description* [jobs/basics/hello-pipeline-customize-output-file.yml](jobs/basics/hello-pipeline-customize-output-file.yml)|[![jobs/basics/hello-pipeline-customize-output-file](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-customize-output-file/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-customize-output-file.yml)|*no description* -[jobs/basics/hello-pipeline-customize-output-folder-serverless.yml](jobs/basics/hello-pipeline-customize-output-folder-serverless.yml)|[![jobs/basics/hello-pipeline-customize-output-folder-serverless](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-customize-output-folder-serverless/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-customize-output-folder-serverless.yml)|*no description* [jobs/basics/hello-pipeline-customize-output-folder.yml](jobs/basics/hello-pipeline-customize-output-folder.yml)|[![jobs/basics/hello-pipeline-customize-output-folder](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-customize-output-folder/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-customize-output-folder.yml)|*no description* -[jobs/basics/hello-pipeline-default-artifacts-serverless.yml](jobs/basics/hello-pipeline-default-artifacts-serverless.yml)|[![jobs/basics/hello-pipeline-default-artifacts-serverless](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-default-artifacts-serverless/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-default-artifacts-serverless.yml)|*no description* [jobs/basics/hello-pipeline-default-artifacts.yml](jobs/basics/hello-pipeline-default-artifacts.yml)|[![jobs/basics/hello-pipeline-default-artifacts](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-default-artifacts/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-default-artifacts.yml)|*no description* -[jobs/basics/hello-pipeline-io-serverless.yml](jobs/basics/hello-pipeline-io-serverless.yml)|[![jobs/basics/hello-pipeline-io-serverless](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-io-serverless/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-io-serverless.yml)|*no description* [jobs/basics/hello-pipeline-io.yml](jobs/basics/hello-pipeline-io.yml)|[![jobs/basics/hello-pipeline-io](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-io/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-io.yml)|*no description* -[jobs/basics/hello-pipeline-serverless.yml](jobs/basics/hello-pipeline-serverless.yml)|[![jobs/basics/hello-pipeline-serverless](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-serverless/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-serverless.yml)|*no description* -[jobs/basics/hello-pipeline-settings-serverless.yml](jobs/basics/hello-pipeline-settings-serverless.yml)|[![jobs/basics/hello-pipeline-settings-serverless](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-settings-serverless/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-settings-serverless.yml)|*no description* [jobs/basics/hello-pipeline-settings.yml](jobs/basics/hello-pipeline-settings.yml)|[![jobs/basics/hello-pipeline-settings](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-settings/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-settings.yml)|*no description* [jobs/basics/hello-pipeline.yml](jobs/basics/hello-pipeline.yml)|[![jobs/basics/hello-pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline.yml)|*no description* [jobs/basics/hello-sweep.yml](jobs/basics/hello-sweep.yml)|[![jobs/basics/hello-sweep](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-sweep/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-sweep.yml)|Hello sweep job example. @@ -138,7 +129,6 @@ path|status|description [jobs/basics/hello-world-output-data.yml](jobs/basics/hello-world-output-data.yml)|[![jobs/basics/hello-world-output-data](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-world-output-data/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-world-output-data.yml)|*no description* [jobs/basics/hello-world-output.yml](jobs/basics/hello-world-output.yml)|[![jobs/basics/hello-world-output](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-world-output/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-world-output.yml)|*no description* [jobs/basics/hello-world.yml](jobs/basics/hello-world.yml)|[![jobs/basics/hello-world](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-world/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-world.yml)|*no description* -[jobs/pipelines/add-column-and-word-count-using-spark/pipeline.yml](jobs/pipelines/add-column-and-word-count-using-spark/pipeline.yml)|[![jobs/pipelines/add-column-and-word-count-using-spark/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-add-column-and-word-count-using-spark-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-add-column-and-word-count-using-spark-pipeline.yml)|'submit a pipeline with spark job' [jobs/pipelines/automl/cli-automl-classification-task-bankmarketing-pipeline/pipeline.yml](jobs/pipelines/automl/cli-automl-classification-task-bankmarketing-pipeline/pipeline.yml)|[![jobs/pipelines/automl/cli-automl-classification-task-bankmarketing-pipeline/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-automl-cli-automl-classification-task-bankmarketing-pipeline-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-automl-cli-automl-classification-task-bankmarketing-pipeline-pipeline.yml)|Pipeline using AutoML classification task [jobs/pipelines/automl/cli-automl-forecasting-demand-with-pipeline-components/cli-automl-forecasting-demand-hierarchical-timeseries/hts_evaluation_pipeline.yml](jobs/pipelines/automl/cli-automl-forecasting-demand-with-pipeline-components/cli-automl-forecasting-demand-hierarchical-timeseries/hts_evaluation_pipeline.yml)|[![jobs/pipelines/automl/cli-automl-forecasting-demand-with-pipeline-components/cli-automl-forecasting-demand-hierarchical-timeseries/hts_evaluation_pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-automl-cli-automl-forecasting-demand-with-pipeline-components-cli-automl-forecasting-demand-hierarchical-timeseries-hts_evaluation_pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-automl-cli-automl-forecasting-demand-with-pipeline-components-cli-automl-forecasting-demand-hierarchical-timeseries-hts_evaluation_pipeline.yml)|HTS evaluation pipeline using AutoML [jobs/pipelines/automl/cli-automl-forecasting-demand-with-pipeline-components/cli-automl-forecasting-demand-many-models/many_models_evaluation_pipeline.yml](jobs/pipelines/automl/cli-automl-forecasting-demand-with-pipeline-components/cli-automl-forecasting-demand-many-models/many_models_evaluation_pipeline.yml)|[![jobs/pipelines/automl/cli-automl-forecasting-demand-with-pipeline-components/cli-automl-forecasting-demand-many-models/many_models_evaluation_pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-automl-cli-automl-forecasting-demand-with-pipeline-components-cli-automl-forecasting-demand-many-models-many_models_evaluation_pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-automl-cli-automl-forecasting-demand-with-pipeline-components-cli-automl-forecasting-demand-many-models-many_models_evaluation_pipeline.yml)|Many models evaluation pipeline using AutoML @@ -156,19 +146,6 @@ path|status|description [jobs/pipelines/mnist-batch-identification-using-parallel/pipeline.yml](jobs/pipelines/mnist-batch-identification-using-parallel/pipeline.yml)|[![jobs/pipelines/mnist-batch-identification-using-parallel/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-mnist-batch-identification-using-parallel-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-mnist-batch-identification-using-parallel-pipeline.yml)|The hello world pipeline job with inline parallel job [jobs/pipelines/nyc-taxi/pipeline.yml](jobs/pipelines/nyc-taxi/pipeline.yml)|[![jobs/pipelines/nyc-taxi/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-nyc-taxi-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-nyc-taxi-pipeline.yml)|Train model with nyc taxi data [jobs/pipelines/tensorflow-image-segmentation/pipeline.yml](jobs/pipelines/tensorflow-image-segmentation/pipeline.yml)|[![jobs/pipelines/tensorflow-image-segmentation/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-tensorflow-image-segmentation-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-tensorflow-image-segmentation-pipeline.yml)|*no description* -[jobs/spark/attached-spark-pipeline-default-identity.yml](jobs/spark/attached-spark-pipeline-default-identity.yml)|[![jobs/spark/attached-spark-pipeline-default-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-attached-spark-pipeline-default-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-attached-spark-pipeline-default-identity.yml)|Spark component for Titanic data in Pipeline -[jobs/spark/attached-spark-pipeline-managed-identity.yml](jobs/spark/attached-spark-pipeline-managed-identity.yml)|[![jobs/spark/attached-spark-pipeline-managed-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-attached-spark-pipeline-managed-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-attached-spark-pipeline-managed-identity.yml)|Spark component for Titanic data in Pipeline -[jobs/spark/attached-spark-pipeline-user-identity.yml](jobs/spark/attached-spark-pipeline-user-identity.yml)|[![jobs/spark/attached-spark-pipeline-user-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-attached-spark-pipeline-user-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-attached-spark-pipeline-user-identity.yml)|Spark component for Titanic data in Pipeline -[jobs/spark/attached-spark-standalone-default-identity.yml](jobs/spark/attached-spark-standalone-default-identity.yml)|[![jobs/spark/attached-spark-standalone-default-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-attached-spark-standalone-default-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-attached-spark-standalone-default-identity.yml)|*no description* -[jobs/spark/attached-spark-standalone-managed-identity.yml](jobs/spark/attached-spark-standalone-managed-identity.yml)|[![jobs/spark/attached-spark-standalone-managed-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-attached-spark-standalone-managed-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-attached-spark-standalone-managed-identity.yml)|*no description* -[jobs/spark/attached-spark-standalone-user-identity.yml](jobs/spark/attached-spark-standalone-user-identity.yml)|[![jobs/spark/attached-spark-standalone-user-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-attached-spark-standalone-user-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-attached-spark-standalone-user-identity.yml)|*no description* -[jobs/spark/serverless-spark-pipeline-default-identity.yml](jobs/spark/serverless-spark-pipeline-default-identity.yml)|[![jobs/spark/serverless-spark-pipeline-default-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-serverless-spark-pipeline-default-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-serverless-spark-pipeline-default-identity.yml)|Spark component for Titanic data in Pipeline -[jobs/spark/serverless-spark-pipeline-managed-identity.yml](jobs/spark/serverless-spark-pipeline-managed-identity.yml)|[![jobs/spark/serverless-spark-pipeline-managed-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-serverless-spark-pipeline-managed-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-serverless-spark-pipeline-managed-identity.yml)|Spark component for Titanic data in Pipeline -[jobs/spark/serverless-spark-pipeline-user-identity.yml](jobs/spark/serverless-spark-pipeline-user-identity.yml)|[![jobs/spark/serverless-spark-pipeline-user-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-serverless-spark-pipeline-user-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-serverless-spark-pipeline-user-identity.yml)|Spark component for Titanic data in Pipeline -[jobs/spark/serverless-spark-standalone-default-identity.yml](jobs/spark/serverless-spark-standalone-default-identity.yml)|[![jobs/spark/serverless-spark-standalone-default-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-serverless-spark-standalone-default-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-serverless-spark-standalone-default-identity.yml)|*no description* -[jobs/spark/serverless-spark-standalone-managed-identity.yml](jobs/spark/serverless-spark-standalone-managed-identity.yml)|[![jobs/spark/serverless-spark-standalone-managed-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-serverless-spark-standalone-managed-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-serverless-spark-standalone-managed-identity.yml)|*no description* -[jobs/spark/serverless-spark-standalone-user-identity.yml](jobs/spark/serverless-spark-standalone-user-identity.yml)|[![jobs/spark/serverless-spark-standalone-user-identity](https://github.com/Azure/azureml-examples/workflows/cli-jobs-spark-serverless-spark-standalone-user-identity/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-spark-serverless-spark-standalone-user-identity.yml)|*no description* -[jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing-serverless.yml](jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing-serverless.yml)|[![jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing-serverless](https://github.com/Azure/azureml-examples/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing-serverless/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing-serverless.yml)|A Classification job using bank marketing [jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing.yml](jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing.yml)|[![jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing](https://github.com/Azure/azureml-examples/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing.yml)|A Classification job using bank marketing [jobs/automl-standalone-jobs/cli-automl-forecasting-bike-share/cli-automl-forecasting-task-bike-share.yml](jobs/automl-standalone-jobs/cli-automl-forecasting-bike-share/cli-automl-forecasting-task-bike-share.yml)|[![jobs/automl-standalone-jobs/cli-automl-forecasting-bike-share/cli-automl-forecasting-task-bike-share](https://github.com/Azure/azureml-examples/workflows/cli-jobs-automl-standalone-jobs-cli-automl-forecasting-bike-share-cli-automl-forecasting-task-bike-share/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-automl-standalone-jobs-cli-automl-forecasting-bike-share-cli-automl-forecasting-task-bike-share.yml)|A Time-Series Forecasting job using bike share dataset [jobs/automl-standalone-jobs/cli-automl-forecasting-orange-juice-sales/cli-automl-forecasting-orange-juice-sales.yml](jobs/automl-standalone-jobs/cli-automl-forecasting-orange-juice-sales/cli-automl-forecasting-orange-juice-sales.yml)|[![jobs/automl-standalone-jobs/cli-automl-forecasting-orange-juice-sales/cli-automl-forecasting-orange-juice-sales](https://github.com/Azure/azureml-examples/workflows/cli-jobs-automl-standalone-jobs-cli-automl-forecasting-orange-juice-sales-cli-automl-forecasting-orange-juice-sales/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-automl-standalone-jobs-cli-automl-forecasting-orange-juice-sales-cli-automl-forecasting-orange-juice-sales.yml)|A Time-Series Forecasting job using orange juice sales dataset @@ -188,7 +165,6 @@ path|status|description [jobs/automl-standalone-jobs/cli-automl-text-ner-conll-distributed-sweeping/cli-automl-text-ner-conll2003-distributed-sweeping.yml](jobs/automl-standalone-jobs/cli-automl-text-ner-conll-distributed-sweeping/cli-automl-text-ner-conll2003-distributed-sweeping.yml)|[![jobs/automl-standalone-jobs/cli-automl-text-ner-conll-distributed-sweeping/cli-automl-text-ner-conll2003-distributed-sweeping](https://github.com/Azure/azureml-examples/workflows/cli-jobs-automl-standalone-jobs-cli-automl-text-ner-conll-distributed-sweeping-cli-automl-text-ner-conll2003-distributed-sweeping/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-automl-standalone-jobs-cli-automl-text-ner-conll-distributed-sweeping-cli-automl-text-ner-conll2003-distributed-sweeping.yml)|A text named entity recognition job using CoNLL 2003 data [jobs/automl-standalone-jobs/cli-automl-text-ner-conll/cli-automl-text-ner-conll2003.yml](jobs/automl-standalone-jobs/cli-automl-text-ner-conll/cli-automl-text-ner-conll2003.yml)|[![jobs/automl-standalone-jobs/cli-automl-text-ner-conll/cli-automl-text-ner-conll2003](https://github.com/Azure/azureml-examples/workflows/cli-jobs-automl-standalone-jobs-cli-automl-text-ner-conll-cli-automl-text-ner-conll2003/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-automl-standalone-jobs-cli-automl-text-ner-conll-cli-automl-text-ner-conll2003.yml)|A text named entity recognition job using CoNLL 2003 data [jobs/pipelines-with-components/basics/1a_e2e_local_components/pipeline.yml](jobs/pipelines-with-components/basics/1a_e2e_local_components/pipeline.yml)|[![jobs/pipelines-with-components/basics/1a_e2e_local_components/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-1a_e2e_local_components-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-1a_e2e_local_components-pipeline.yml)|Dummy train-score-eval pipeline with local components -[jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline-serverless.yml](jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline-serverless.yml)|[![jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline-serverless](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-serverless.yml)|E2E dummy train-score-eval pipeline with registered components [jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml](jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml)|[![jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline.yml)|E2E dummy train-score-eval pipeline with registered components [jobs/pipelines-with-components/basics/2a_basic_component/pipeline.yml](jobs/pipelines-with-components/basics/2a_basic_component/pipeline.yml)|[![jobs/pipelines-with-components/basics/2a_basic_component/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-2a_basic_component-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-2a_basic_component-pipeline.yml)|Hello World component example [jobs/pipelines-with-components/basics/2b_component_with_input_output/pipeline.yml](jobs/pipelines-with-components/basics/2b_component_with_input_output/pipeline.yml)|[![jobs/pipelines-with-components/basics/2b_component_with_input_output/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-2b_component_with_input_output-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-2b_component_with_input_output-pipeline.yml)|Component with inputs and outputs @@ -214,8 +190,6 @@ path|status|description [jobs/pipelines-with-components/pipeline_with_pipeline_component/nyc_taxi_data_regression_with_pipeline_component/train_pipeline/train_pipeline.yml](jobs/pipelines-with-components/pipeline_with_pipeline_component/nyc_taxi_data_regression_with_pipeline_component/train_pipeline/train_pipeline.yml)|[![jobs/pipelines-with-components/pipeline_with_pipeline_component/nyc_taxi_data_regression_with_pipeline_component/train_pipeline/train_pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-train_pipeline-train_pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-nyc_taxi_data_regression_with_pipeline_component-train_pipeline-train_pipeline.yml)|pipeline component with train, predict and score component [jobs/pipelines-with-components/pipeline_with_pipeline_component/pipeline_with_train_eval_pipeline_component/components/train_pipeline_component.yml](jobs/pipelines-with-components/pipeline_with_pipeline_component/pipeline_with_train_eval_pipeline_component/components/train_pipeline_component.yml)|[![jobs/pipelines-with-components/pipeline_with_pipeline_component/pipeline_with_train_eval_pipeline_component/components/train_pipeline_component](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-pipeline_with_train_eval_pipeline_component-components-train_pipeline_component/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-pipeline_with_train_eval_pipeline_component-components-train_pipeline_component.yml)|Dummy train-score-eval pipeline component with local components [jobs/pipelines-with-components/pipeline_with_pipeline_component/pipeline_with_train_eval_pipeline_component/pipeline.yml](jobs/pipelines-with-components/pipeline_with_pipeline_component/pipeline_with_train_eval_pipeline_component/pipeline.yml)|[![jobs/pipelines-with-components/pipeline_with_pipeline_component/pipeline_with_train_eval_pipeline_component/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-pipeline_with_train_eval_pipeline_component-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-pipeline_with_pipeline_component-pipeline_with_train_eval_pipeline_component-pipeline.yml)|Select best model trained with different learning rate -[jobs/pipelines-with-components/shakespear_sample_and_word_count_using_spark/pipeline.yml](jobs/pipelines-with-components/shakespear_sample_and_word_count_using_spark/pipeline.yml)|[![jobs/pipelines-with-components/shakespear_sample_and_word_count_using_spark/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-shakespear_sample_and_word_count_using_spark-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-shakespear_sample_and_word_count_using_spark-pipeline.yml)|'submit a pipeline with spark job' -[jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing-serverless.yml](jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing-serverless.yml)|[![jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing-serverless](https://github.com/Azure/azureml-examples/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing-serverless/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing-serverless.yml)|A Classification job using bank marketing [jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing.yml](jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing.yml)|[![jobs/automl-standalone-jobs/cli-automl-classification-task-bankmarketing/cli-automl-classification-task-bankmarketing](https://github.com/Azure/azureml-examples/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-automl-standalone-jobs-cli-automl-classification-task-bankmarketing-cli-automl-classification-task-bankmarketing.yml)|A Classification job using bank marketing [jobs/automl-standalone-jobs/cli-automl-forecasting-bike-share/cli-automl-forecasting-task-bike-share.yml](jobs/automl-standalone-jobs/cli-automl-forecasting-bike-share/cli-automl-forecasting-task-bike-share.yml)|[![jobs/automl-standalone-jobs/cli-automl-forecasting-bike-share/cli-automl-forecasting-task-bike-share](https://github.com/Azure/azureml-examples/workflows/cli-jobs-automl-standalone-jobs-cli-automl-forecasting-bike-share-cli-automl-forecasting-task-bike-share/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-automl-standalone-jobs-cli-automl-forecasting-bike-share-cli-automl-forecasting-task-bike-share.yml)|A Time-Series Forecasting job using bike share dataset [jobs/automl-standalone-jobs/cli-automl-forecasting-orange-juice-sales/cli-automl-forecasting-orange-juice-sales.yml](jobs/automl-standalone-jobs/cli-automl-forecasting-orange-juice-sales/cli-automl-forecasting-orange-juice-sales.yml)|[![jobs/automl-standalone-jobs/cli-automl-forecasting-orange-juice-sales/cli-automl-forecasting-orange-juice-sales](https://github.com/Azure/azureml-examples/workflows/cli-jobs-automl-standalone-jobs-cli-automl-forecasting-orange-juice-sales-cli-automl-forecasting-orange-juice-sales/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-automl-standalone-jobs-cli-automl-forecasting-orange-juice-sales-cli-automl-forecasting-orange-juice-sales.yml)|A Time-Series Forecasting job using orange juice sales dataset @@ -239,6 +213,9 @@ path|status|description [jobs/parallel/1a_oj_sales_prediction/pipeline.yml](jobs/parallel/1a_oj_sales_prediction/pipeline.yml)|[![jobs/parallel/1a_oj_sales_prediction/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-parallel-1a_oj_sales_prediction-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-parallel-1a_oj_sales_prediction-pipeline.yml)|The hello world pipeline job with partition by key [jobs/parallel/2a_iris_batch_prediction/pipeline.yml](jobs/parallel/2a_iris_batch_prediction/pipeline.yml)|[![jobs/parallel/2a_iris_batch_prediction/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-parallel-2a_iris_batch_prediction-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-parallel-2a_iris_batch_prediction-pipeline.yml)|The hello world pipeline job with inline parallel job [jobs/parallel/3a_mnist_batch_identification/pipeline.yml](jobs/parallel/3a_mnist_batch_identification/pipeline.yml)|[![jobs/parallel/3a_mnist_batch_identification/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-parallel-3a_mnist_batch_identification-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-parallel-3a_mnist_batch_identification-pipeline.yml)|The hello world pipeline job with inline parallel job +[cli\foundation-models\azure_openai\oai-v1\openai_completions_finetune\openai_completions_finetune_spec.yaml](cli\foundation-models\azure_openai\oai-v1\openai_completions_finetune\openai_completions_finetune_spec.yaml)|[![cli\foundation-models\azure_openai\oai-v1\openai_completions_finetune\openai_completions_finetune_spec.yaml](https://github.com/Azure/azureml-examples/workflows/cli-foundation-models-azure_openai-oai-v1-openai_completions_finetune.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-foundation-models-azure_openai-oai-v1-openai_completions_finetune.yml)|The hello world pipeline job with inline parallel job +[cli\foundation-models\azure_openai\oai-v2\openai_completions_finetune_pipeline\openai_completions_finetune_pipeline_spec.yaml](cli\foundation-models\azure_openai\oai-v2\openai_completions_finetune_pipeline\openai_completions_finetune_pipeline_spec.yaml)|[![cli\foundation-models\azure_openai\oai-v2\openai_completions_finetune_pipeline\openai_completions_finetune_pipeline_spec.yaml](https://github.com/Azure/azureml-examples/workflows/cli-foundation-models-azure_openai-oai-v2-openai_completions_finetune.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-foundation-models-azure_openai-oai-v2-openai_completions_finetune.yml)|The hello world pipeline job with inline parallel job + **Endpoints** ([endpoints](endpoints)) @@ -249,10 +226,6 @@ path|status|description [endpoints/batch/deploy-models/huggingface-text-summarization/endpoint.yml](endpoints/batch/deploy-models/huggingface-text-summarization/endpoint.yml)|[![endpoints/batch/deploy-models/huggingface-text-summarization/endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-batch-deploy-models-huggingface-text-summarization-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-batch-deploy-models-huggingface-text-summarization-endpoint.yml)|A batch endpoint for summarizing text using a HuggingFace transformer model. [endpoints/batch/deploy-models/imagenet-classifier/endpoint.yml](endpoints/batch/deploy-models/imagenet-classifier/endpoint.yml)|[![endpoints/batch/deploy-models/imagenet-classifier/endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-batch-deploy-models-imagenet-classifier-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-batch-deploy-models-imagenet-classifier-endpoint.yml)|A batch endpoint for performing image classification using a TFHub model ImageNet model. [endpoints/batch/deploy-models/mnist-classifier/endpoint.yml](endpoints/batch/deploy-models/mnist-classifier/endpoint.yml)|[![endpoints/batch/deploy-models/mnist-classifier/endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-batch-deploy-models-mnist-classifier-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-batch-deploy-models-mnist-classifier-endpoint.yml)|A batch endpoint for scoring images from the MNIST dataset. -[endpoints/batch/deploy-models/openai-embeddings/endpoint.yml](endpoints/batch/deploy-models/openai-embeddings/endpoint.yml)|[![endpoints/batch/deploy-models/openai-embeddings/endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-batch-deploy-models-openai-embeddings-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-batch-deploy-models-openai-embeddings-endpoint.yml)|An endpoint to generate embeddings in batch for the ADA-002 model from OpenAI -[endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/endpoint.yml](endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/endpoint.yml)|[![endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-batch-deploy-pipelines-batch-scoring-with-preprocessing-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-batch-deploy-pipelines-batch-scoring-with-preprocessing-endpoint.yml)|Batch scoring endpoint of the Heart Disease Data Set prediction task. -[endpoints/batch/deploy-pipelines/hello-batch/endpoint.yml](endpoints/batch/deploy-pipelines/hello-batch/endpoint.yml)|[![endpoints/batch/deploy-pipelines/hello-batch/endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-batch-deploy-pipelines-hello-batch-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-batch-deploy-pipelines-hello-batch-endpoint.yml)|A hello world endpoint for component deployments. -[endpoints/batch/deploy-pipelines/training-with-components/endpoint.yml](endpoints/batch/deploy-pipelines/training-with-components/endpoint.yml)|[![endpoints/batch/deploy-pipelines/training-with-components/endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-batch-deploy-pipelines-training-with-components-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-batch-deploy-pipelines-training-with-components-endpoint.yml)|An endpoint to perform training of the Heart Disease Data Set prediction task. [endpoints/online/custom-container/minimal/multimodel/minimal-multimodel-endpoint.yml](endpoints/online/custom-container/minimal/multimodel/minimal-multimodel-endpoint.yml)|[![endpoints/online/custom-container/minimal/multimodel/minimal-multimodel-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-online-custom-container-minimal-multimodel-minimal-multimodel-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-online-custom-container-minimal-multimodel-minimal-multimodel-endpoint.yml)|*no description* [endpoints/online/custom-container/minimal/single-model/conda-in-dockerfile/minimal-single-model-conda-in-dockerfile-endpoint.yml](endpoints/online/custom-container/minimal/single-model/conda-in-dockerfile/minimal-single-model-conda-in-dockerfile-endpoint.yml)|[![endpoints/online/custom-container/minimal/single-model/conda-in-dockerfile/minimal-single-model-conda-in-dockerfile-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-online-custom-container-minimal-single-model-conda-in-dockerfile-minimal-single-model-conda-in-dockerfile-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-online-custom-container-minimal-single-model-conda-in-dockerfile-minimal-single-model-conda-in-dockerfile-endpoint.yml)|*no description* [endpoints/online/custom-container/minimal/single-model/minimal-single-model-endpoint.yml](endpoints/online/custom-container/minimal/single-model/minimal-single-model-endpoint.yml)|[![endpoints/online/custom-container/minimal/single-model/minimal-single-model-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-online-custom-container-minimal-single-model-minimal-single-model-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-online-custom-container-minimal-single-model-minimal-single-model-endpoint.yml)|*no description* @@ -260,8 +233,6 @@ path|status|description [endpoints/online/custom-container/r/multimodel-plumber/r-endpoint.yml](endpoints/online/custom-container/r/multimodel-plumber/r-endpoint.yml)|[![endpoints/online/custom-container/r/multimodel-plumber/r-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-online-custom-container-r-multimodel-plumber-r-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-online-custom-container-r-multimodel-plumber-r-endpoint.yml)|*no description* [endpoints/online/custom-container/torchserve/densenet/torchserve-endpoint.yml](endpoints/online/custom-container/torchserve/densenet/torchserve-endpoint.yml)|[![endpoints/online/custom-container/torchserve/densenet/torchserve-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-online-custom-container-torchserve-densenet-torchserve-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-online-custom-container-torchserve-densenet-torchserve-endpoint.yml)|*no description* [endpoints/online/custom-container/triton/single-model/triton-cc-endpoint.yml](endpoints/online/custom-container/triton/single-model/triton-cc-endpoint.yml)|[![endpoints/online/custom-container/triton/single-model/triton-cc-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-online-custom-container-triton-single-model-triton-cc-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-online-custom-container-triton-single-model-triton-cc-endpoint.yml)|*no description* -[endpoints/online/deploy-with-packages/custom-model/endpoint.yml](endpoints/online/deploy-with-packages/custom-model/endpoint.yml)|[![endpoints/online/deploy-with-packages/custom-model/endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-online-deploy-with-packages-custom-model-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-online-deploy-with-packages-custom-model-endpoint.yml)|*no description* -[endpoints/online/deploy-with-packages/mlflow-model/endpoint.yml](endpoints/online/deploy-with-packages/mlflow-model/endpoint.yml)|[![endpoints/online/deploy-with-packages/mlflow-model/endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-online-deploy-with-packages-mlflow-model-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-online-deploy-with-packages-mlflow-model-endpoint.yml)|*no description* [endpoints/online/kubernetes/kubernetes-endpoint.yml](endpoints/online/kubernetes/kubernetes-endpoint.yml)|[![endpoints/online/kubernetes/kubernetes-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-online-kubernetes-kubernetes-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-online-kubernetes-kubernetes-endpoint.yml)|*no description* [endpoints/online/managed/sample/endpoint.yml](endpoints/online/managed/sample/endpoint.yml)|[![endpoints/online/managed/sample/endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-online-managed-sample-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-online-managed-sample-endpoint.yml)|*no description* [endpoints/online/managed/vnet/mlflow/endpoint.yml](endpoints/online/managed/vnet/mlflow/endpoint.yml)|[![endpoints/online/managed/vnet/mlflow/endpoint](https://github.com/Azure/azureml-examples/workflows/cli-endpoints-online-managed-vnet-mlflow-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-endpoints-online-managed-vnet-mlflow-endpoint.yml)|*no description* @@ -284,7 +255,6 @@ path|status|description -|-|- [assets/component/pipeline.yml](assets/component/pipeline.yml)|[![assets/component/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-assets-component-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-component-pipeline.yml)|pipeline component with inline job [assets/component/train.yml](assets/component/train.yml)|[![assets/component/train](https://github.com/Azure/azureml-examples/workflows/cli-assets-component-train/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-component-train.yml)|A example train component -[assets/data/azure-sql-import.yml](assets/data/azure-sql-import.yml)|[![assets/data/azure-sql-import](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-azure-sql-import/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-azure-sql-import.yml)|*no description* [assets/data/cloud-file-https.yml](assets/data/cloud-file-https.yml)|[![assets/data/cloud-file-https](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-cloud-file-https/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-cloud-file-https.yml)|Data asset created from a file in cloud using https URL. [assets/data/cloud-file-wasbs.yml](assets/data/cloud-file-wasbs.yml)|[![assets/data/cloud-file-wasbs](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-cloud-file-wasbs/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-cloud-file-wasbs.yml)|Data asset created from a file in cloud using wasbs URL. [assets/data/cloud-file.yml](assets/data/cloud-file.yml)|[![assets/data/cloud-file](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-cloud-file/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-cloud-file.yml)|Data asset created from file in cloud. @@ -292,18 +262,14 @@ path|status|description [assets/data/cloud-folder-wasbs.yml](assets/data/cloud-folder-wasbs.yml)|[![assets/data/cloud-folder-wasbs](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-cloud-folder-wasbs/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-cloud-folder-wasbs.yml)|Data asset created from folder in cloud using wasbs URL. [assets/data/cloud-folder.yml](assets/data/cloud-folder.yml)|[![assets/data/cloud-folder](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-cloud-folder/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-cloud-folder.yml)|Data asset created from folder in cloud. [assets/data/cloud-mltable.yml](assets/data/cloud-mltable.yml)|[![assets/data/cloud-mltable](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-cloud-mltable/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-cloud-mltable.yml)|Titanic data -[assets/data/data_import_schedule_database_inline.yml](assets/data/data_import_schedule_database_inline.yml)|[![assets/data/data_import_schedule_database_inline](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-data_import_schedule_database_inline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-data_import_schedule_database_inline.yml)|Schedule data import inline [assets/data/iris-csv-example.yml](assets/data/iris-csv-example.yml)|[![assets/data/iris-csv-example](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-iris-csv-example/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-iris-csv-example.yml)|*no description* [assets/data/local-file.yml](assets/data/local-file.yml)|[![assets/data/local-file](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-local-file/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-local-file.yml)|Data asset created from local file. [assets/data/local-folder-sampledata.yml](assets/data/local-folder-sampledata.yml)|[![assets/data/local-folder-sampledata](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-local-folder-sampledata/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-local-folder-sampledata.yml)|Dataset created from local folder. [assets/data/local-folder.yml](assets/data/local-folder.yml)|[![assets/data/local-folder](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-local-folder/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-local-folder.yml)|Dataset created from local folder. [assets/data/local-mltable.yml](assets/data/local-mltable.yml)|[![assets/data/local-mltable](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-local-mltable/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-local-mltable.yml)|Data asset created from local MLTable. [assets/data/public-file-https.yml](assets/data/public-file-https.yml)|[![assets/data/public-file-https](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-public-file-https/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-public-file-https.yml)|Data asset created from a publicly available file using https URL. -[assets/data/s3-import.yml](assets/data/s3-import.yml)|[![assets/data/s3-import](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-s3-import/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-s3-import.yml)|*no description* -[assets/data/simple_import_schedule.yml](assets/data/simple_import_schedule.yml)|[![assets/data/simple_import_schedule](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-simple_import_schedule/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-simple_import_schedule.yml)|Schedule data import -[assets/data/snowflake-import-managed.yml](assets/data/snowflake-import-managed.yml)|[![assets/data/snowflake-import-managed](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-snowflake-import-managed/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-snowflake-import-managed.yml)|*no description* -[assets/data/snowflake-import.yml](assets/data/snowflake-import.yml)|[![assets/data/snowflake-import](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-snowflake-import/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-snowflake-import.yml)|*no description* [assets/environment/docker-context.yml](assets/environment/docker-context.yml)|[![assets/environment/docker-context](https://github.com/Azure/azureml-examples/workflows/cli-assets-environment-docker-context/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-environment-docker-context.yml)|*no description* +[assets/environment/docker-image-plus-conda.yaml](assets/environment/docker-image-plus-conda.yaml)|[![assets/environment/docker-image-plus-conda](https://github.com/Azure/azureml-examples/workflows/cli-assets-environment-docker-image-plus-conda/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-environment-docker-image-plus-conda.yaml)|Environment created from a Docker image plus Conda environment. [assets/environment/docker-image.yml](assets/environment/docker-image.yml)|[![assets/environment/docker-image](https://github.com/Azure/azureml-examples/workflows/cli-assets-environment-docker-image/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-environment-docker-image.yml)|Environment created from a Docker image. [assets/model/local-file.yml](assets/model/local-file.yml)|[![assets/model/local-file](https://github.com/Azure/azureml-examples/workflows/cli-assets-model-local-file/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-model-local-file.yml)|Model created from local file. [assets/model/local-mlflow.yml](assets/model/local-mlflow.yml)|[![assets/model/local-mlflow](https://github.com/Azure/azureml-examples/workflows/cli-assets-model-local-mlflow/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-model-local-mlflow.yml)|Model created from local MLflow model directory. diff --git a/cli/readme.py b/cli/readme.py index 42b880fa57e..2053d74d77c 100644 --- a/cli/readme.py +++ b/cli/readme.py @@ -542,7 +542,7 @@ def write_job_using_registry_components_workflow(job): run: | echo '{GITHUB_CONCURRENCY_GROUP}'; bash bootstrap.sh - working-directory: infra/bootstrapping + working-directory: infra continue-on-error: false - name: setup-cli run: | @@ -725,8 +725,8 @@ def write_asset_workflow(asset): creds: {creds} - name: bootstrap resources run: | - bash bootstrap.sh - working-directory: infra/bootstrapping + bash bootstrapping/bootstrap.sh + working-directory: infra continue-on-error: false - name: setup-cli run: | @@ -789,7 +789,7 @@ def write_script_workflow(script): - name: bootstrap resources run: | bash bootstrap.sh - working-directory: infra/bootstrapping + working-directory: infra continue-on-error: false - name: setup-cli run: | @@ -851,7 +851,7 @@ def write_schedule_workflow(schedule): - name: bootstrap resources run: | bash bootstrap.sh - working-directory: infra/bootstrapping + working-directory: infra continue-on-error: false - name: setup-cli run: |