Skip to content

Commit c14435f

Browse files
authored
Support workload identity federation in AzureKeyVaultV1 and AzureKeyVaultV2 tasks (#17731) (#17853)
Co-authored-by: Grzegorz Gurgul <[email protected]>
1 parent 5906f48 commit c14435f

File tree

8 files changed

+51
-31
lines changed

8 files changed

+51
-31
lines changed

Tasks/AzureKeyVaultV1/npm-shrinkwrap.json

Lines changed: 20 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureKeyVaultV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/uuid": "^8.3.0",
99
"azure-devops-node-api": "11.2.0",
1010
"azure-pipelines-task-lib": "^4.0.1-preview",
11-
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.217.1",
11+
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.218.1",
1212
"moment": "^2.29.4"
1313
},
1414
"devDependencies": {

Tasks/AzureKeyVaultV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 217,
18-
"Patch": 1
17+
"Minor": 218,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.0.0",

Tasks/AzureKeyVaultV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 217,
18-
"Patch": 1
17+
"Minor": 218,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.0.0",

Tasks/AzureKeyVaultV2/npm-shrinkwrap.json

Lines changed: 21 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureKeyVaultV2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/uuid": "^8.3.0",
99
"azure-devops-node-api": "11.2.0",
1010
"azure-pipelines-task-lib": "^4.0.1-preview",
11-
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.217.1",
11+
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.218.1",
1212
"moment": "^2.29.4"
1313
},
1414
"devDependencies": {

Tasks/AzureKeyVaultV2/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 217,
18-
"Patch": 1
17+
"Minor": 218,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.182.1",

Tasks/AzureKeyVaultV2/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 217,
18-
"Patch": 1
17+
"Minor": 218,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.182.1",

0 commit comments

Comments
 (0)