From 8b569ef652701fb3aadfae4eb0d4c13f53331ce7 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Mon, 19 Jul 2021 11:17:33 -0700 Subject: [PATCH] Fix regex pattern with nested patterns --- .../aws-applicationinsights-application.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-applicationinsights-application/aws-applicationinsights-application.json b/aws-applicationinsights-application/aws-applicationinsights-application.json index d15b2e1..a2190a1 100644 --- a/aws-applicationinsights-application/aws-applicationinsights-application.json +++ b/aws-applicationinsights-application/aws-applicationinsights-application.json @@ -195,7 +195,7 @@ "Tier": { "description": "The tier of the application component.", "type": "string", - "pattern": "^[A-Z][[A-Z]_]*$" + "pattern": "^[A-Z][A-Z_]*$" }, "ComponentConfigurationMode": { "description": "The component monitoring configuration mode.", @@ -373,7 +373,7 @@ "LogType": { "description": "The log type decides the log patterns against which Application Insights analyzes the log.", "type": "string", - "pattern": "^[A-Z][[A-Z]_]*$" + "pattern": "^[A-Z][A-Z_]*$" }, "Encoding": { "description": "The type of encoding of the logs to be monitored.",