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: common-npm-packages/artifacts-common/module.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,14 @@
13
13
"CredProvider_SettingUpForOrgFeeds": "Setting up the credential provider to use the identity '%s' for feeds in your organization/collection starting with:",
14
14
"CredProvider_SettingUpForServiceConnections": "Setting up the credential provider for these service connections:",
15
15
"ErrorInSettingUpSubscription": "Error in setting up subscription",
16
+
"Error_FederatedTokenAquisitionFailed": "Failed to aquire federated token. %s",
17
+
"Error_GetFeedTenantIdFailed": "Failed to find tenantId for feedUrl. %s",
16
18
"LoginFailed": "Azure login failed",
17
19
"MSILoginFailed": "Azure login failed using Managed Service Identity",
18
20
"ServiceConnections_Error_FailedToParseServiceEndpoint_MissingParameter": "Failed to parse the service endpoint '%s' because it was missing the parameter '%s'",
19
21
"ServiceConnections_Error_FailedToParseServiceEndpoint_BadScheme": "Failed to parse the service endpoint '%s' because the auth scheme '%s' was invalid",
20
22
"SettingAzureCloud": "Setting active cloud to: %s",
21
-
"Info_GotAndMaskAuth":"Got auth token, setting it as secret so it does not print in console log"
23
+
"Info_GotAndMaskAuth":"Got auth token, setting it as secret so it does not print in console log",
0 commit comments