Skip to content

Commit

Permalink
Added missing departmentFilter setting to deploy-summary-function-tem…
Browse files Browse the repository at this point in the history
…plate.yml
  • Loading branch information
Jonathanio123 committed Sep 5, 2024
1 parent 2a9d4ce commit 4c3ab09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/templates/deploy-summary-function-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ steps:
$settings = @{
clientId = "${{ parameters.clientId }}"
departmentFilter = "PRD"
secretIds = @{
clientSecret = Get-SecretsId -secret AzureAd--ClientSecret
serviceBus = Get-SecretsId -secret Connectionstrings--ServiceBus
Expand Down

0 comments on commit 4c3ab09

Please sign in to comment.