Skip to content

Commit ffc4af2

Browse files
committed
Add validation error message for trim key prefix (#289)
1 parent e271431 commit ffc4af2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/errorMessages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const enum ErrorMessages {
2020
INVALID_LABEL_FILTER = "The characters '*' and ',' are not supported in label filters.",
2121
INVALID_TAG_FILTER = "Tag filter must follow the format 'tagName=tagValue'",
2222
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.",
2324
}
2425

2526
export const enum KeyVaultReferenceErrorMessages {

0 commit comments

Comments
 (0)