File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function ImportLocalAzModules {
14
14
Write-Host " Start to import Azure PowerShell modules from artifacts/Debug." - ForegroundColor Green
15
15
Write-Host " If you see module import issue, please restart the PowerShell host." - ForegroundColor Magenta
16
16
17
- Write-Host " Importing Az.Accounts. " - ForegroundColor Green
17
+ Write-Host " Importing Az.Accounts" - ForegroundColor Green
18
18
Import-Module (Join-Path - Path $accountsModuleDirectory - ChildPath " Az.Accounts.psd1" )
19
19
Get-ChildItem - Path $debugDirectory - Directory - Exclude " Az.Accounts" | Get-ChildItem - File - Filter " *.psd1" | ForEach-Object {
20
20
Write-Host " Importing $ ( $_.FullName ) " - ForegroundColor Green
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ param (
33
33
[string ] $DataLocation
34
34
)
35
35
36
- New-Variable - Name ResourceGroupPrefix - Value " azpsliverg " - Scope Script - Option Constant
37
- New-Variable - Name ResourcePrefix - Value " azpslive " - Scope Script - Option Constant
38
- New-Variable - Name StorageAccountPrefix - Value " azpslivesa " - Scope Script - Option Constant
36
+ New-Variable - Name ResourceGroupPrefix - Value " azpslrg " - Scope Script - Option Constant
37
+ New-Variable - Name ResourcePrefix - Value " azpsl " - Scope Script - Option Constant
38
+ New-Variable - Name StorageAccountPrefix - Value " azpslsa " - Scope Script - Option Constant
39
39
40
40
New-Variable - Name CommandMaxRetryCount - Value 3 - Scope Script - Option Constant
41
41
New-Variable - Name CommandDelay - Value 10 - Scope Script - Option Constant
You can’t perform that action at this time.
0 commit comments