diff --git a/.github/fabricbot.json b/.github/fabricbot.json index f2201f5cb3bc..e816bbc266fe 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -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": [