Skip to content

Commit 617b138

Browse files
[BOTRULES] ML changes
Matching changes from #26981
1 parent 3e5b6d0 commit 617b138

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/fabricbot.json

+43
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,49 @@
10791079
""
10801080
]
10811081
},
1082+
{
1083+
"label": "ML-RegistryManagements",
1084+
"pathFilter": [
1085+
"sdk/ml/azure-ai-ml/azure/ai/ml/_schema/registry",
1086+
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_registry_operations.py",
1087+
"sdk/ml/azure-ai-ml/azure/ai/ml/entities/_registry"
1088+
],
1089+
"exclude": [
1090+
""
1091+
]
1092+
},
1093+
{
1094+
"label": "ML-Assets",
1095+
"pathFilter": [
1096+
"sdk/ml/azure-ai-ml/azure/ai/ml/_schema/component",
1097+
"sdk/ml/azure-ai-ml/azure/ai/ml/entities/_component",
1098+
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_code_operations.py",
1099+
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_component_operations.py",
1100+
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_environment_operations.py",
1101+
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_model_operations.py",
1102+
"sdk/ml/azure-ai-ml/azure/ai/ml/entities/_assets",
1103+
"sdk/ml/azure-ai-ml/azure/ai/ml/entities/_deployment",
1104+
"sdk/ml/azure-ai-ml/azure/ai/ml/entities/_endpoint",
1105+
"sdk/ml/azure-ai-ml/azure/ai/ml/_schema/assets"
1106+
],
1107+
"exclude": [
1108+
""
1109+
]
1110+
},
1111+
{
1112+
"label": "ML-Inference",
1113+
"pathFilter": [
1114+
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_batch_deployment_operations.py",
1115+
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_batch_endpoint_operations.py",
1116+
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_online_deployment_operations.py",
1117+
"sdk/ml/azure-ai-ml/azure/ai/ml/operations/_online_endpoint_operations.py",
1118+
"sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_deployment",
1119+
"sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_endpoint"
1120+
],
1121+
"exclude": [
1122+
""
1123+
]
1124+
},
10821125
{
10831126
"label": "Tables",
10841127
"pathFilter": [

0 commit comments

Comments
 (0)