Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AzurePowerShellV5: Fix version mismatch #19621

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,902 changes: 958 additions & 944 deletions Tasks/AzurePowerShellV5/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/q": "1.0.7",
"agent-base": "6.0.2",
"azure-pipelines-task-lib": "^4.10.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.225.1",
"azure-pipelines-tasks-azure-arm-rest": "^3.236.0",
"azure-pipelines-tasks-utility-common": "^3.225.0"
},
"devDependencies": {
Expand Down
78 changes: 46 additions & 32 deletions Tasks/AzurePowerShellV5/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/q": "1.0.7",
"agent-base": "6.0.2",
"azure-pipelines-task-lib": "^4.10.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.225.1",
"azure-pipelines-tasks-azure-arm-rest": "^3.236.0",
"azure-pipelines-tasks-utility-common": "^3.225.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV5/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 5,
"Minor": 236,
"Patch": 2
"Patch": 4
},
"releaseNotes": "Added support for Az Module and cross platform agents.",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV5/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 5,
"Minor": 236,
"Patch": 2
"Patch": 4
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"groups": [
Expand Down
4 changes: 2 additions & 2 deletions _generated/AzurePowerShellV5.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|5.236.2
Node20_229_2|5.236.3
Default|5.236.4
Node20_229_2|5.236.5
78 changes: 46 additions & 32 deletions _generated/AzurePowerShellV5/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _generated/AzurePowerShellV5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/q": "1.0.7",
"agent-base": "6.0.2",
"azure-pipelines-task-lib": "^4.10.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.225.1",
"azure-pipelines-tasks-azure-arm-rest": "^3.236.0",
"azure-pipelines-tasks-utility-common": "^3.225.0"
},
"devDependencies": {
Expand Down
Loading