Skip to content

Commit

Permalink
fix azureMonitor enum
Browse files Browse the repository at this point in the history
  • Loading branch information
solankisamir committed Aug 30, 2020
1 parent e4c16b2 commit f1a724e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2767,7 +2767,8 @@
"description": "Logger type.",
"enum": [
"azureEventHub",
"applicationInsights"
"applicationInsights",
"azureMonitor"
],
"x-ms-enum": {
"name": "LoggerType",
Expand All @@ -2780,6 +2781,10 @@
{
"value": "applicationInsights",
"description": "Azure Application Insights as log destination."
},
{
"value": "azureMonitor",
"description": "Azure Monitor"
}
]
}
Expand Down

0 comments on commit f1a724e

Please sign in to comment.