Skip to content

Commit 76c9a63

Browse files
committed
Do the same in AKV V1
1 parent 69e5c4a commit 76c9a63

File tree

11 files changed

+28
-26
lines changed

11 files changed

+28
-26
lines changed

Tasks/AzureKeyVaultV1/_buildConfigs/Node20/package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureKeyVaultV1/_buildConfigs/Node20/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"agent-base": "6.0.2",
1010
"azure-devops-node-api": "^12.1.0",
1111
"azure-pipelines-task-lib": "^4.11.0",
12-
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
12+
"azure-pipelines-tasks-azure-arm-rest": "^3.248.0",
1313
"moment": "^2.29.4"
1414
},
1515
"devDependencies": {

Tasks/AzureKeyVaultV1/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 248,
17+
"Minor": 249,
1818
"Patch": 0
1919
},
2020
"demands": [],

Tasks/AzureKeyVaultV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 248,
17+
"Minor": 249,
1818
"Patch": 0
1919
},
2020
"demands": [],
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|1.248.0
2-
Node20_229_2|1.248.1
1+
Default|1.249.0
2+
Node20_229_2|1.249.1

_generated/AzureKeyVaultV1/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 248,
17+
"Minor": 249,
1818
"Patch": 0
1919
},
2020
"demands": [],
@@ -131,7 +131,7 @@
131131
"ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired."
132132
},
133133
"_buildConfigMapping": {
134-
"Default": "1.248.0",
135-
"Node20_229_2": "1.248.1"
134+
"Default": "1.249.0",
135+
"Node20_229_2": "1.249.1"
136136
}
137137
}

_generated/AzureKeyVaultV1/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 248,
17+
"Minor": 249,
1818
"Patch": 0
1919
},
2020
"demands": [],
@@ -131,7 +131,7 @@
131131
"ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal"
132132
},
133133
"_buildConfigMapping": {
134-
"Default": "1.248.0",
135-
"Node20_229_2": "1.248.1"
134+
"Default": "1.249.0",
135+
"Node20_229_2": "1.249.1"
136136
}
137137
}

_generated/AzureKeyVaultV1_Node20/package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_generated/AzureKeyVaultV1_Node20/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"agent-base": "6.0.2",
1010
"azure-devops-node-api": "^12.1.0",
1111
"azure-pipelines-task-lib": "^4.11.0",
12-
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
12+
"azure-pipelines-tasks-azure-arm-rest": "^3.248.0",
1313
"moment": "^2.29.4"
1414
},
1515
"devDependencies": {

_generated/AzureKeyVaultV1_Node20/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 248,
17+
"Minor": 249,
1818
"Patch": 1
1919
},
2020
"demands": [],
@@ -139,7 +139,7 @@
139139
"ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired."
140140
},
141141
"_buildConfigMapping": {
142-
"Default": "1.248.0",
143-
"Node20_229_2": "1.248.1"
142+
"Default": "1.249.0",
143+
"Node20_229_2": "1.249.1"
144144
}
145145
}

_generated/AzureKeyVaultV1_Node20/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 248,
17+
"Minor": 249,
1818
"Patch": 1
1919
},
2020
"demands": [],
@@ -139,7 +139,7 @@
139139
"ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal"
140140
},
141141
"_buildConfigMapping": {
142-
"Default": "1.248.0",
143-
"Node20_229_2": "1.248.1"
142+
"Default": "1.249.0",
143+
"Node20_229_2": "1.249.1"
144144
}
145145
}

0 commit comments

Comments
 (0)