Skip to content

Commit

Permalink
Update azure-pipelines-tasks-azure-arm-rest for AKV node20 (#20655)
Browse files Browse the repository at this point in the history
* Update azure-pipelines-tasks-azure-arm-rest for AKV node20

* Do the same in AKV V1

* Add missing package-lock files

* Add missing package lock files

* Revert "Add missing package lock files"

This reverts commit b6f8914.

* Revert "Add missing package-lock files"

This reverts commit df8c185.

* Revert "Do the same in AKV V1"

This reverts commit 76c9a63.

* Revert "Update azure-pipelines-tasks-azure-arm-rest for AKV node20"

This reverts commit 69e5c4a.

* Fix AKV1

* Fix AKV2
  • Loading branch information
onetocny authored Nov 13, 2024
1 parent feaa563 commit 3a4c12d
Show file tree
Hide file tree
Showing 26 changed files with 198 additions and 194 deletions.
9 changes: 5 additions & 4 deletions Tasks/AzureKeyVaultV1/_buildConfigs/Node20/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/AzureKeyVaultV1/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"agent-base": "6.0.2",
"azure-devops-node-api": "^12.1.0",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
"azure-pipelines-tasks-azure-arm-rest": "^3.248.0",
"moment": "^2.29.4"
},
"devDependencies": {
Expand Down
71 changes: 39 additions & 32 deletions Tasks/AzureKeyVaultV1/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/AzureKeyVaultV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 248,
"Minor": 249,
"Patch": 0
},
"demands": [],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureKeyVaultV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 248,
"Minor": 249,
"Patch": 0
},
"demands": [],
Expand Down
9 changes: 5 additions & 4 deletions Tasks/AzureKeyVaultV2/_buildConfigs/Node20/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/AzureKeyVaultV2/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"agent-base": "6.0.2",
"azure-devops-node-api": "^12.1.0",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
"azure-pipelines-tasks-azure-arm-rest": "^3.248.0",
"moment": "^2.29.4"
},
"devDependencies": {
Expand Down
71 changes: 32 additions & 39 deletions Tasks/AzureKeyVaultV2/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/AzureKeyVaultV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 248,
"Minor": 249,
"Patch": 0
},
"demands": [],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureKeyVaultV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 248,
"Minor": 249,
"Patch": 0
},
"demands": [],
Expand Down
4 changes: 2 additions & 2 deletions _generated/AzureKeyVaultV1.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|1.248.0
Node20_229_2|1.248.1
Default|1.249.0
Node20_229_2|1.249.1
71 changes: 39 additions & 32 deletions _generated/AzureKeyVaultV1/package-lock.json

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

Loading

0 comments on commit 3a4c12d

Please sign in to comment.