Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
d078b75
Add grpo job example (#3589)
sharvin2187 May 28, 2025
920e2c5
update deployment env to ubuntu22.04 for automl notebook jobs (#3598)
javed-73 May 28, 2025
7724e99
Update CODEOWNERS (#3601)
sharvin2187 May 28, 2025
539744e
Update launch_grpo_command_job-med-mcqa-commented.ipynb (#3599)
gpenumetsa-msft May 29, 2025
7682785
Followup improvements to GRPO job example (#3600)
sharvin2187 May 29, 2025
f6e39a4
Ignore warnings for Notebook test runs (#3603)
javed-73 May 30, 2025
06204c0
fix deployment env image (#3606)
javed-73 Jun 3, 2025
7f21365
fix broken link for SDK installation (#3605)
dem108 Jun 4, 2025
794431a
Fail workflow of sdk install temporarily to test monitor (#3611)
kshitij-microsoft Jun 5, 2025
305b303
Update azureml inference server http. (#3590)
salmanarshad97 Jun 5, 2025
000b74c
Configure mcp server for samples (#3614)
jayesh-tanna Jun 11, 2025
047ef25
Add config for single node runs (#3604)
sharvin2187 Jun 11, 2025
642661c
[Fix]: Add accuracy also and reword informative assertions (#3617)
yeshsurya Jun 13, 2025
7694c8c
Create copilot-instructions.md (#3620)
sdgilley Jun 17, 2025
9473226
Qunsong/remove image notebooks (#3621)
qusongms Jun 17, 2025
2cd3cb6
remove rai-text notebooks and related workflows (#3622)
qusongms Jun 19, 2025
65eceac
Spark upgrade (#3629)
kshitij-microsoft Jun 27, 2025
feebd26
update tabular env version 2 (#3636)
qusongms Jul 3, 2025
eb107dc
Update sdk-deploy-and-test.ipynb (#3637)
kshitij-microsoft Jul 4, 2025
dfa9ffa
Update to use Python 3.12 (#3627)
salmanarshad97 Jul 9, 2025
bc3c885
Azure CLI install latest version in sanity workflows (#3642)
kshitij-microsoft Jul 11, 2025
e18d623
Pass the failing workflow (#3612)
kshitij-microsoft Jul 15, 2025
704150c
Update CODEOWNERS (#3651)
jonburchel Jul 28, 2025
cf36459
Bump up version for tabular components (#3649)
nishalagnes27 Jul 28, 2025
73c78a3
Update Dockerfile (#3653)
salmanarshad97 Jul 31, 2025
5bc36d8
Sanity monitor (#3652)
kshitij-microsoft Jul 31, 2025
958aac3
Pass the failing workflow (#3655)
kshitij-microsoft Jul 31, 2025
85e88b4
Update scipy version (#3654)
salmanarshad97 Aug 1, 2025
87ddd59
Update spark runtime version (#3638)
ricardrao Aug 4, 2025
9029297
[Feat]: Adding example for grpo pipeline job trigger (#3663)
yeshsurya Aug 22, 2025
82e1bca
fix cred scan issue (#3677)
sshiri-msft Aug 27, 2025
4df413c
Adding an example notebook for gpt-oss finetuning (#3678)
visahan-24 Aug 28, 2025
e5ed2b3
Sample Pipeline: StepSequence Migration SDK v1 to SDK v2 (#3667)
bhgtankita Sep 2, 2025
76c34dd
Updating EOL images in Notebooks (#3682)
kshitij-microsoft Sep 5, 2025
934205a
Update online-endpoints-managed-identity-sai.ipynb (#3656)
achauhan-scc Sep 5, 2025
97570aa
Fix RAI CLI examples in azureml-examples (#3687)
imatiach-msft Sep 26, 2025
61425b6
update codeowners (#3688)
s-polly Sep 26, 2025
334bb09
NCv3 VM retirement update (#3696)
PratibhaShrivastav18 Oct 30, 2025
87c6b7f
Switch to automlsamplenotebookdata storage account for batch samples …
Iyer-Narayan Dec 1, 2025
ea5e796
Add trigger for azureml-mlflow related workflows (#3720)
saanikaguptamicrosoft Dec 4, 2025
577f58f
[BES] - public data stored in github for BES notebooks (#3718)
trimicrosoft Dec 5, 2025
e5b0dfc
[BES notebooks] - Fix the issue with cli-batch-score (#3728)
trimicrosoft Dec 9, 2025
e752337
[BES notebooks] - fix pending failed sdk (#3731)
trimicrosoft Dec 9, 2025
385f059
Add azureml-ai-monitoring conda.yaml files (#3730)
salmanarshad97 Dec 12, 2025
456295f
Update RAI notebooks and CLI samples to use latest responsibleai-tabu…
imatiach-msft Dec 16, 2025
3fc1294
Env migration from `acpt-pytorch-2.2-cuda12.1` to ` acpt-pytorch-2.8-…
iamrk04 Dec 17, 2025
5c89588
update ubuntu image to 22.04 (#3740)
kshitij-microsoft Dec 19, 2025
36ef9a8
Use DELETE API instead of CLI model archive to delete target models b…
dem108 Jan 6, 2026
355d081
Add experimental class to notebook output check (#3745)
novaturient95 Jan 8, 2026
647dec0
Fix tcltk2 package installation in R Dockerfiles (#3705)
saanikaguptamicrosoft Feb 4, 2026
016b095
fix: Update rerank notebook for latest models (#3752)
jasonozuzu-cohere Feb 23, 2026
50f168d
Update Docker image version in component.yml (#3759)
lavakumarrepala Mar 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assets/**/*.zip filter=lfs diff=lfs merge=lfs -text
59 changes: 45 additions & 14 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ sdk/python/foundation-models/cohere/command_tools-langchain.ipynb @stewart-co @k
/sdk/python/foundation-models/healthcare-ai/ @jmerkow @ivantarapov
/sdk/python/assets/data/versioning.ipynb @ShakutaiGit
/sdk/python/jobs/finetuning @amltres @sasum @marici
/sdk/python/jobs/grpo @sharvin2187 @rtanase @gpenumetsa-msft @yeshsurya @babu-namburi

#### files referenced in docs (DO NOT EDIT, except for Docs team!!!) #############################################################################################
/cli/assets/component/train.yml @Azure/AI-Platform-Docs
Expand Down Expand Up @@ -115,18 +116,6 @@ sdk/python/foundation-models/cohere/command_tools-langchain.ipynb @stewart-co @k
/cli/endpoints/batch/deploy-pipelines/training-with-components/environment/xgboost-sklearn-py38.yml @Azure/AI-Platform-Docs
/cli/endpoints/batch/deploy-pipelines/training-with-components/inputs.yml @Azure/AI-Platform-Docs
/cli/endpoints/online/custom-container/tfserving/half-plus-two/tfserving-endpoint.yml @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/custom-model/deploy.sh @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/custom-model/deployment.yml @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/custom-model/environment/conda.yaml @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/custom-model/environment/sklearn-regression-env.yml @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/custom-model/package-external.yml @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/custom-model/package-moe.yml @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/custom-model/sample-request.json @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/mlflow-model/deploy.sh @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/mlflow-model/package-external.yml @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/mlflow-model/sample-request.json @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/registry-model/deploy.sh @Azure/AI-Platform-Docs
/cli/endpoints/online/deploy-with-packages/registry-model/package.yml @Azure/AI-Platform-Docs
/cli/endpoints/online/managed/managed-identities/1-sai-create-endpoint.yml @Azure/AI-Platform-Docs
/cli/endpoints/online/managed/managed-identities/1-uai-create-endpoint.yml @Azure/AI-Platform-Docs
/cli/endpoints/online/managed/managed-identities/2-sai-deployment.yml @Azure/AI-Platform-Docs
Expand Down Expand Up @@ -237,19 +226,61 @@ sdk/python/foundation-models/cohere/command_tools-langchain.ipynb @stewart-co @k
/cli/setup.sh @Azure/AI-Platform-Docs
/cli/train.sh @Azure/AI-Platform-Docs
/deploy-arm-templates-az-cli.sh @Azure/AI-Platform-Docs
/sdk/python/assets/environment/environment.ipynb @Azure/AI-Platform-Docs
/sdk/python/assets/model/model.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/batch/deploy-models/custom-outputs-parquet/custom-output-batch.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/batch/deploy-models/heart-classifier-mlflow/mlflow-for-batch-tabular.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/batch/deploy-models/mnist-classifier/mnist-batch.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/batch/deploy-models/openai-embeddings/deploy-and-test.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/sdk-deploy-and-test.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/batch/deploy-pipelines/hello-batch/sdk-deploy-and-test.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/batch/deploy-pipelines/training-with-components/sdk-deploy-and-test.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/online/managed/debug-online-endpoints-locally-in-visual-studio-code.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/online/managed/managed-identities/online-endpoints-managed-identity-sai.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/online/managed/managed-identities/online-endpoints-managed-identity-uai.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/online/managed/online-endpoints-safe-rollout.ipynb @Azure/AI-Platform-Docs
/sdk/python/endpoints/online/mlflow/sample-request-sklearn.json @Azure/AI-Platform-Docs
/sdk/python/endpoints/online/mlflow/sklearn-diabetes/model/MLmodel @Azure/AI-Platform-Docs
/sdk/python/endpoints/online/mlflow/sklearn-diabetes/model/conda.yaml @Azure/AI-Platform-Docs
/sdk/python/featurestore_sample/notebooks/sdk_and_cli/1.Develop-feature-set-and-register.ipynb @Azure/AI-Platform-Docs
/sdk/python/featurestore_sample/notebooks/sdk_and_cli/2.Experiment-train-models-using-features.ipynb @Azure/AI-Platform-Docs
/sdk/python/featurestore_sample/notebooks/sdk_and_cli/3.Enable-recurrent-materialization-run-batch-inference.ipynb @Azure/AI-Platform-Docs
/sdk/python/featurestore_sample/notebooks/sdk_and_cli/network_isolation/Network-isolation-feature-store.ipynb @Azure/AI-Platform-Docs
/sdk/python/featurestore_sample/notebooks/sdk_only/1.Develop-feature-set-and-register.ipynb @Azure/AI-Platform-Docs
/sdk/python/featurestore_sample/notebooks/sdk_only/2.Experiment-train-models-using-features.ipynb @Azure/AI-Platform-Docs
/sdk/python/featurestore_sample/notebooks/sdk_only/3.Enable-recurrent-materialization-run-batch-inference.ipynb @Azure/AI-Platform-Docs
/sdk/python/featurestore_sample/notebooks/sdk_only/4.Enable-online-store-run-inference.ipynb @Azure/AI-Platform-Docs
/sdk/python/featurestore_sample/notebooks/sdk_only/5.Develop-feature-set-custom-source.ipynb @Azure/AI-Platform-Docs
/sdk/python/featurestore_sample/notebooks/sdk_only/7.Develop-feature-set-domain-specific-language-dsl.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/automl-standalone-jobs/automl-classification-task-bankmarketing/automl-classification-task-bankmarketing-serverless.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/configuration.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/pipelines/1a_pipeline_with_components_from_yaml/pipeline_with_components_from_yaml_serverless.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/pipelines/1c_pipeline_with_hyperparameter_sweep/pipeline_with_hyperparameter_sweep.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/pipelines/1g_pipeline_with_parallel_nodes/pipeline_with_parallel_nodes.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/pipelines/1j_pipeline_with_pipeline_component/pipeline_with_train_eval_pipeline_component/pipeline_with_train_eval_pipeline_component.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/image_classification_keras_minist_convnet.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/prep/prep_component.py @Azure/AI-Platform-Docs
/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/score/score.py @Azure/AI-Platform-Docs
/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/score/score.yaml @Azure/AI-Platform-Docs
/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/train/conda.yaml @Azure/AI-Platform-Docs
/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/train/train_component.py @Azure/AI-Platform-Docs
/sdk/python/jobs/single-step/lightgbm/iris/lightgbm-iris-sweep.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/single-step/pytorch/distributed-training/distributed-cifar10.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/single-step/pytorch/train-hyperparameter-tune-deploy-with-pytorch/train-hyperparameter-tune-deploy-with-pytorch.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/single-step/scikit-learn/train-hyperparameter-tune-deploy-with-sklearn/train-hyperparameter-tune-with-sklearn.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/single-step/tensorflow/mnist-distributed/tensorflow-mnist-distributed.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-keras/train-hyperparameter-tune-deploy-with-keras.ipynb @Azure/AI-Platform-Docs
/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/train-hyperparameter-tune-deploy-with-tensorflow.ipynb @Azure/AI-Platform-Docs
/sdk/python/resources/compute/compute.ipynb @Azure/AI-Platform-Docs
/sdk/python/resources/connections/connections.ipynb @Azure/AI-Platform-Docs
/sdk/python/resources/workspace/workspace.ipynb @Azure/AI-Platform-Docs
/sdk/python/schedules/job-schedule.ipynb @Azure/AI-Platform-Docs
/sdk/python/using-mlflow/deploy/environment/conda.yaml @Azure/AI-Platform-Docs
/sdk/python/using-mlflow/deploy/model/conda.yaml @Azure/AI-Platform-Docs
/setup/setup-ci/install-pip-package.sh @Azure/AI-Platform-Docs
/setup/setup-repo/azure-github.sh @Azure/AI-Platform-Docs
/tutorials/get-started-notebooks/cloud-workstation.ipynb @Azure/AI-Platform-Docs
/tutorials/get-started-notebooks/workstation_env.yml @Azure/AI-Platform-Docs


# End of docs files ########################################################################################################

11 changes: 11 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Files owned by the AI Platform Docs team

If a file is listed in the CODEOWNERS file with @azure/ai-platform-docs as the owner, it is owned by the AI Platform Docs team. For these files:

- Do not change the filename or move the file.
- Do not remove any comments which contain <some_text> or </some_text> (for any text in between the tags)
- Do not remove any cell in a notebook if it contains metadata with "name:" in it.
- If you need to make any of the above changes, you must first contact the AI Platform Docs team. Their approval is required before making such changes.
- You can reach the team on the Teams channel [ai-platform-docs](https://teams.microsoft.com/l/team/19%3AHhf4F_YfPn3kYGdmWvePNwlbF5-RR8wciQEUwwrcggw1%40thread.tacv2/conversations?groupId=fdaf4412-8993-4ea6-a7d4-aeaded7fc854&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47).

Only files owned by the AI Platform Docs team are subject to these rules.
4 changes: 4 additions & 0 deletions .github/test/scripts/check_notebook_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"Class BaseIntellectualPropertySchema: This is an experimental class",
"Class PipelineComponentBatchDeployment: This is an experimental class",
"Class LinkTabularOutputDatasetConfig: This is an experimental class",
"Class DeploymentTemplateOperations: This is an experimental class",
"Field 'max_nodes': This is an experimental field",
"Uploading ",
"Forecasting parameter ",
Expand All @@ -82,6 +83,9 @@
"which generate code specific to the RPC implementation. service.py will be removed in Jan 2025"
),
"from google.protobuf import service as _service",
"UserWarning: This class is intended as a base class and it's direct usage is deprecated",
"warnings.warn",
"UserWarning: pkg_resources is deprecated as an API.",
]

with open(full_name, "r") as notebook_file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
steps:
- name: check out repo
uses: actions/checkout@v2
- name: Install latest Azure CLI
run: |
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
- name: Check Azure CLI version
run: az --version
- name: azure login
uses: azure/login@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cli-scripts-batch-score.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: check out repo
uses: actions/checkout@v2
with:
lfs: true
- name: azure login
uses: azure/login@v1
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: check out repo
uses: actions/checkout@v2
with:
lfs: true
- name: setup python
uses: actions/setup-python@v2
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand All @@ -31,6 +32,8 @@ jobs:
steps:
- name: check out repo
uses: actions/checkout@v2
with:
lfs: true
- name: setup python
uses: actions/setup-python@v2
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: check out repo
uses: actions/checkout@v2
with:
lfs: true
- name: setup python
uses: actions/setup-python@v2
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
- sdk/python/mlflow-requirements.txt

permissions:
id-token: write
Expand Down
Loading
Loading