Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions schemas/2020-02-02/Microsoft.Insights.Application.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,17 @@
],
"description": "Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'."
},
"RetentionInDays": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Retention period in days."
},
"SamplingPercentage": {
"oneOf": [
{
Expand Down