Skip to content

Commit

Permalink
Support workload identity federation in AzureKeyVaultV1 and AzureKeyV…
Browse files Browse the repository at this point in the history
…aultV2 tasks (#17731) (#17853)

Co-authored-by: Grzegorz Gurgul <[email protected]>
  • Loading branch information
kboom and Grzegorz Gurgul committed Mar 1, 2023
1 parent 5906f48 commit c14435f
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 31 deletions.
30 changes: 20 additions & 10 deletions Tasks/AzureKeyVaultV1/npm-shrinkwrap.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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/uuid": "^8.3.0",
"azure-devops-node-api": "11.2.0",
"azure-pipelines-task-lib": "^4.0.1-preview",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.217.1",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.218.1",
"moment": "^2.29.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureKeyVaultV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 217,
"Patch": 1
"Minor": 218,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureKeyVaultV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 217,
"Patch": 1
"Minor": 218,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down
32 changes: 21 additions & 11 deletions Tasks/AzureKeyVaultV2/npm-shrinkwrap.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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/uuid": "^8.3.0",
"azure-devops-node-api": "11.2.0",
"azure-pipelines-task-lib": "^4.0.1-preview",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.217.1",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.218.1",
"moment": "^2.29.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureKeyVaultV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 217,
"Patch": 1
"Minor": 218,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.182.1",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureKeyVaultV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 217,
"Patch": 1
"Minor": 218,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.182.1",
Expand Down

0 comments on commit c14435f

Please sign in to comment.