Skip to content

Commit

Permalink
[BOTRULES] ML changes (#26989)
Browse files Browse the repository at this point in the history
* [BOTRULES] ML changes

Matching changes from #26981

* Update .github/fabricbot.json

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

Co-authored-by: Jesse Squire <jsquire@microsoft.com>
  • Loading branch information
ronniegeraghty and jsquire authored Oct 24, 2022
1 parent 86684fb commit 71396f1
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,49 @@
""
]
},
{
"label": "ML-Registry Management",
"pathFilter": [
"sdk/ml/azure-ai-ml/azure/ai/ml/_schema/registry",
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_registry_operations.py",
"sdk/ml/azure-ai-ml/azure/ai/ml/entities/_registry"
],
"exclude": [
""
]
},
{
"label": "ML-Assets",
"pathFilter": [
"sdk/ml/azure-ai-ml/azure/ai/ml/_schema/component",
"sdk/ml/azure-ai-ml/azure/ai/ml/entities/_component",
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_code_operations.py",
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_component_operations.py",
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_environment_operations.py",
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_model_operations.py",
"sdk/ml/azure-ai-ml/azure/ai/ml/entities/_assets",
"sdk/ml/azure-ai-ml/azure/ai/ml/entities/_deployment",
"sdk/ml/azure-ai-ml/azure/ai/ml/entities/_endpoint",
"sdk/ml/azure-ai-ml/azure/ai/ml/_schema/assets"
],
"exclude": [
""
]
},
{
"label": "ML-Inference",
"pathFilter": [
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_batch_deployment_operations.py",
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_batch_endpoint_operations.py",
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_online_deployment_operations.py",
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_online_endpoint_operations.py",
"sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_deployment",
"sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_endpoint"
],
"exclude": [
""
]
},
{
"label": "Tables",
"pathFilter": [
Expand Down

0 comments on commit 71396f1

Please sign in to comment.