Skip to content

Commit d3959e2

Browse files
authored
MavenAuthenticateV0 update service connection alias (#21210)
* Add ado alias to maven Authenticate * buildgen --write-updates * rebuild * source changes * source changes
1 parent d4215ba commit d3959e2

File tree

16 files changed

+46
-34
lines changed

16 files changed

+46
-34
lines changed

Tasks/MavenAuthenticateV0/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"loc.helpMarkDown": "[Learn more about this task](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/maven-authenticate)",
44
"loc.description": "Provides credentials for Azure Artifacts feeds and external maven repositories",
55
"loc.instanceNameFormat": "Maven Authenticate",
6-
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
6+
"loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' Service Connection",
77
"loc.input.help.workloadIdentityServiceConnection": "This is an Entra Workload ID-backed Azure DevOps user Service Connection. If this is set, the input mavenServiceConnections will be ignored.",
88
"loc.input.label.artifactsFeeds": "Feeds",
99
"loc.input.label.mavenServiceConnections": "Credentials for repositories outside this organization/collection",

Tasks/MavenAuthenticateV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 247,
13-
"Patch": 1
12+
"Minor": 261,
13+
"Patch": 0
1414
},
1515
"runsOn": [
1616
"Agent",

Tasks/MavenAuthenticateV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 247,
13-
"Patch": 1
12+
"Minor": 261,
13+
"Patch": 0
1414
},
1515
"runsOn": [
1616
"Agent",

Tasks/MavenAuthenticateV0/taskJsonOverride.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"inputs": [
33
{
44
"name": "workloadIdentityServiceConnection",
5-
"label": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
5+
"aliases": ["azureDevOpsServiceConnection"],
6+
"label": "'Azure DevOps' Service Connection",
67
"helpMarkDown": "This is an Entra Workload ID-backed Azure DevOps user Service Connection. If this is set, the input mavenServiceConnections will be ignored.",
78
"type": "connectedService:workloadidentityuser",
89
"required": false,

Tasks/MavenAuthenticateV0/taskJsonOverride.loc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"inputs": [
33
{
44
"name": "workloadIdentityServiceConnection",
5+
"aliases": [
6+
"azureDevOpsServiceConnection"
7+
],
58
"label": "ms-resource:loc.input.label.workloadIdentityServiceConnection",
69
"helpMarkDown": "ms-resource:loc.input.help.workloadIdentityServiceConnection",
710
"type": "connectedService:workloadidentityuser",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|0.247.1
2-
wif_242|0.247.2
1+
Default|0.261.0
2+
wif_242|0.261.1

_generated/MavenAuthenticateV0/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"loc.helpMarkDown": "[Learn more about this task](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/maven-authenticate)",
44
"loc.description": "Provides credentials for Azure Artifacts feeds and external maven repositories",
55
"loc.instanceNameFormat": "Maven Authenticate",
6-
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
7-
"loc.input.help.workloadIdentityServiceConnection": "This is an Entra Workload ID-backed Azure DevOps user Service Connection. If this is set, the input mavenServiceConnections will be ignored.",
86
"loc.input.label.artifactsFeeds": "Feeds",
97
"loc.input.label.mavenServiceConnections": "Credentials for repositories outside this organization/collection",
108
"loc.input.help.mavenServiceConnections": "Credentials to use for external repositories located in the project's pom.xml.",

_generated/MavenAuthenticateV0/task.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 247,
13-
"Patch": 1
12+
"Minor": 261,
13+
"Patch": 0
1414
},
1515
"runsOn": [
1616
"Agent",
@@ -92,8 +92,7 @@
9292
"Error_FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s."
9393
},
9494
"_buildConfigMapping": {
95-
"Default": "0.247.1",
96-
"LocalPackages": "0.249.4",
97-
"wif_242": "0.247.2"
95+
"Default": "0.261.0",
96+
"wif_242": "0.261.1"
9897
}
9998
}

_generated/MavenAuthenticateV0/task.loc.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 247,
13-
"Patch": 1
12+
"Minor": 261,
13+
"Patch": 0
1414
},
1515
"runsOn": [
1616
"Agent",
@@ -92,8 +92,7 @@
9292
"Error_FailedToGetServiceConnectionAuth": "ms-resource:loc.messages.Error_FailedToGetServiceConnectionAuth"
9393
},
9494
"_buildConfigMapping": {
95-
"Default": "0.247.1",
96-
"LocalPackages": "0.249.4",
97-
"wif_242": "0.247.2"
95+
"Default": "0.261.0",
96+
"wif_242": "0.261.1"
9897
}
9998
}

_generated/MavenAuthenticateV0/taskJsonOverride.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"inputs": [
33
{
44
"name": "workloadIdentityServiceConnection",
5-
"label": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
5+
"aliases": ["azureDevOpsServiceConnection"],
6+
"label": "'Azure DevOps' Service Connection",
67
"helpMarkDown": "This is an Entra Workload ID-backed Azure DevOps user Service Connection. If this is set, the input mavenServiceConnections will be ignored.",
78
"type": "connectedService:workloadidentityuser",
89
"required": false,

0 commit comments

Comments
 (0)