Skip to content

Commit

Permalink
OperationNameFormat property added to Diagnostic contract
Browse files Browse the repository at this point in the history
  • Loading branch information
REDMOND\glfeokti committed Aug 28, 2020
1 parent d9afeed commit b7fe228
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1846,6 +1846,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 b7fe228

Please sign in to comment.