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/AzureKeyVaultV1/Strings/resources.resjson/en-US/resources.resjson
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
"loc.messages.AccessDeniedError": "%s. Specified Azure endpoint needs to have Get, List secret management permissions on the selected key vault. To set these permissions, download ProvisionKeyVaultPermissions.ps1 script from build/release logs and execute it OR set them from Azure portal.",
37
37
"loc.messages.GetSecretValueFailed": "Get secret value failed for: %s. Error: %s.",
38
38
"loc.messages.ConflictingVariableFound": "Variable with name %s is defined in both environment and key vault",
39
-
"loc.messages.GetSecretFailedBecauseOfInvalidCharacters": "Cannot find the secret with name: %s. Secret name must be a string 1-127 characters in length containing only 0-9, a-z, A-Z, and -",
39
+
"loc.messages.GetSecretFailedBecauseOfInvalidCharacters": "Secret not found: %s. Secret name must be a string 1-127 characters in length containing only -, 0-9, a-zand A-Z.",
40
40
"loc.messages.UploadingAttachment": "Uploading %s as attachment",
41
41
"loc.messages.CouldNotWriteToFile": "Could not save content to file. Failed with an error %s",
42
42
"loc.messages.CouldNotMaskSecret": "%s value has regular expressions hence could not mask completely",
0 commit comments