Skip to content

Commit 8882cc4

Browse files
Adding agent base for Azurekeyvaultv2 (#20470)
1 parent c79a3c7 commit 8882cc4

File tree

12 files changed

+100
-83
lines changed

12 files changed

+100
-83
lines changed

Tasks/AzureKeyVaultV2/make.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"items": [
55
"node_modules/https-proxy-agent/node_modules/agent-base",
66
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
7-
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/vso-node-api"
7+
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/vso-node-api",
8+
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base"
89
],
910
"options": "-Rf"
1011
}

Tasks/AzureKeyVaultV2/package-lock.json

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

Tasks/AzureKeyVaultV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 244,
17+
"Minor": 246,
1818
"Patch": 0
1919
},
2020
"demands": [],

Tasks/AzureKeyVaultV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 244,
17+
"Minor": 246,
1818
"Patch": 0
1919
},
2020
"demands": [],
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|2.244.0
2-
Node20_229_2|2.244.1
1+
Default|2.246.0
2+
Node20_229_2|2.246.1

_generated/AzureKeyVaultV2/make.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"items": [
55
"node_modules/https-proxy-agent/node_modules/agent-base",
66
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
7-
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/vso-node-api"
7+
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/vso-node-api",
8+
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base"
89
],
910
"options": "-Rf"
1011
}

_generated/AzureKeyVaultV2/package-lock.json

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

_generated/AzureKeyVaultV2/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 244,
17+
"Minor": 246,
1818
"Patch": 0
1919
},
2020
"demands": [],
@@ -130,7 +130,7 @@
130130
"InvalidKeyVaultName": "%s is an invalid KeyVault name."
131131
},
132132
"_buildConfigMapping": {
133-
"Default": "2.244.0",
134-
"Node20_229_2": "2.244.1"
133+
"Default": "2.246.0",
134+
"Node20_229_2": "2.246.1"
135135
}
136136
}

_generated/AzureKeyVaultV2/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 244,
17+
"Minor": 246,
1818
"Patch": 0
1919
},
2020
"demands": [],
@@ -130,7 +130,7 @@
130130
"InvalidKeyVaultName": "ms-resource:loc.messages.InvalidKeyVaultName"
131131
},
132132
"_buildConfigMapping": {
133-
"Default": "2.244.0",
134-
"Node20_229_2": "2.244.1"
133+
"Default": "2.246.0",
134+
"Node20_229_2": "2.246.1"
135135
}
136136
}

_generated/AzureKeyVaultV2_Node20/make.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"items": [
55
"node_modules/https-proxy-agent/node_modules/agent-base",
66
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
7-
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/vso-node-api"
7+
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/vso-node-api",
8+
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base"
89
],
910
"options": "-Rf"
1011
}

0 commit comments

Comments
 (0)