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 07b62099aa69..146734fa1fe1 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 behavior as they would in a KQL query.", "type": "string" }, "value": { 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..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" }, { @@ -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": { @@ -1531,4 +1531,4 @@ "x-ms-parameter-location": "method" } } -} \ No newline at end of file +} 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":{