Skip to content

Commit

Permalink
add azuremonitor to update contract
Browse files Browse the repository at this point in the history
  • Loading branch information
REDMOND\glfeokti committed Sep 1, 2020
1 parent b7fe228 commit efbb347
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,8 @@
"description": "Logger type.",
"enum": [
"azureEventHub",
"applicationInsights"
"applicationInsights",
"azureMonitor"
],
"x-ms-enum": {
"name": "LoggerType",
Expand All @@ -2783,6 +2784,10 @@
{
"value": "applicationInsights",
"description": "Azure Application Insights as log destination."
},
{
"value": "azureMonitor",
"description": "Azure Monitor"
}
]
}
Expand Down

0 comments on commit efbb347

Please sign in to comment.