Skip to content

Commit a419674

Browse files
Removed regex validation for AWS tag filter
1 parent e31b5ee commit a419674

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sumologic-app-utils/src/constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"tags": {
1212
"type": "array",
1313
"items": {
14-
"type": "string",
15-
"pattern": "[a-zA-Z0-9=_;,]+$"
14+
"type": "string"
1615
}
1716
}
1817
},
4.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)