Skip to content

Commit fa5ba6e

Browse files
authored
include business-units in group catalog (#415)
1 parent f80d4d5 commit fa5ba6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-config.production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ catalog:
8888
]
8989
group:
9090
filter: >
91-
startswith(displayName, 'AAD - TF - TEAM')
91+
startswith(displayName, 'AAD - TF - TEAM') or startswith(displayName, 'AAD - TF - BUSINESS UNIT')
9292
schedule:
9393
frequency: PT1H
9494
timeout: PT50M

0 commit comments

Comments
 (0)