Skip to content

Commit

Permalink
Improve documentation for App Insights/Log Analytics purge (#5851)
Browse files Browse the repository at this point in the history
* task: improve documentation for purge

* fix: add Log Analytics purge description

* Update specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json

Co-Authored-By: alexeldeib <[email protected]>

* Update specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json

Co-Authored-By: alexeldeib <[email protected]>

* fix: example CI and whitespace
  • Loading branch information
alexeldeib authored and shahabhijeet committed Jun 10, 2019
1 parent 70ae6dc commit a9b42c0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
"type": "string"
},
"operator": {
"description": "A query operator to evaluate over the provided column and value(s).",
"description": "A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query.",
"type": "string"
},
"value": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
{
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
Expand Down Expand Up @@ -1412,7 +1412,7 @@
"type": "string"
},
"operator": {
"description": "A query operator to evaluate over the provided column and value(s).",
"description": "A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query.",
"type": "string"
},
"value": {
Expand Down Expand Up @@ -1531,4 +1531,4 @@
"x-ms-parameter-location": "method"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"workspaceName":"atlantisdemo",
"savedSearchName":"test",
"api-version":"2015-03-02",
"subscriptionId":"00000000-0000-0000-0000-00000000000"
"subscriptionId":"00000000-0000-0000-0000-00000000000",
"savedSearchId":"00000000-0000-0000-0000-00000000000"
},
"responses":{
"200":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"workspaceName":"TestWS",
"savedSearchName":"SavedSearchName",
"api-version":"2015-03-02",
"savedSearchId":"00000000-0000-0000-0000-00000000000",
"subscriptionId":"00000000-0000-0000-0000-00000000000"
},
"responses":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
}
},
"api-version":"2015-03-02",
"savedSearchId":"00000000-0000-0000-0000-00000000000",
"subscriptionId":"00000000-0000-0000-0000-00000000000"
},
"responses":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"workspaceName":"TestWS",
"savedSearchName":"SavedSearchName",
"api-version":"2015-03-02",
"savedSearchId":"00000000-0000-0000-0000-00000000000",
"subscriptionId":"00000000-0000-0000-0000-00000000000"
},
"responses":{
Expand Down

0 comments on commit a9b42c0

Please sign in to comment.