Skip to content

Commit

Permalink
OperationNameFormat property added to Diagnostic contract (#10641)
Browse files Browse the repository at this point in the history
* OperationNameFormat property added to Diagnostic contract

* add azuremonitor to update contract

Co-authored-by: REDMOND\glfeokti <glfeokti@microsoft.com>
  • Loading branch information
promoisha and REDMOND\glfeokti authored Sep 14, 2020
1 parent 6d58791 commit 2f3e5b1
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,28 @@
]
},
"description": "The verbosity level applied to traces emitted by trace policies."
},
"operationNameFormat": {
"type": "string",
"enum": [
"Name",
"Url"
],
"x-ms-enum": {
"name": "OperationNameFormat",
"modelAsString": true,
"values": [
{
"value": "Name",
"description": "API_NAME;rev=API_REVISION - OPERATION_NAME"
},
{
"value": "Url",
"description": "HTTP_VERB URL"
}
]
},
"description": "The format of the Operation Name for Application Insights telemetries. Default is Name."
}
},
"required": [
Expand Down

0 comments on commit 2f3e5b1

Please sign in to comment.