Skip to content

Commit f7af761

Browse files
Merge pull request #213 from SumoLogic/sumo_253340
Removed regex validation for AWS tags filter
2 parents e31b5ee + a419674 commit f7af761

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sumologic-app-utils/src/constants.py

+1-2
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)