We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e271431 commit ffc4af2Copy full SHA for ffc4af2
src/common/errorMessages.ts
@@ -20,6 +20,7 @@ export const enum ErrorMessages {
20
INVALID_LABEL_FILTER = "The characters '*' and ',' are not supported in label filters.",
21
INVALID_TAG_FILTER = "Tag filter must follow the format 'tagName=tagValue'",
22
CONNECTION_STRING_OR_ENDPOINT_MISSED = "A connection string or an endpoint with credential must be specified to create a client.",
23
+ INVALID_TRIM_KEY_PREFIX = "Trim key prefix cannot be null or empty.",
24
}
25
26
export const enum KeyVaultReferenceErrorMessages {
0 commit comments