|
8 | 8 |
|
9 | 9 | additional_pr_triggers: Dict[str, List[str]] = { |
10 | 10 | "azure-core":[ |
11 | | - os.path.join("sdk", "storage", "azure-storage-blob"), |
12 | 11 | os.path.join("sdk", "servicebus", "azure-servicebus"), |
13 | 12 | os.path.join("sdk", "eventhub", "azure-eventhub"), |
14 | 13 | os.path.join("sdk", "tables", "azure-data-table"), |
|
29 | 28 | os.path.join("sdk", "ai", "azure-ai-doctranslation"), |
30 | 29 | os.path.join("sdk", "compute", "azure-mgmt-compute"), |
31 | 30 | os.path.join("sdk", "communication", "azure-communication-chat"), |
32 | | - os.path.join("sdk", "communication", "azure-communication-identity") |
| 31 | + os.path.join("sdk", "communication", "azure-communication-identity"), |
| 32 | + os.path.join("sdk", "storage", "azure-storage-blob") |
33 | 33 | ], |
34 | 34 | "azure-mgmt-core": [ |
35 | 35 | os.path.join("sdk", "compute", "azure-mgmt-compute"), |
|
0 commit comments