Skip to content

Commit eb51b98

Browse files
author
Rajat Agrawal
authored
Merge pull request #9176 from Microsoft/users/raagra/azure-powershell-import-fix-m143
Users/raagra/azure powershell import fix m143
2 parents faf376d + 0aa6435 commit eb51b98

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Tasks/AzurePowerShellV2/AzurePowerShell.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,6 @@ finally {
140140
Remove-Item -LiteralPath $__vstsAzPSInlineScriptPath -ErrorAction 'SilentlyContinue'
141141
}
142142

143+
Import-Module $PSScriptRoot\ps_modules\VstsAzureHelpers_
143144
Disconnect-AzureAndClearContext -authScheme $authScheme -ErrorAction SilentlyContinue
144145
}

Tasks/AzurePowerShellV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 1,
20-
"Patch": 3
20+
"Patch": 4
2121
},
2222
"demands": [
2323
"azureps"

Tasks/AzurePowerShellV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 1,
20-
"Patch": 3
20+
"Patch": 4
2121
},
2222
"demands": [
2323
"azureps"

0 commit comments

Comments
 (0)