Skip to content

Commit

Permalink
fix(apim): Add missing 'metrics' property to diagnostics contract in …
Browse files Browse the repository at this point in the history
…2022-04-01-preview (#20317)
  • Loading branch information
tomkerkhove committed Aug 22, 2022
1 parent dfc5a55 commit a602b84
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2508,6 +2508,10 @@
]
},
"description": "The format of the Operation Name for Application Insights telemetries. Default is Name."
},
"metrics": {
"type": "boolean",
"description": "Emit custom metrics via emit-metric policy. Applicable only to Application Insights diagnostic settings."
}
},
"required": [
Expand Down

0 comments on commit a602b84

Please sign in to comment.