You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tasks/TwineAuthenticateV1/Strings/resources.resjson/en-US/resources.resjson
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,27 @@
9
9
"loc.input.help.artifactFeed": "Select a feed to authenticate present in this organization.",
10
10
"loc.input.label.pythonUploadServiceConnection": "Feed from external organizations",
11
11
"loc.input.help.pythonUploadServiceConnection": "Select an endpoint to authenticate outside this organization. Make sure the endpoint has package upload permissions.",
12
+
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
13
+
"loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. All other inputs are ignored.",
"loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with pythonUploadServiceConnections. Feed Url should be in the pypi upload registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/pypi/upload/",
12
16
"loc.messages.Info_AddingInternalFeeds": "Adding auth information for %s internal feed.",
13
17
"loc.messages.Info_AddingExternalFeeds": "Adding auth information for %s external endpoint.",
14
18
"loc.messages.Info_AddingAuthForRegistry": "Adding authentication to configuration for registry %s",
15
19
"loc.messages.Info_SuccessAddingAuth": "Successfully added auth for %s internal feed and %s external endpoint.",
16
20
"loc.messages.Info_AddingPasswordAuthEntry": "Adding username password auth entry for feed %s",
17
21
"loc.messages.Info_AddingTokenAuthEntry": "Adding token auth entry for feed %s",
22
+
"loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added federated auth for feed %s.",
18
23
"loc.messages.Error_FailedToParseFeedUrlAndAuth": "Failed to parse the feed url and add auth information. %s",
19
24
"loc.messages.Warning_OnlyOneFeedAllowed": "Only one internal feed can be authorized at a time using this task. All the feeds except first one will be ignored.",
20
25
"loc.messages.Warning_OnlyOneServiceConnectionAllowed": "Only one service connection can be authorized at a time using this task. All the connections except first one will be ignored.",
21
-
"loc.messages.Error_DuplicateEntryForFeed": "This is a duplicate entry for the feed name. Use unique names to avoid potential publish issues.",
26
+
"loc.messages.Warning_DuplicateEntryForFeed": "This is a duplicate entry for the feed name. Use unique names to avoid potential publish issues.",
22
27
"loc.messages.FailedToGetPackagingUri": "Unable to get packaging uri, using default collection uri.",
23
28
"loc.messages.FailedToAddAuthentication": "Failed to add authentication.",
24
29
"loc.messages.NoPypircFile": "No .pypirc file to clean up.",
25
30
"loc.messages.VariableSetForPypirc": "Environment variable for .pypirc at %s is set.",
26
31
"loc.messages.Info_RemovingPypircFile": "Removing .pypirc file from %s",
27
-
"loc.messages.DuplicateRegistry": "%s registry is already authenticated",
28
32
"loc.messages.NoRepoFound": "No repo url found under %s",
29
-
"loc.messages.DuplicateRepoUrl": "Repo with repository url %s already exists and is authenticated"
33
+
"loc.messages.Error_FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.",
34
+
"loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feed url and service connection need to be set and cannot be empty."
0 commit comments