We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8219b86 commit 7a7a326Copy full SHA for 7a7a326
1 file changed
CanaryValidator/Canary.Tests.ps1
@@ -48,7 +48,7 @@ param (
48
49
#Requires -Modules AzureRM
50
#Requires -RunAsAdministrator
51
-Import-Module -Name $PSScriptRoot\AzureStack.Canary.Utilities.psm1 -Force
+Import-Module -Name $PSScriptRoot\Canary.Utilities.psm1 -Force
52
53
$storageAccName = $CanaryUtilitiesRG + "sa"
54
$storageCtrName = $CanaryUtilitiesRG + "sc"
@@ -578,4 +578,4 @@ if ($TenantAdminCredentials)
578
}
579
580
581
-End-Scenario
+End-Scenario
0 commit comments