From 8326ddec6af678c0ceab9c6145f05d9bdef974c6 Mon Sep 17 00:00:00 2001 From: Ace Eldeib Date: Thu, 2 May 2019 17:36:15 -0700 Subject: [PATCH 1/5] task: improve documentation for purge --- .../Microsoft.Insights/stable/2015-05-01/components_API.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json index d97827a2ebb4..26a3db30e0cc 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json @@ -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 behaviour as they would in a KQL query.", "type": "string" }, "value": { From d7c5b44162d2abccdc6c0165109bb3ad51dbf87a Mon Sep 17 00:00:00 2001 From: Ace Eldeib Date: Thu, 2 May 2019 17:41:08 -0700 Subject: [PATCH 2/5] fix: add Log Analytics purge description --- .../stable/2015-03-20/OperationalInsights.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json index 49041f0ede1b..f1d8ba9d3bc3 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json @@ -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 behaviour as they would in a KQL query.", "type": "string" }, "value": { From a2be6f64e30e644b4fc2c618ff5ffcbc1925bf08 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 2 May 2019 22:27:52 -0700 Subject: [PATCH 3/5] Update specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json Co-Authored-By: alexeldeib --- .../stable/2015-03-20/OperationalInsights.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json index f1d8ba9d3bc3..ce9f9eb9f851 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json @@ -1412,7 +1412,7 @@ "type": "string" }, "operator": { - "description": "A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behaviour as they would in a KQL query.", + "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": { @@ -1531,4 +1531,4 @@ "x-ms-parameter-location": "method" } } -} \ No newline at end of file +} From 03fe2bf0385ffbd9b4681743ab2e6f33279c418a Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 2 May 2019 22:28:12 -0700 Subject: [PATCH 4/5] Update specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json Co-Authored-By: alexeldeib --- .../Microsoft.Insights/stable/2015-05-01/components_API.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json index 26a3db30e0cc..4a6fe31245c8 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/components_API.json @@ -539,7 +539,7 @@ "type": "string" }, "operator": { - "description": "A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behaviour as they would in a KQL query.", + "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": { @@ -612,4 +612,4 @@ "x-ms-parameter-location": "method" } } -} \ No newline at end of file +} From 625784cb5a87434e4909cd1e9303ad2116421950 Mon Sep 17 00:00:00 2001 From: Ace Eldeib Date: Mon, 6 May 2019 15:19:58 -0700 Subject: [PATCH 5/5] fix: example CI and whitespace --- .../stable/2015-03-20/OperationalInsights.json | 2 +- .../stable/2015-03-20/examples/SavedSearchesGetResults.json | 3 ++- .../2015-03-20/examples/WorkspacesDeleteSavedSearches.json | 1 + .../examples/WorkspacesSavedSearchesCreateOrUpdate.json | 1 + .../stable/2015-03-20/examples/WorkspacesSavedSearchesGet.json | 1 + 5 files changed, 6 insertions(+), 2 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json index ce9f9eb9f851..7417823f4ef8 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json @@ -250,7 +250,7 @@ { "$ref": "#/parameters/SubscriptionIdParameter" }, - { + { "$ref": "#/parameters/ResourceGroupNameParameter" }, { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/SavedSearchesGetResults.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/SavedSearchesGetResults.json index a7c979c443db..cc7d11060b3b 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/SavedSearchesGetResults.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/SavedSearchesGetResults.json @@ -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":{ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesDeleteSavedSearches.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesDeleteSavedSearches.json index d123d61f1ab2..0e727fb2d4f3 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesDeleteSavedSearches.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesDeleteSavedSearches.json @@ -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":{ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesSavedSearchesCreateOrUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesSavedSearchesCreateOrUpdate.json index d4caf4d325c0..0cdaca930fb5 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesSavedSearchesCreateOrUpdate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesSavedSearchesCreateOrUpdate.json @@ -18,6 +18,7 @@ } }, "api-version":"2015-03-02", + "savedSearchId":"00000000-0000-0000-0000-00000000000", "subscriptionId":"00000000-0000-0000-0000-00000000000" }, "responses":{ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesSavedSearchesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesSavedSearchesGet.json index ab7f4ae25c02..62724f7dd314 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesSavedSearchesGet.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/examples/WorkspacesSavedSearchesGet.json @@ -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":{