Skip to content

Commit

Permalink
Fix $SharedResourceSuffix parameter default
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Haley committed Sep 16, 2022
1 parent 8e2a8ba commit ba4b6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/scripts/ConfigureConsumers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ param (
[string]$ResourceSuffix,
[Parameter(Mandatory = $true)]
[string]$SharedResourceGroup,
[Parameter(Mandatory = $true)]
[string]$SharedResourceSuffix,
[Parameter(Mandatory = $false)]
[string]$SharedResourceSuffix = "",
[Parameter(Mandatory = $false)]
[string]$ComposerSkillBotDotNetAppId,
[Parameter(Mandatory = $false)]
Expand Down

0 comments on commit ba4b6ac

Please sign in to comment.