Skip to content

Commit 3e143d0

Browse files
authored
fix for Resolve error (#21177)
1 parent 35d8aaa commit 3e143d0

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Tasks/AzurePowerShellV5/CoreAz.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ try {
3535
}
3636
catch {
3737
Write-Host "An error occurred in Initialize-AzModule"
38-
Resolve-Error $_ | ConvertTo-Json -Depth 5 | Write-Host
3938
throw
4039
}
4140

Tasks/AzurePowerShellV5/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzurePowerShellV5/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 5,
20-
"Minor": 260,
20+
"Minor": 261,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Added support for Az Module and cross platform agents.",

Tasks/AzurePowerShellV5/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 5,
20-
"Minor": 260,
20+
"Minor": 261,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",

0 commit comments

Comments
 (0)