Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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.",
Expand Down