Skip to content

Commit

Permalink
Rename subscription config helper function script
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored and azure-sdk committed Nov 30, 2021
1 parent 7c59368 commit 1f3f362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/common/TestResources/New-TestResources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ param (
[switch] $OutFile
)

. $PSScriptRoot/config-functions.ps1
. $PSScriptRoot/SubConfig-Helpers.ps1

# By default stop for any error.
if (!$PSBoundParameters.ContainsKey('ErrorAction')) {
Expand Down
4 changes: 2 additions & 2 deletions eng/common/TestResources/build-test-resource-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
${{ parameters.SubscriptionConfiguration }}
'@ | ConvertFrom-Json -AsHashtable
. ./eng/common/TestResources/config-functions.ps1
. ./eng/common/TestResources/SubConfig-Helpers.ps1
SetSubscriptionConfiguration $config
displayName: Initialize SubscriptionConfiguration variable
Expand All @@ -32,7 +32,7 @@ steps:
${{ config }}
'@ | ConvertFrom-Json -AsHashtable
. ./eng/common/TestResources/config-functions.ps1
. ./eng/common/TestResources/SubConfig-Helpers.ps1
UpdateSubscriptionConfiguration $configBase $config
displayName: Merge Test Resource Configurations

0 comments on commit 1f3f362

Please sign in to comment.