From bc6689d7360d69bdaefde2aae0f36a96e2e0eb36 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Mon, 23 Mar 2020 13:53:57 +0200 Subject: [PATCH 01/73] add public netowrk access flag --- .../stable/2015-05-01/components_API.json | 31 +++++++++++++++++++ .../2015-05-01/examples/ComponentsCreate.json | 4 ++- .../2015-05-01/examples/ComponentsGet.json | 4 ++- .../2015-05-01/examples/ComponentsList.json | 8 +++-- .../ComponentsListByResourceGroup.json | 8 +++-- .../2015-05-01/examples/ComponentsUpdate.json | 4 ++- .../examples/ComponentsUpdateTagsOnly.json | 4 ++- 7 files changed, 55 insertions(+), 8 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 57efc81be161..992da759e9c8 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 @@ -504,6 +504,14 @@ "ImmediatePurgeDataOn30Days": { "type": "boolean", "description": "Purge data immediately after 30 days." + }, + "publicNetworkAccessForIngestion": { + "title": "The network access type for accessing Application Insights ingestion.", + "$ref": "#/definitions/PublicNetworkAccessType" + }, + "publicNetworkAccessForQuery": { + "title": "The network access type for accessing Application Insights query.", + "$ref": "#/definitions/PublicNetworkAccessType" } }, "required": [ @@ -600,6 +608,29 @@ "required": [ "status" ] + }, + "PublicNetworkAccessType": { + "type": "string", + "description": "The network access type for operating on the Application Insights Component. By default it is Enabled", + "default": "Enabled", + "enum": [ + "Enabled", + "Disabled" + ], + "x-ms-enum": { + "name": "PublicNetworkAccessType", + "modelAsString": true, + "values": [ + { + "value": "Enabled", + "description": "Enables connectivity to Application Insights through public DNS." + }, + { + "value": "Disabled", + "description": "Disables public connectivity to Application Insights through public DNS." + } + ] + } } }, "parameters": { diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsCreate.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsCreate.json index a2603e240382..a92dd4671a30 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsCreate.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsCreate.json @@ -39,7 +39,9 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false + "ImmediatePurgeDataOn30Days": false, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" } } } diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsGet.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsGet.json index ea7eb18ea7d0..3c685466b93c 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsGet.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsGet.json @@ -30,7 +30,9 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false + "ImmediatePurgeDataOn30Days": false, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" } } } diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsList.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsList.json index ccb105e6cac0..dab9b8058721 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsList.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsList.json @@ -30,7 +30,9 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false + "ImmediatePurgeDataOn30Days": false, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" } }, { @@ -56,7 +58,9 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false + "ImmediatePurgeDataOn30Days": false, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" } } ], diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsListByResourceGroup.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsListByResourceGroup.json index dc9c2b395132..7d63cfb3ce57 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsListByResourceGroup.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsListByResourceGroup.json @@ -31,7 +31,9 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false + "ImmediatePurgeDataOn30Days": false, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" } }, { @@ -57,7 +59,9 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false + "ImmediatePurgeDataOn30Days": false, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" } } ], diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdate.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdate.json index ac92ef81e926..ce428335f138 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdate.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdate.json @@ -41,7 +41,9 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false + "ImmediatePurgeDataOn30Days": false, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" } } } diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdateTagsOnly.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdateTagsOnly.json index 3487365d9a29..9276b5f2db56 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdateTagsOnly.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdateTagsOnly.json @@ -45,7 +45,9 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false + "ImmediatePurgeDataOn30Days": false, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" } } } From 35ef077bbdd7a4740b0e3f3fd93db60fa1496009 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Mon, 23 Mar 2020 14:02:50 +0200 Subject: [PATCH 02/73] add public access flags --- .../OperationalInsights.json | 31 +++++++++++++++++++ .../examples/WorkspacesCreate.json | 8 +++-- .../examples/WorkspacesGet.json | 8 +++-- .../WorkspacesListByResourceGroup.json | 4 ++- .../examples/WorkspacesSubscriptionList.json | 4 ++- .../examples/WorkspacesUpdate.json | 4 ++- 6 files changed, 52 insertions(+), 7 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index 9d47ed4d361a..b0c8f29fbf30 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -1697,6 +1697,14 @@ "minimum": -1, "maximum": 730, "description": "The workspace data retention in days. -1 means Unlimited retention for the Unlimited Sku. 730 days is the maximum allowed for all other Skus. " + }, + "publicNetworkAccessForIngestion": { + "title": "The network access type for accessing Log Analytics ingestion.", + "$ref": "#/definitions/PublicNetworkAccessType" + }, + "publicNetworkAccessForQuery": { + "title": "The network access type for accessing Log Analytics query.", + "$ref": "#/definitions/PublicNetworkAccessType" } }, "description": "Workspace properties." @@ -1984,6 +1992,29 @@ "$ref": "#/definitions/ErrorResponse" } } + }, + "PublicNetworkAccessType": { + "type": "string", + "description": "The network access type for operating on the Log Analytics Workspace. By default it is Enabled", + "default": "Enabled", + "enum": [ + "Enabled", + "Disabled" + ], + "x-ms-enum": { + "name": "PublicNetworkAccessType", + "modelAsString": true, + "values": [ + { + "value": "Enabled", + "description": "Enables connectivity to Log Analytics through public DNS." + }, + { + "value": "Disabled", + "description": "Disables public connectivity to Log Analytics through public DNS." + } + ] + } } }, "parameters": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesCreate.json index 06857feb9c30..4b42e96e094c 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesCreate.json @@ -35,7 +35,9 @@ "sku": { "name": "PerNode" }, - "retentionInDays": 30 + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" } } }, @@ -56,7 +58,9 @@ "sku": { "name": "PerNode" }, - "retentionInDays": 30 + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" } } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesGet.json index 2a4da9797355..dfcec8d302cd 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesGet.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesGet.json @@ -17,7 +17,9 @@ "sku": { "name": "free" }, - "retentionInDays": 7 + "retentionInDays": 7, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" }, "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/workspaces/testresourcelock", "name": "TestResourceLock", @@ -33,7 +35,9 @@ "sku": { "name": "free" }, - "retentionInDays": 7 + "retentionInDays": 7, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" }, "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/southukws", "name": "SouthUKWS", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesListByResourceGroup.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesListByResourceGroup.json index 8e4fc83c4dda..88690a69edf4 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesListByResourceGroup.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesListByResourceGroup.json @@ -16,7 +16,9 @@ "sku": { "name": "pernode" }, - "retentionInDays": 30 + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" }, "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", "name": "AzTest2170", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesSubscriptionList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesSubscriptionList.json index a17011d767b6..18b46173acc7 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesSubscriptionList.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesSubscriptionList.json @@ -15,7 +15,9 @@ "sku": { "name": "pernode" }, - "retentionInDays": 30 + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" }, "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", "name": "AzTest2170", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesUpdate.json index 05db22c20500..7a39e68efabe 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesUpdate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesUpdate.json @@ -21,7 +21,9 @@ "sku": { "name": "PerNode" }, - "retentionInDays": 30 + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" }, "location": "australiasoutheast", "tags": { From b86ea8f900c8bd8dae7bb90fe0a4128b15d47af1 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 17:19:43 +0200 Subject: [PATCH 03/73] add new api version for worksapce resource and align to common definitions --- .../OperationalInsights.json | 31 -- .../examples/WorkspacesCreate.json | 8 +- .../examples/WorkspacesGet.json | 8 +- .../WorkspacesListByResourceGroup.json | 4 +- .../examples/WorkspacesSubscriptionList.json | 4 +- .../examples/WorkspacesUpdate.json | 4 +- .../preview/2019-08-01-preview/Clusters.json | 127 +---- .../OperationalInsights.json | 135 ++---- .../2019-08-01-preview/Workspaces.json | 444 ++++++++++++++++++ .../examples/WorkspacesCreate.json | 68 +++ .../examples/WorkspacesDelete.json | 12 + .../examples/WorkspacesGet.json | 50 ++ .../WorkspacesListByResourceGroup.json | 34 ++ .../examples/WorkspacesSubscriptionList.json | 33 ++ .../examples/WorkspacesUpdate.json | 35 ++ 15 files changed, 733 insertions(+), 264 deletions(-) create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index b0c8f29fbf30..9d47ed4d361a 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -1697,14 +1697,6 @@ "minimum": -1, "maximum": 730, "description": "The workspace data retention in days. -1 means Unlimited retention for the Unlimited Sku. 730 days is the maximum allowed for all other Skus. " - }, - "publicNetworkAccessForIngestion": { - "title": "The network access type for accessing Log Analytics ingestion.", - "$ref": "#/definitions/PublicNetworkAccessType" - }, - "publicNetworkAccessForQuery": { - "title": "The network access type for accessing Log Analytics query.", - "$ref": "#/definitions/PublicNetworkAccessType" } }, "description": "Workspace properties." @@ -1992,29 +1984,6 @@ "$ref": "#/definitions/ErrorResponse" } } - }, - "PublicNetworkAccessType": { - "type": "string", - "description": "The network access type for operating on the Log Analytics Workspace. By default it is Enabled", - "default": "Enabled", - "enum": [ - "Enabled", - "Disabled" - ], - "x-ms-enum": { - "name": "PublicNetworkAccessType", - "modelAsString": true, - "values": [ - { - "value": "Enabled", - "description": "Enables connectivity to Log Analytics through public DNS." - }, - { - "value": "Disabled", - "description": "Disables public connectivity to Log Analytics through public DNS." - } - ] - } } }, "parameters": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesCreate.json index 4b42e96e094c..06857feb9c30 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesCreate.json @@ -35,9 +35,7 @@ "sku": { "name": "PerNode" }, - "retentionInDays": 30, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "retentionInDays": 30 } } }, @@ -58,9 +56,7 @@ "sku": { "name": "PerNode" }, - "retentionInDays": 30, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "retentionInDays": 30 } } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesGet.json index dfcec8d302cd..2a4da9797355 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesGet.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesGet.json @@ -17,9 +17,7 @@ "sku": { "name": "free" }, - "retentionInDays": 7, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "retentionInDays": 7 }, "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/workspaces/testresourcelock", "name": "TestResourceLock", @@ -35,9 +33,7 @@ "sku": { "name": "free" }, - "retentionInDays": 7, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "retentionInDays": 7 }, "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/southukws", "name": "SouthUKWS", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesListByResourceGroup.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesListByResourceGroup.json index 88690a69edf4..8e4fc83c4dda 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesListByResourceGroup.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesListByResourceGroup.json @@ -16,9 +16,7 @@ "sku": { "name": "pernode" }, - "retentionInDays": 30, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "retentionInDays": 30 }, "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", "name": "AzTest2170", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesSubscriptionList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesSubscriptionList.json index 18b46173acc7..a17011d767b6 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesSubscriptionList.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesSubscriptionList.json @@ -15,9 +15,7 @@ "sku": { "name": "pernode" }, - "retentionInDays": 30, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "retentionInDays": 30 }, "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", "name": "AzTest2170", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesUpdate.json index 7a39e68efabe..05db22c20500 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesUpdate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/WorkspacesUpdate.json @@ -21,9 +21,7 @@ "sku": { "name": "PerNode" }, - "retentionInDays": 30, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "retentionInDays": 30 }, "location": "australiasoutheast", "tags": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index 80c78abf7074..702c8ceb6fff 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -48,13 +48,13 @@ "description": "Gets Log Analytics clusters in a resource group.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -67,7 +67,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } }, @@ -90,10 +90,10 @@ "description": "Gets the Log Analytics clusters in a subscription.", "parameters": [ { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -106,7 +106,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } }, @@ -155,10 +155,10 @@ "description": "The parameters required to create or update a Log Analytics cluster." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -177,7 +177,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } }, @@ -210,10 +210,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -226,7 +226,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } } @@ -258,10 +258,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -274,7 +274,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } } @@ -318,10 +318,10 @@ "description": "The parameters required to patch a Log Analytics cluster." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -334,7 +334,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } } @@ -377,36 +377,6 @@ }, "description": "Cluster properties." }, - "ErrorResponse": { - "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", - "type": "object", - "properties": { - "error": { - "description": "The details of the error.", - "$ref": "#/definitions/ErrorDetails" - } - } - }, - "ErrorDetails": { - "description": "The details of the error.", - "properties": { - "code": { - "description": "Error code.", - "type": "string", - "readOnly": true - }, - "message": { - "description": "Error message indicating why the operation failed.", - "type": "string", - "readOnly": true - }, - "target": { - "description": "The target of the particular error.", - "type": "string", - "readOnly": true - } - } - }, "ClusterPatchProperties": { "properties": { "encryptionKeyUri": { @@ -448,7 +418,7 @@ }, "allOf": [ { - "$ref": "#/definitions/Resource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" } ], "description": "The top level Log Analytics cluster resource container.", @@ -499,65 +469,8 @@ "type" ], "description": "Identity for the resource." - }, - "Resource": { - "properties": { - "id": { - "readOnly": true, - "type": "string", - "description": "Resource Id" - }, - "name": { - "readOnly": true, - "type": "string", - "description": "Resource name" - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type" - }, - "location": { - "type": "string", - "description": "Resource location" - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags" - } - }, - "description": "The resource definition.", - "x-ms-azure-resource": true } }, "parameters": { - "SubscriptionIdParameter": { - "name": "subscriptionId", - "in": "path", - "required": true, - "type": "string", - "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." - }, - "ApiVersionParameter": { - "name": "api-version", - "in": "query", - "required": true, - "type": "string", - "description": "Client Api Version." - }, - "ResourceGroupNameParameter": { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "x-ms-parameter-location": "method", - "description": "The name of the resource group to get. The name is case insensitive.", - "pattern": "^[-\\w\\._\\(\\)]+$", - "minLength": 1, - "maxLength": 90 - } } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json index eb20d8ad6aed..ef546e4ac4d7 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json @@ -48,16 +48,16 @@ "description": "Lists the data export instances within a workspace.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -70,7 +70,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } }, @@ -93,10 +93,10 @@ "description": "Create or update a data export.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -112,7 +112,7 @@ "description": "The data export rule name." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "parameters", @@ -140,7 +140,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } }, @@ -162,10 +162,10 @@ "description": "Gets a data export instance.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -178,7 +178,7 @@ "description": "The data export rule name." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -194,7 +194,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } } @@ -212,10 +212,10 @@ "description": "Deletes the specified data export in a given workspace..", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -228,7 +228,7 @@ "description": "The data export rule name." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -241,7 +241,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } } @@ -261,7 +261,7 @@ "description": "Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -283,10 +283,10 @@ "description": "The parameters required to create or update linked storage accounts." }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -311,7 +311,7 @@ "description": "Deletes all linked storage accounts of a specific data source type associated with the specified workspace.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -324,10 +324,10 @@ "$ref": "#/parameters/DataSourceTypeParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -349,7 +349,7 @@ "description": "Gets all linked storage account of a specific data source type associated with the specified workspace.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -362,10 +362,10 @@ "$ref": "#/parameters/DataSourceTypeParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -387,13 +387,13 @@ "operationId": "LinkedStorageAccounts_ListByWorkspace", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -433,7 +433,7 @@ }, "allOf": [ { - "$ref": "#/definitions/ProxyResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "description": "The top level data export resource container.", @@ -523,56 +523,6 @@ }, "description": "Destination meta data." }, - "ErrorResponse": { - "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", - "type": "object", - "properties": { - "error": { - "description": "The details of the error.", - "$ref": "#/definitions/ErrorDetails" - } - } - }, - "ErrorDetails": { - "description": "The details of the error.", - "properties": { - "code": { - "description": "Error code.", - "type": "string", - "readOnly": true - }, - "message": { - "description": "Error message indicating why the operation failed.", - "type": "string", - "readOnly": true - }, - "target": { - "description": "The target of the particular error.", - "type": "string", - "readOnly": true - } - } - }, - "ProxyResource": { - "properties": { - "id": { - "readOnly": true, - "type": "string", - "description": "Resource ID." - }, - "name": { - "readOnly": true, - "type": "string", - "description": "Resource name." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - } - }, - "description": "Common properties of proxy resource." - }, "LinkedStorageAccountsProperties": { "description": "Linked storage accounts properties.", "type": "object", @@ -611,7 +561,7 @@ ], "allOf": [ { - "$ref": "#/definitions/ProxyResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "description": "Linked storage accounts top level resource container.", @@ -631,31 +581,6 @@ } }, "parameters": { - "SubscriptionIdParameter": { - "name": "subscriptionId", - "in": "path", - "required": true, - "type": "string", - "description": "The workspace's resource subscription ID." - }, - "ApiVersionParameter": { - "name": "api-version", - "in": "query", - "required": true, - "type": "string", - "description": "The client API version." - }, - "ResourceGroupNameParameter": { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "x-ms-parameter-location": "method", - "description": "The workspace's resource group name.", - "pattern": "^[-\\w\\._\\(\\)]+$", - "minLength": 1, - "maxLength": 90 - }, "WorkspaceNameParameter": { "name": "workspaceName", "in": "path", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json new file mode 100644 index 000000000000..9fb56c8bc115 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json @@ -0,0 +1,444 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2019-08-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces": { + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesGet": { + "$ref": "./examples/WorkspacesListByResourceGroup.json" + } + }, + "operationId": "Workspaces_ListByResourceGroup", + "description": "Gets workspaces in a resource group.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/WorkspaceListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces": { + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesSubscriptionList": { + "$ref": "./examples/WorkspacesSubscriptionList.json" + } + }, + "operationId": "Workspaces_List", + "description": "Gets the workspaces in a subscription.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/WorkspaceListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}": { + "put": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesCreate": { + "$ref": "./examples/WorkspacesCreate.json" + } + }, + "operationId": "Workspaces_CreateOrUpdate", + "description": "Create or update a workspace.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the workspace." + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", + "minLength": 4, + "maxLength": 63, + "description": "The name of the workspace." + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/Workspace" + }, + "description": "The parameters required to create or update a workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/Workspace" + } + }, + "201": { + "description": "Created response definition.", + "schema": { + "$ref": "#/definitions/Workspace" + } + }, + "202": { + "description": "Accepted" + } + }, + "x-ms-long-running-operation": true + }, + "delete": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesDelete": { + "$ref": "./examples/WorkspacesDelete.json" + } + }, + "operationId": "Workspaces_Delete", + "description": "Deletes a workspace instance.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the workspace." + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + }, + "202": { + "description": "Accepted" + }, + "204": { + "description": "NoContent response definition." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspaceGet": { + "$ref": "./examples/WorkspacesGet.json" + } + }, + "operationId": "Workspaces_Get", + "description": "Gets a workspace instance.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the workspace." + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/Workspace" + } + } + } + }, + "patch": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesPatch": { + "$ref": "./examples/WorkspacesUpdate.json" + } + }, + "operationId": "Workspaces_Update", + "description": "Updates a workspace.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the workspace." + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", + "minLength": 4, + "maxLength": 63, + "description": "The name of the workspace." + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/Workspace" + }, + "description": "The parameters required to patch a workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "The existing workspace was successfully updated. Check provisioningStatus to see detailed status.", + "schema": { + "$ref": "#/definitions/Workspace" + } + } + } + } + } + }, + "definitions": { + "Sku": { + "properties": { + "name": { + "type": "string", + "description": "The name of the SKU.", + "enum": [ + "Free", + "Standard", + "Premium", + "PerNode", + "PerGB2018", + "Standalone", + "CapacityReservation" + ], + "x-ms-enum": { + "name": "SkuNameEnum", + "modelAsString": true + } + } + }, + "required": [ + "name" + ], + "description": "The SKU (tier) of a workspace." + }, + "WorkspaceProperties": { + "properties": { + "provisioningState": { + "type": "string", + "description": "The provisioning state of the workspace.", + "enum": [ + "Creating", + "Succeeded", + "Failed", + "Canceled", + "Deleting", + "ProvisioningAccount" + ], + "x-ms-enum": { + "name": "EntityStatus", + "modelAsString": true + } + }, + "customerId": { + "type": "string", + "description": "This is a read-only property. Represents the ID associated with the workspace.", + "readOnly": true + }, + "sku": { + "$ref": "#/definitions/Sku", + "description": "The SKU of the workspace." + }, + "retentionInDays": { + "type": "integer", + "format": "int32", + "minimum": -1, + "maximum": 730, + "description": "The workspace data retention in days. -1 means Unlimited retention for the Unlimited Sku. 730 days is the maximum allowed for all other Skus. " + }, + "publicNetworkAccessForIngestion": { + "description": "The network access type for accessing Log Analytics ingestion.", + "$ref": "#/definitions/PublicNetworkAccessType" + }, + "publicNetworkAccessForQuery": { + "description": "The network access type for accessing Log Analytics query.", + "$ref": "#/definitions/PublicNetworkAccessType" + } + }, + "description": "Workspace properties." + }, + "Workspace": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/WorkspaceProperties", + "description": "Workspace properties." + }, + "eTag": { + "type": "string", + "description": "The ETag of the workspace." + } + }, + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" + } + ], + "description": "The top level Workspace resource container.", + "x-ms-azure-resource": true + }, + "WorkspaceListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/Workspace" + }, + "description": "A list of workspaces." + } + }, + "description": "The list workspaces operation response." + }, + "PublicNetworkAccessType": { + "type": "string", + "description": "The network access type for operating on the Log Analytics Workspace. By default it is Enabled", + "default": "Enabled", + "enum": [ + "Enabled", + "Disabled" + ], + "x-ms-enum": { + "name": "PublicNetworkAccessType", + "modelAsString": true, + "values": [ + { + "value": "Enabled", + "description": "Enables connectivity to Log Analytics through public DNS." + }, + { + "value": "Disabled", + "description": "Disables public connectivity to Log Analytics through public DNS." + } + ] + } + } + }, + "parameters": { + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json new file mode 100644 index 000000000000..fa8a3da92699 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json @@ -0,0 +1,68 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "workspaceName": "oiautorest6685", + "parameters": { + "properties": { + "sku": { + "name": "PerNode" + }, + "retentionInDays": 30 + }, + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + } + }, + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", + "name": "AzTest2170", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + }, + "properties": { + "source": "Azure", + "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", + "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", + "provisioningState": "Creating", + "sku": { + "name": "PerNode" + }, + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + } + } + }, + "201": { + "body": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", + "name": "AzTest2170", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + }, + "properties": { + "source": "Azure", + "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", + "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", + "provisioningState": "Creating", + "sku": { + "name": "PerNode" + }, + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + } + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json new file mode 100644 index 000000000000..84f49eb4d078 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "workspaceName": "oiautorest6685", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json new file mode 100644 index 000000000000..af5de63b48fd --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json @@ -0,0 +1,50 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "workspaceName": "oiautorest6685", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "source": "Azure", + "customerId": "5b02755b-5bf4-430c-9487-45502a2a7e62", + "portalUrl": "https://eus.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f594038b5-1093-476e-a366-482775671c11%2fresourcegroups%2fcalbot-rg%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2ftestresourcelock", + "provisioningState": "Succeeded", + "sku": { + "name": "free" + }, + "retentionInDays": 7, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + }, + "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/workspaces/testresourcelock", + "name": "TestResourceLock", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "eastus" + }, + { + "properties": { + "source": "External", + "customerId": "4884a2fd-b08f-4aa6-bf16-5757df1093fe", + "portalUrl": "https://eus.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f594038b5-1093-476e-a366-482775671c11%2fresourcegroups%2fmms-eus%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2fsouthukws", + "provisioningState": "Succeeded", + "sku": { + "name": "free" + }, + "retentionInDays": 7, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + }, + "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/southukws", + "name": "SouthUKWS", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "East US" + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json new file mode 100644 index 000000000000..1148f853137c --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json @@ -0,0 +1,34 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "source": "Azure", + "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", + "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", + "provisioningState": "Succeeded", + "sku": { + "name": "pernode" + }, + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", + "name": "AzTest2170", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + } + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json new file mode 100644 index 000000000000..480258319c66 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "source": "Azure", + "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", + "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", + "provisioningState": "Succeeded", + "sku": { + "name": "pernode" + }, + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", + "name": "AzTest2170", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + } + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json new file mode 100644 index 000000000000..21b881ea4a46 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json @@ -0,0 +1,35 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "workspaceName": "oiautorest6685", + "parameters": { + "properties": { + "sku": { + "name": "PerNode" + }, + "retentionInDays": 30 + }, + "location": "australiasoutheast" + }, + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "properties": { + "sku": { + "name": "PerNode" + }, + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + }, + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + } + } + } + } +} From bd6e0d6d906bdf8c6cbca0fdf7e018122b7b3f60 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 17:29:49 +0200 Subject: [PATCH 04/73] remove from this pr --- .../stable/2015-05-01/components_API.json | 31 ------------------- .../2015-05-01/examples/ComponentsCreate.json | 4 +-- .../2015-05-01/examples/ComponentsGet.json | 4 +-- .../2015-05-01/examples/ComponentsList.json | 8 ++--- .../ComponentsListByResourceGroup.json | 8 ++--- .../2015-05-01/examples/ComponentsUpdate.json | 4 +-- .../examples/ComponentsUpdateTagsOnly.json | 4 +-- 7 files changed, 8 insertions(+), 55 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 992da759e9c8..57efc81be161 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 @@ -504,14 +504,6 @@ "ImmediatePurgeDataOn30Days": { "type": "boolean", "description": "Purge data immediately after 30 days." - }, - "publicNetworkAccessForIngestion": { - "title": "The network access type for accessing Application Insights ingestion.", - "$ref": "#/definitions/PublicNetworkAccessType" - }, - "publicNetworkAccessForQuery": { - "title": "The network access type for accessing Application Insights query.", - "$ref": "#/definitions/PublicNetworkAccessType" } }, "required": [ @@ -608,29 +600,6 @@ "required": [ "status" ] - }, - "PublicNetworkAccessType": { - "type": "string", - "description": "The network access type for operating on the Application Insights Component. By default it is Enabled", - "default": "Enabled", - "enum": [ - "Enabled", - "Disabled" - ], - "x-ms-enum": { - "name": "PublicNetworkAccessType", - "modelAsString": true, - "values": [ - { - "value": "Enabled", - "description": "Enables connectivity to Application Insights through public DNS." - }, - { - "value": "Disabled", - "description": "Disables public connectivity to Application Insights through public DNS." - } - ] - } } }, "parameters": { diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsCreate.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsCreate.json index a92dd4671a30..a2603e240382 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsCreate.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsCreate.json @@ -39,9 +39,7 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "ImmediatePurgeDataOn30Days": false } } } diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsGet.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsGet.json index 3c685466b93c..ea7eb18ea7d0 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsGet.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsGet.json @@ -30,9 +30,7 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "ImmediatePurgeDataOn30Days": false } } } diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsList.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsList.json index dab9b8058721..ccb105e6cac0 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsList.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsList.json @@ -30,9 +30,7 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "ImmediatePurgeDataOn30Days": false } }, { @@ -58,9 +56,7 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "ImmediatePurgeDataOn30Days": false } } ], diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsListByResourceGroup.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsListByResourceGroup.json index 7d63cfb3ce57..dc9c2b395132 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsListByResourceGroup.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsListByResourceGroup.json @@ -31,9 +31,7 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "ImmediatePurgeDataOn30Days": false } }, { @@ -59,9 +57,7 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "ImmediatePurgeDataOn30Days": false } } ], diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdate.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdate.json index ce428335f138..ac92ef81e926 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdate.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdate.json @@ -41,9 +41,7 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "ImmediatePurgeDataOn30Days": false } } } diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdateTagsOnly.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdateTagsOnly.json index 9276b5f2db56..3487365d9a29 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdateTagsOnly.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/ComponentsUpdateTagsOnly.json @@ -45,9 +45,7 @@ "RetentionInDays": 90, "ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", "DisableIpMasking": false, - "ImmediatePurgeDataOn30Days": false, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" + "ImmediatePurgeDataOn30Days": false } } } From 4f3910ffe3747daec5a0f2c208bf87cd57cca0ef Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 17:51:27 +0200 Subject: [PATCH 05/73] change all to common types --- .../OperationalInsights.json | 248 ++++++------------ .../preview/2019-08-01-preview/Clusters.json | 2 +- .../2019-08-01-preview/Workspaces.json | 2 +- .../2015-03-20/OperationalInsights.json | 98 +++---- 4 files changed, 133 insertions(+), 217 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index 9d47ed4d361a..06cb3a7f7d50 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -48,7 +48,7 @@ "description": "Create or update a linked service.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -74,10 +74,10 @@ "description": "The parameters required to create or update a linked service." }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -108,7 +108,7 @@ "description": "Deletes a linked service instance.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -125,10 +125,10 @@ "description": "Name of the linked service." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -153,7 +153,7 @@ "description": "Gets a linked service instance.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -170,10 +170,10 @@ "description": "Name of the linked service." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -200,7 +200,7 @@ "description": "Gets the linked services instances in a workspace.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -210,10 +210,10 @@ "description": "Name of the Log Analytics Workspace that contains the linked services." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -243,7 +243,7 @@ "description": "Create or update a data source.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -269,10 +269,10 @@ "description": "The parameters required to create or update a datasource." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -303,7 +303,7 @@ "description": "Deletes a data source instance.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -320,10 +320,10 @@ "description": "Name of the datasource." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -348,7 +348,7 @@ "description": "Gets a datasource instance.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -365,10 +365,10 @@ "description": "Name of the datasource" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -395,7 +395,7 @@ "description": "Gets the first page of data source instances in a workspace with the link to the next page.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -419,10 +419,10 @@ "description": "Starting point of the collection of data source instances." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -453,7 +453,7 @@ "description": "Disables an intelligence pack for a given workspace.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -470,10 +470,10 @@ "description": "The name of the intelligence pack to be disabled." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -497,7 +497,7 @@ "description": "Enables an intelligence pack for a given workspace.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -514,10 +514,10 @@ "description": "The name of the intelligence pack to be enabled." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -541,7 +541,7 @@ "description": "Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -551,10 +551,10 @@ "description": "Name of the Log Analytics Workspace." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -584,7 +584,7 @@ "description": "Gets the shared keys for a workspace.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -594,10 +594,10 @@ "description": "Name of the Log Analytics Workspace." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -624,7 +624,7 @@ "description": "Gets a list of usage metrics for a workspace.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -634,10 +634,10 @@ "description": "The name of the workspace." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -667,7 +667,7 @@ "description": "Gets a list of management groups connected to a workspace.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -677,10 +677,10 @@ "description": "The name of the workspace." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -710,13 +710,13 @@ "description": "Gets workspaces in a resource group.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -746,10 +746,10 @@ "description": "Gets the workspaces in a subscription.", "parameters": [ { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -805,10 +805,10 @@ "description": "The parameters required to create or update a workspace." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -854,10 +854,10 @@ "description": "Name of the Log Analytics Workspace." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -896,10 +896,10 @@ "description": "Name of the Log Analytics Workspace." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -950,10 +950,10 @@ "description": "The parameters required to patch a workspace." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -975,7 +975,7 @@ "description": "Lists all of the available OperationalInsights Rest API operations.", "parameters": [ { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -1003,13 +1003,13 @@ }, "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1043,13 +1043,13 @@ "operationId": "PrivateLinkResources_Get", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1086,13 +1086,13 @@ "operationId": "PrivateEndpointConnections_Get", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1131,13 +1131,13 @@ "operationId": "PrivateEndpointConnections_CreateOrUpdate", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1188,13 +1188,13 @@ "operationId": "PrivateEndpointConnections_Delete", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1239,13 +1239,13 @@ "operationId": "PrivateEndpointConnections_ListByWorkspace", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1301,10 +1301,10 @@ "description": "The operation Id." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -1387,7 +1387,7 @@ ], "allOf": [ { - "$ref": "#/definitions/ProxyResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "description": "The top level Linked service resource container.", @@ -1450,7 +1450,7 @@ ], "allOf": [ { - "$ref": "#/definitions/ProxyResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "description": "Datasources under OMS Workspace.", @@ -1715,7 +1715,7 @@ }, "allOf": [ { - "$ref": "#/definitions/Resource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource" } ], "description": "The top level Workspace resource container.", @@ -1738,65 +1738,6 @@ "properties": {}, "description": "JSON object" }, - "Resource": { - "properties": { - "id": { - "readOnly": true, - "type": "string", - "description": "Resource Id" - }, - "name": { - "readOnly": true, - "type": "string", - "description": "Resource name" - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type" - }, - "location": { - "type": "string", - "description": "Resource location" - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags" - } - }, - "description": "The resource definition.", - "x-ms-azure-resource": true - }, - "ProxyResource": { - "properties": { - "id": { - "readOnly": true, - "type": "string", - "description": "Resource ID." - }, - "name": { - "readOnly": true, - "type": "string", - "description": "Resource name." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags" - } - }, - "description": "Common properties of proxy resource." - }, "PrivateLinkResourceListResult": { "description": "A list of private link resources", "type": "object", @@ -1828,7 +1769,7 @@ }, "allOf": [ { - "$ref": "#/definitions/ProxyResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ] }, @@ -1910,7 +1851,7 @@ "type": "object", "allOf": [ { - "$ref": "#/definitions/ProxyResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "properties": { @@ -1981,37 +1922,12 @@ "error": { "type": "object", "description": "The error detail of the operation if any.", - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } } }, "parameters": { - "SubscriptionIdParameter": { - "name": "subscriptionId", - "in": "path", - "required": true, - "type": "string", - "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." - }, - "ApiVersionParameter": { - "name": "api-version", - "in": "query", - "required": true, - "type": "string", - "description": "Client Api Version." - }, - "ResourceGroupNameParameter": { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "x-ms-parameter-location": "method", - "description": "The name of the resource group to get. The name is case insensitive.", - "pattern": "^[-\\w\\._\\(\\)]+$", - "minLength": 1, - "maxLength": 90 - }, "GroupNameParameter": { "name": "groupName", "in": "path", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index 702c8ceb6fff..43a23aa543bd 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -418,7 +418,7 @@ }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource" } ], "description": "The top level Log Analytics cluster resource container.", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json index 9fb56c8bc115..daac3c28ae9d 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json @@ -397,7 +397,7 @@ }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource" } ], "description": "The top level Workspace resource container.", 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 5cbb27464d08..268212423a07 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 @@ -48,7 +48,7 @@ "description": "Create or update a storage insight.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -70,10 +70,10 @@ "description": "The parameters required to create or update a storage insight." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -104,7 +104,7 @@ "description": "Gets a storage insight instance.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -117,10 +117,10 @@ "description": "Name of the storageInsightsConfigs resource" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -145,7 +145,7 @@ "description": "Deletes a storageInsightsConfigs resource", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -158,10 +158,10 @@ "description": "Name of the storageInsightsConfigs resource" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -188,16 +188,16 @@ "description": "Lists the storage insight instances within a workspace", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -227,10 +227,10 @@ "description": "Get a list of workspaces which the current user has administrator privileges and are not associated with an Azure Subscription. The subscriptionId parameter in the Url is ignored.", "parameters": [ { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -260,10 +260,10 @@ "description": "Deletes the specified saved search in a given workspace.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -276,7 +276,7 @@ "description": "The id of the saved search." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -298,10 +298,10 @@ "description": "Creates or updates a saved search for a given workspace.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -314,7 +314,7 @@ "description": "The id of the saved search." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "parameters", @@ -348,10 +348,10 @@ "description": "Gets the specified saved search for a given workspace.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -364,7 +364,7 @@ "description": "The id of the saved search." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -391,16 +391,16 @@ "description": "Gets the saved searches for a given Log Analytics Workspace", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -427,16 +427,16 @@ "description": "Gets the schema for a given workspace.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -458,13 +458,13 @@ "operationId": "Workspaces_Purge", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -503,13 +503,13 @@ "operationId": "Workspaces_GetPurgeStatus", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -547,16 +547,16 @@ "description": "Gets the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -583,16 +583,16 @@ "description": "Regenerates the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -619,10 +619,10 @@ "description": "Delete a Log Analytics gateway.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -631,7 +631,7 @@ "$ref": "#/parameters/GatewayIdParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -655,16 +655,16 @@ "description": "Gets the available service tiers for the workspace.", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -694,7 +694,7 @@ "description": "Lists all of the available OperationalInsights Rest API operations.", "parameters": [ { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -1155,7 +1155,7 @@ }, "allOf": [ { - "$ref": "#/definitions/ProxyResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "description": "The top level storage insight resource container.", From c062904b756ef301f02a5fb32c0370d799a0de7d Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 17:52:44 +0200 Subject: [PATCH 06/73] Update OperationalInsights.json --- .../2015-11-01-preview/OperationalInsights.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index 06cb3a7f7d50..05efe5a9bc60 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -1881,20 +1881,6 @@ } } }, - "ErrorResponse": { - "description": "Describes the format of Error response.", - "type": "object", - "properties": { - "code": { - "description": "Error code", - "type": "string" - }, - "message": { - "description": "Error message indicating why the operation failed.", - "type": "string" - } - } - }, "OperationStatus": { "description": "The status of operation.", "type": "object", From 4c78ff2c827f37b77cd4b814588f0178f0438780 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 18:03:36 +0200 Subject: [PATCH 07/73] update examples --- .../2019-08-01-preview/examples/WorkspacesCreate.json | 8 +++----- .../examples/WorkspacesListByResourceGroup.json | 3 +-- .../examples/WorkspacesSubscriptionList.json | 3 +-- .../2019-08-01-preview/examples/WorkspacesUpdate.json | 4 ++-- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json index fa8a3da92699..ce18e4aa39d4 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json @@ -5,7 +5,7 @@ "parameters": { "properties": { "sku": { - "name": "PerNode" + "name": "pergb2018" }, "retentionInDays": 30 }, @@ -28,12 +28,11 @@ "tag1": "val1" }, "properties": { - "source": "Azure", "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", "provisioningState": "Creating", "sku": { - "name": "PerNode" + "name": "pergb2018" }, "retentionInDays": 30, "publicNetworkAccessForQuery": "Enabled", @@ -51,12 +50,11 @@ "tag1": "val1" }, "properties": { - "source": "Azure", "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", "provisioningState": "Creating", "sku": { - "name": "PerNode" + "name": "pergb2018" }, "retentionInDays": 30, "publicNetworkAccessForQuery": "Enabled", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json index 1148f853137c..731db19157c6 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json @@ -9,12 +9,11 @@ "body": [ { "properties": { - "source": "Azure", "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", "provisioningState": "Succeeded", "sku": { - "name": "pernode" + "name": "pergb2018" }, "retentionInDays": 30, "publicNetworkAccessForQuery": "Enabled", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json index 480258319c66..9936e2354da5 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json @@ -8,12 +8,11 @@ "body": [ { "properties": { - "source": "Azure", "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", "provisioningState": "Succeeded", "sku": { - "name": "pernode" + "name": "pergb2018" }, "retentionInDays": 30, "publicNetworkAccessForQuery": "Enabled", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json index 21b881ea4a46..7490e35384b6 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json @@ -5,7 +5,7 @@ "parameters": { "properties": { "sku": { - "name": "PerNode" + "name": "pergb2018" }, "retentionInDays": 30 }, @@ -19,7 +19,7 @@ "body": { "properties": { "sku": { - "name": "PerNode" + "name": "pergb2018" }, "retentionInDays": 30, "publicNetworkAccessForQuery": "Enabled", From b046fa64652b0bdb756b22a8841a9424bb14fa8e Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 18:05:56 +0200 Subject: [PATCH 08/73] remove legacy --- .../preview/2019-08-01-preview/examples/WorkspacesCreate.json | 2 -- .../preview/2019-08-01-preview/examples/WorkspacesGet.json | 4 ---- .../examples/WorkspacesListByResourceGroup.json | 1 - .../examples/WorkspacesSubscriptionList.json | 1 - 4 files changed, 8 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json index ce18e4aa39d4..e00aedfc422c 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json @@ -29,7 +29,6 @@ }, "properties": { "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", - "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", "provisioningState": "Creating", "sku": { "name": "pergb2018" @@ -51,7 +50,6 @@ }, "properties": { "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", - "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", "provisioningState": "Creating", "sku": { "name": "pergb2018" diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json index af5de63b48fd..16759823f1ff 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json @@ -10,9 +10,7 @@ "body": [ { "properties": { - "source": "Azure", "customerId": "5b02755b-5bf4-430c-9487-45502a2a7e62", - "portalUrl": "https://eus.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f594038b5-1093-476e-a366-482775671c11%2fresourcegroups%2fcalbot-rg%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2ftestresourcelock", "provisioningState": "Succeeded", "sku": { "name": "free" @@ -28,9 +26,7 @@ }, { "properties": { - "source": "External", "customerId": "4884a2fd-b08f-4aa6-bf16-5757df1093fe", - "portalUrl": "https://eus.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f594038b5-1093-476e-a366-482775671c11%2fresourcegroups%2fmms-eus%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2fsouthukws", "provisioningState": "Succeeded", "sku": { "name": "free" diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json index 731db19157c6..b52715c2e9ca 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json @@ -10,7 +10,6 @@ { "properties": { "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", - "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", "provisioningState": "Succeeded", "sku": { "name": "pergb2018" diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json index 9936e2354da5..e7b2dbd1f84a 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json @@ -9,7 +9,6 @@ { "properties": { "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", - "portalUrl": "https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170", "provisioningState": "Succeeded", "sku": { "name": "pergb2018" From 32a073be36ef4cc0638ce1932a1da89768157e37 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 18:15:16 +0200 Subject: [PATCH 09/73] fix build --- .../preview/2015-11-01-preview/OperationalInsights.json | 2 +- .../preview/2019-08-01-preview/Clusters.json | 2 +- .../preview/2019-08-01-preview/Workspaces.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index 05efe5a9bc60..231ccd210f13 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -1715,7 +1715,7 @@ }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" } ], "description": "The top level Workspace resource container.", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index 43a23aa543bd..702c8ceb6fff 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -418,7 +418,7 @@ }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" } ], "description": "The top level Log Analytics cluster resource container.", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json index daac3c28ae9d..9fb56c8bc115 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json @@ -397,7 +397,7 @@ }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" } ], "description": "The top level Workspace resource container.", From 1efc22371a75c00a7e1a583eae932da56a47244f Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 18:20:57 +0200 Subject: [PATCH 10/73] prettier --- .../OperationalInsights.json | 54 +++++++++---------- .../preview/2019-08-01-preview/Clusters.json | 3 +- .../2019-08-01-preview/Workspaces.json | 3 +- .../2015-03-20/OperationalInsights.json | 32 +++++------ 4 files changed, 45 insertions(+), 47 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index 231ccd210f13..91962bfbccda 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -74,7 +74,7 @@ "description": "The parameters required to create or update a linked service." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" @@ -128,7 +128,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -173,7 +173,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -213,7 +213,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -272,7 +272,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -323,7 +323,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -368,7 +368,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -422,7 +422,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -473,7 +473,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -517,7 +517,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -554,7 +554,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -597,7 +597,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -637,7 +637,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -680,7 +680,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -716,7 +716,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -749,7 +749,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -808,7 +808,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -857,7 +857,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -899,7 +899,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -953,7 +953,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -1003,7 +1003,7 @@ }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -1043,7 +1043,7 @@ "operationId": "PrivateLinkResources_Get", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -1086,7 +1086,7 @@ "operationId": "PrivateEndpointConnections_Get", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -1131,7 +1131,7 @@ "operationId": "PrivateEndpointConnections_CreateOrUpdate", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -1188,7 +1188,7 @@ "operationId": "PrivateEndpointConnections_Delete", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -1239,7 +1239,7 @@ "operationId": "PrivateEndpointConnections_ListByWorkspace", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -1304,7 +1304,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index 702c8ceb6fff..b77c57900ddb 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -471,6 +471,5 @@ "description": "Identity for the resource." } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json index 9fb56c8bc115..9799098e3130 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json @@ -439,6 +439,5 @@ } } }, - "parameters": { - } + "parameters": {} } 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 268212423a07..28313ff2e890 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 @@ -73,7 +73,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -120,7 +120,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -161,7 +161,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -197,7 +197,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -230,7 +230,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -260,7 +260,7 @@ "description": "Deletes the specified saved search in a given workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -298,7 +298,7 @@ "description": "Creates or updates a saved search for a given workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -348,7 +348,7 @@ "description": "Gets the specified saved search for a given workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -400,7 +400,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -436,7 +436,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -464,7 +464,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -509,7 +509,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -547,7 +547,7 @@ "description": "Gets the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -583,7 +583,7 @@ "description": "Regenerates the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -619,7 +619,7 @@ "description": "Delete a Log Analytics gateway.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -655,7 +655,7 @@ "description": "Gets the available service tiers for the workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" From c36a77e9861cfeba1f797c5a9ad35d2a65239daf Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 18:26:09 +0200 Subject: [PATCH 11/73] fix build --- .../2019-08-01-preview/examples/WorkspacesCreate.json | 6 +++--- .../2019-08-01-preview/examples/WorkspacesDelete.json | 3 ++- .../examples/WorkspacesListByResourceGroup.json | 2 +- .../examples/WorkspacesSubscriptionList.json | 2 +- .../2019-08-01-preview/examples/WorkspacesUpdate.json | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json index e00aedfc422c..393d36b4c044 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json @@ -5,7 +5,7 @@ "parameters": { "properties": { "sku": { - "name": "pergb2018" + "name": "PerGB2018" }, "retentionInDays": 30 }, @@ -31,7 +31,7 @@ "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", "provisioningState": "Creating", "sku": { - "name": "pergb2018" + "name": "PerGB2018" }, "retentionInDays": 30, "publicNetworkAccessForQuery": "Enabled", @@ -52,7 +52,7 @@ "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", "provisioningState": "Creating", "sku": { - "name": "pergb2018" + "name": "PerGB2018" }, "retentionInDays": 30, "publicNetworkAccessForQuery": "Enabled", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json index 84f49eb4d078..64e60e5ee831 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json @@ -7,6 +7,7 @@ }, "responses": { "200": {}, - "204": {} + "204": {}, + "202": {} } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json index b52715c2e9ca..071efa6c768d 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json @@ -12,7 +12,7 @@ "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", "provisioningState": "Succeeded", "sku": { - "name": "pergb2018" + "name": "PerGB2018" }, "retentionInDays": 30, "publicNetworkAccessForQuery": "Enabled", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json index e7b2dbd1f84a..134ce6ab0f18 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json @@ -11,7 +11,7 @@ "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", "provisioningState": "Succeeded", "sku": { - "name": "pergb2018" + "name": "PerGB2018" }, "retentionInDays": 30, "publicNetworkAccessForQuery": "Enabled", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json index 7490e35384b6..e43a565218b0 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json @@ -5,7 +5,7 @@ "parameters": { "properties": { "sku": { - "name": "pergb2018" + "name": "PerGB2018" }, "retentionInDays": 30 }, @@ -19,7 +19,7 @@ "body": { "properties": { "sku": { - "name": "pergb2018" + "name": "PerGB2018" }, "retentionInDays": 30, "publicNetworkAccessForQuery": "Enabled", From ee4677f242bd6b5114aad72a7e25b9388340b2d0 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 18:27:25 +0200 Subject: [PATCH 12/73] Update WorkspacesCreate.json --- .../preview/2019-08-01-preview/examples/WorkspacesCreate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json index 393d36b4c044..3e2b80904a3a 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json @@ -59,6 +59,7 @@ "publicNetworkAccessForIngestion": "Enabled" } } - } + }, + "202": {} } } From bc1d2f351063132ba2eeda59e9ea6bf41067db26 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 18:48:16 +0200 Subject: [PATCH 13/73] fix build --- .../preview/2019-08-01-preview/Clusters.json | 22 ++++++++++++++----- .../OperationalInsights.json | 10 +++++++++ 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index b77c57900ddb..28eb6c1281c8 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -67,7 +67,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } }, @@ -106,7 +106,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } }, @@ -177,7 +177,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } }, @@ -226,7 +226,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } } @@ -274,7 +274,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } } @@ -334,7 +334,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } } @@ -342,6 +342,16 @@ } }, "definitions": { + "ClusterErrorResponse": { + "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", + "type": "object", + "properties": { + "error": { + "description": "The details of the error.", + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + } + } + }, "ClusterProperties": { "properties": { "nextLink": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json index ef546e4ac4d7..c1a831f82e45 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json @@ -423,6 +423,16 @@ } }, "definitions": { + "OperationalInsightsErrorResponse": { + "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", + "type": "object", + "properties": { + "error": { + "description": "The details of the error.", + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + } + } + }, "DataExport": { "properties": { "properties": { From 87b43aa5618258c5d1da31a1a79348868fd0667c Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 18:52:29 +0200 Subject: [PATCH 14/73] Update OperationalInsights.json --- .../2019-08-01-preview/OperationalInsights.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json index c1a831f82e45..c783c6041d91 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json @@ -70,7 +70,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + "$ref": "#/definitions/DataExportErrorResponse" } } }, @@ -140,7 +140,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + "$ref": "#/definitions/DataExportErrorResponse" } } }, @@ -194,7 +194,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + "$ref": "#/definitions/DataExportErrorResponse" } } } @@ -241,7 +241,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + "$ref": "#/definitions/DataExportErrorResponse" } } } @@ -423,8 +423,8 @@ } }, "definitions": { - "OperationalInsightsErrorResponse": { - "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", + "DataExportErrorResponse": { + "description": "Error response indicates that the service is not able to process the incoming request to create data export. The reason is provided in the error message.", "type": "object", "properties": { "error": { From 24134437227f9a572455bbf2201fbe1d9b311ba2 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 19:04:39 +0200 Subject: [PATCH 15/73] Update readme.md --- specification/operationalinsights/resource-manager/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/operationalinsights/resource-manager/readme.md b/specification/operationalinsights/resource-manager/readme.md index 472b40dcd15e..f172c1c4171a 100644 --- a/specification/operationalinsights/resource-manager/readme.md +++ b/specification/operationalinsights/resource-manager/readme.md @@ -57,6 +57,7 @@ These settings apply only when `--tag=package-2019-08-preview` is specified on t ``` yaml $(tag) == 'package-2019-08-preview' input-file: - Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json - Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json ``` @@ -161,6 +162,7 @@ input-file: - $(this-folder)/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json ``` From 5ced5eb4a6f746475e65405c41ec94acb284ac25 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 19:15:18 +0200 Subject: [PATCH 16/73] undo all version changes --- .../OperationalInsights.json | 262 ++++++++++++------ 1 file changed, 180 insertions(+), 82 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index 91962bfbccda..9d47ed4d361a 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -48,7 +48,7 @@ "description": "Create or update a linked service.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -74,10 +74,10 @@ "description": "The parameters required to create or update a linked service." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -108,7 +108,7 @@ "description": "Deletes a linked service instance.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -125,10 +125,10 @@ "description": "Name of the linked service." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -153,7 +153,7 @@ "description": "Gets a linked service instance.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -170,10 +170,10 @@ "description": "Name of the linked service." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -200,7 +200,7 @@ "description": "Gets the linked services instances in a workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -210,10 +210,10 @@ "description": "Name of the Log Analytics Workspace that contains the linked services." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -243,7 +243,7 @@ "description": "Create or update a data source.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -269,10 +269,10 @@ "description": "The parameters required to create or update a datasource." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -303,7 +303,7 @@ "description": "Deletes a data source instance.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -320,10 +320,10 @@ "description": "Name of the datasource." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -348,7 +348,7 @@ "description": "Gets a datasource instance.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -365,10 +365,10 @@ "description": "Name of the datasource" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -395,7 +395,7 @@ "description": "Gets the first page of data source instances in a workspace with the link to the next page.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -419,10 +419,10 @@ "description": "Starting point of the collection of data source instances." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -453,7 +453,7 @@ "description": "Disables an intelligence pack for a given workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -470,10 +470,10 @@ "description": "The name of the intelligence pack to be disabled." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -497,7 +497,7 @@ "description": "Enables an intelligence pack for a given workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -514,10 +514,10 @@ "description": "The name of the intelligence pack to be enabled." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -541,7 +541,7 @@ "description": "Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -551,10 +551,10 @@ "description": "Name of the Log Analytics Workspace." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -584,7 +584,7 @@ "description": "Gets the shared keys for a workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -594,10 +594,10 @@ "description": "Name of the Log Analytics Workspace." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -624,7 +624,7 @@ "description": "Gets a list of usage metrics for a workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -634,10 +634,10 @@ "description": "The name of the workspace." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -667,7 +667,7 @@ "description": "Gets a list of management groups connected to a workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "name": "workspaceName", @@ -677,10 +677,10 @@ "description": "The name of the workspace." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -710,13 +710,13 @@ "description": "Gets workspaces in a resource group.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -746,10 +746,10 @@ "description": "Gets the workspaces in a subscription.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -805,10 +805,10 @@ "description": "The parameters required to create or update a workspace." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -854,10 +854,10 @@ "description": "Name of the Log Analytics Workspace." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -896,10 +896,10 @@ "description": "Name of the Log Analytics Workspace." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -950,10 +950,10 @@ "description": "The parameters required to patch a workspace." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -975,7 +975,7 @@ "description": "Lists all of the available OperationalInsights Rest API operations.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1003,13 +1003,13 @@ }, "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1043,13 +1043,13 @@ "operationId": "PrivateLinkResources_Get", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1086,13 +1086,13 @@ "operationId": "PrivateEndpointConnections_Get", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1131,13 +1131,13 @@ "operationId": "PrivateEndpointConnections_CreateOrUpdate", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1188,13 +1188,13 @@ "operationId": "PrivateEndpointConnections_Delete", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1239,13 +1239,13 @@ "operationId": "PrivateEndpointConnections_ListByWorkspace", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -1301,10 +1301,10 @@ "description": "The operation Id." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -1387,7 +1387,7 @@ ], "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + "$ref": "#/definitions/ProxyResource" } ], "description": "The top level Linked service resource container.", @@ -1450,7 +1450,7 @@ ], "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + "$ref": "#/definitions/ProxyResource" } ], "description": "Datasources under OMS Workspace.", @@ -1715,7 +1715,7 @@ }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" + "$ref": "#/definitions/Resource" } ], "description": "The top level Workspace resource container.", @@ -1738,6 +1738,65 @@ "properties": {}, "description": "JSON object" }, + "Resource": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource Id" + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name" + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type" + }, + "location": { + "type": "string", + "description": "Resource location" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "description": "The resource definition.", + "x-ms-azure-resource": true + }, + "ProxyResource": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource ID." + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "description": "Common properties of proxy resource." + }, "PrivateLinkResourceListResult": { "description": "A list of private link resources", "type": "object", @@ -1769,7 +1828,7 @@ }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + "$ref": "#/definitions/ProxyResource" } ] }, @@ -1851,7 +1910,7 @@ "type": "object", "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + "$ref": "#/definitions/ProxyResource" } ], "properties": { @@ -1881,6 +1940,20 @@ } } }, + "ErrorResponse": { + "description": "Describes the format of Error response.", + "type": "object", + "properties": { + "code": { + "description": "Error code", + "type": "string" + }, + "message": { + "description": "Error message indicating why the operation failed.", + "type": "string" + } + } + }, "OperationStatus": { "description": "The status of operation.", "type": "object", @@ -1908,12 +1981,37 @@ "error": { "type": "object", "description": "The error detail of the operation if any.", - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" + "$ref": "#/definitions/ErrorResponse" } } } }, "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "required": true, + "type": "string", + "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." + }, + "ApiVersionParameter": { + "name": "api-version", + "in": "query", + "required": true, + "type": "string", + "description": "Client Api Version." + }, + "ResourceGroupNameParameter": { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method", + "description": "The name of the resource group to get. The name is case insensitive.", + "pattern": "^[-\\w\\._\\(\\)]+$", + "minLength": 1, + "maxLength": 90 + }, "GroupNameParameter": { "name": "groupName", "in": "path", From 24c62455ffa1e808bb605c98971f4c6e9cfd01cd Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 19:16:34 +0200 Subject: [PATCH 17/73] undo old version --- .../2015-03-20/OperationalInsights.json | 98 +++++++++---------- 1 file changed, 49 insertions(+), 49 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 28313ff2e890..5cbb27464d08 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 @@ -48,7 +48,7 @@ "description": "Create or update a storage insight.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -70,10 +70,10 @@ "description": "The parameters required to create or update a storage insight." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -104,7 +104,7 @@ "description": "Gets a storage insight instance.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -117,10 +117,10 @@ "description": "Name of the storageInsightsConfigs resource" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -145,7 +145,7 @@ "description": "Deletes a storageInsightsConfigs resource", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -158,10 +158,10 @@ "description": "Name of the storageInsightsConfigs resource" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -188,16 +188,16 @@ "description": "Lists the storage insight instances within a workspace", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -227,10 +227,10 @@ "description": "Get a list of workspaces which the current user has administrator privileges and are not associated with an Azure Subscription. The subscriptionId parameter in the Url is ignored.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -260,10 +260,10 @@ "description": "Deletes the specified saved search in a given workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -276,7 +276,7 @@ "description": "The id of the saved search." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -298,10 +298,10 @@ "description": "Creates or updates a saved search for a given workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -314,7 +314,7 @@ "description": "The id of the saved search." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { "name": "parameters", @@ -348,10 +348,10 @@ "description": "Gets the specified saved search for a given workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -364,7 +364,7 @@ "description": "The id of the saved search." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -391,16 +391,16 @@ "description": "Gets the saved searches for a given Log Analytics Workspace", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -427,16 +427,16 @@ "description": "Gets the schema for a given workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -458,13 +458,13 @@ "operationId": "Workspaces_Purge", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -503,13 +503,13 @@ "operationId": "Workspaces_GetPurgeStatus", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -547,16 +547,16 @@ "description": "Gets the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -583,16 +583,16 @@ "description": "Regenerates the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -619,10 +619,10 @@ "description": "Delete a Log Analytics gateway.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -631,7 +631,7 @@ "$ref": "#/parameters/GatewayIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -655,16 +655,16 @@ "description": "Gets the available service tiers for the workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -694,7 +694,7 @@ "description": "Lists all of the available OperationalInsights Rest API operations.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1155,7 +1155,7 @@ }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + "$ref": "#/definitions/ProxyResource" } ], "description": "The top level storage insight resource container.", From 2e88de2a175c302ba651687687008909a7a27e54 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 19:32:31 +0200 Subject: [PATCH 18/73] remove breaking change stuff --- .../preview/2019-08-01-preview/Clusters.json | 113 +++++++++++---- .../OperationalInsights.json | 129 +++++++++++++----- 2 files changed, 180 insertions(+), 62 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index 28eb6c1281c8..9d910c452425 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -51,10 +51,10 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -67,7 +67,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ClusterErrorResponse" + "$ref": "#/definitions/ErrorResponse" } } }, @@ -90,10 +90,10 @@ "description": "Gets the Log Analytics clusters in a subscription.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -106,7 +106,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ClusterErrorResponse" + "$ref": "#/definitions/ErrorResponse" } } }, @@ -155,10 +155,10 @@ "description": "The parameters required to create or update a Log Analytics cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -177,7 +177,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ClusterErrorResponse" + "$ref": "#/definitions/ErrorResponse" } } }, @@ -210,10 +210,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -226,7 +226,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ClusterErrorResponse" + "$ref": "#/definitions/ErrorResponse" } } } @@ -258,10 +258,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -274,7 +274,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ClusterErrorResponse" + "$ref": "#/definitions/ErrorResponse" } } } @@ -318,10 +318,10 @@ "description": "The parameters required to patch a Log Analytics cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -334,7 +334,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ClusterErrorResponse" + "$ref": "#/definitions/ErrorResponse" } } } @@ -342,16 +342,6 @@ } }, "definitions": { - "ClusterErrorResponse": { - "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", - "type": "object", - "properties": { - "error": { - "description": "The details of the error.", - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" - } - } - }, "ClusterProperties": { "properties": { "nextLink": { @@ -387,6 +377,36 @@ }, "description": "Cluster properties." }, + "ErrorResponse": { + "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", + "type": "object", + "properties": { + "error": { + "description": "The details of the error.", + "$ref": "#/definitions/ErrorDetails" + } + } + }, + "ErrorDetails": { + "description": "The details of the error.", + "properties": { + "code": { + "description": "Error code.", + "type": "string", + "readOnly": true + }, + "message": { + "description": "Error message indicating why the operation failed.", + "type": "string", + "readOnly": true + }, + "target": { + "description": "The target of the particular error.", + "type": "string", + "readOnly": true + } + } + }, "ClusterPatchProperties": { "properties": { "encryptionKeyUri": { @@ -428,7 +448,7 @@ }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" + "$ref": "#/definitions/Resource" } ], "description": "The top level Log Analytics cluster resource container.", @@ -479,7 +499,40 @@ "type" ], "description": "Identity for the resource." + }, + "Resource": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource Id" + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name" + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type" + }, + "location": { + "type": "string", + "description": "Resource location" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "description": "The resource definition.", + "x-ms-azure-resource": true } }, - "parameters": {} + "parameters": { + } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json index c783c6041d91..003687e262e7 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json @@ -48,7 +48,7 @@ "description": "Lists the data export instances within a workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -57,7 +57,7 @@ "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -70,7 +70,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/DataExportErrorResponse" + "$ref": "#/definitions/ErrorResponse" } } }, @@ -93,7 +93,7 @@ "description": "Create or update a data export.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -112,7 +112,7 @@ "description": "The data export rule name." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "parameters", @@ -140,7 +140,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/DataExportErrorResponse" + "$ref": "#/definitions/ErrorResponse" } } }, @@ -162,7 +162,7 @@ "description": "Gets a data export instance.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -178,7 +178,7 @@ "description": "The data export rule name." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -194,7 +194,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/DataExportErrorResponse" + "$ref": "#/definitions/ErrorResponse" } } } @@ -212,7 +212,7 @@ "description": "Deletes the specified data export in a given workspace..", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -228,7 +228,7 @@ "description": "The data export rule name." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -241,7 +241,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/DataExportErrorResponse" + "$ref": "#/definitions/ErrorResponse" } } } @@ -283,10 +283,10 @@ "description": "The parameters required to create or update linked storage accounts." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -324,10 +324,10 @@ "$ref": "#/parameters/DataSourceTypeParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -362,10 +362,10 @@ "$ref": "#/parameters/DataSourceTypeParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -387,13 +387,13 @@ "operationId": "LinkedStorageAccounts_ListByWorkspace", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "workspaceName", @@ -423,16 +423,6 @@ } }, "definitions": { - "DataExportErrorResponse": { - "description": "Error response indicates that the service is not able to process the incoming request to create data export. The reason is provided in the error message.", - "type": "object", - "properties": { - "error": { - "description": "The details of the error.", - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" - } - } - }, "DataExport": { "properties": { "properties": { @@ -443,7 +433,7 @@ }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + "$ref": "#/definitions/ProxyResource" } ], "description": "The top level data export resource container.", @@ -533,6 +523,56 @@ }, "description": "Destination meta data." }, + "ErrorResponse": { + "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", + "type": "object", + "properties": { + "error": { + "description": "The details of the error.", + "$ref": "#/definitions/ErrorDetails" + } + } + }, + "ErrorDetails": { + "description": "The details of the error.", + "properties": { + "code": { + "description": "Error code.", + "type": "string", + "readOnly": true + }, + "message": { + "description": "Error message indicating why the operation failed.", + "type": "string", + "readOnly": true + }, + "target": { + "description": "The target of the particular error.", + "type": "string", + "readOnly": true + } + } + }, + "ProxyResource": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource ID." + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + } + }, + "description": "Common properties of proxy resource." + }, "LinkedStorageAccountsProperties": { "description": "Linked storage accounts properties.", "type": "object", @@ -571,7 +611,7 @@ ], "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + "$ref": "#/definitions/ProxyResource" } ], "description": "Linked storage accounts top level resource container.", @@ -591,6 +631,31 @@ } }, "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "required": true, + "type": "string", + "description": "The workspace's resource subscription ID." + }, + "ApiVersionParameter": { + "name": "api-version", + "in": "query", + "required": true, + "type": "string", + "description": "The client API version." + }, + "ResourceGroupNameParameter": { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method", + "description": "The workspace's resource group name.", + "pattern": "^[-\\w\\._\\(\\)]+$", + "minLength": 1, + "maxLength": 90 + }, "WorkspaceNameParameter": { "name": "workspaceName", "in": "path", From 390d7ee2420b3d41b80106578ed42fa25a4f4bb8 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 19:34:10 +0200 Subject: [PATCH 19/73] Update OperationalInsights.json --- .../OperationalInsights.json | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json index 003687e262e7..cd233b21c4bd 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json @@ -631,31 +631,6 @@ } }, "parameters": { - "SubscriptionIdParameter": { - "name": "subscriptionId", - "in": "path", - "required": true, - "type": "string", - "description": "The workspace's resource subscription ID." - }, - "ApiVersionParameter": { - "name": "api-version", - "in": "query", - "required": true, - "type": "string", - "description": "The client API version." - }, - "ResourceGroupNameParameter": { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "x-ms-parameter-location": "method", - "description": "The workspace's resource group name.", - "pattern": "^[-\\w\\._\\(\\)]+$", - "minLength": 1, - "maxLength": 90 - }, "WorkspaceNameParameter": { "name": "workspaceName", "in": "path", From 901515e32b1993673d838db9e99a3e24b11a5146 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 19:37:40 +0200 Subject: [PATCH 20/73] prettier --- .../preview/2019-08-01-preview/Clusters.json | 27 ++++++++-------- .../OperationalInsights.json | 32 +++++++++---------- 2 files changed, 29 insertions(+), 30 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index 9d910c452425..c890a15672bf 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -51,10 +51,10 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -90,10 +90,10 @@ "description": "Gets the Log Analytics clusters in a subscription.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -155,10 +155,10 @@ "description": "The parameters required to create or update a Log Analytics cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -210,10 +210,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -258,10 +258,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -318,10 +318,10 @@ "description": "The parameters required to patch a Log Analytics cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -533,6 +533,5 @@ "x-ms-azure-resource": true } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json index cd233b21c4bd..74ba0a8fef34 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json @@ -48,7 +48,7 @@ "description": "Lists the data export instances within a workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -57,7 +57,7 @@ "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -93,7 +93,7 @@ "description": "Create or update a data export.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -112,7 +112,7 @@ "description": "The data export rule name." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "parameters", @@ -162,7 +162,7 @@ "description": "Gets a data export instance.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -178,7 +178,7 @@ "description": "The data export rule name." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -212,7 +212,7 @@ "description": "Deletes the specified data export in a given workspace..", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" @@ -228,7 +228,7 @@ "description": "The data export rule name." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -283,10 +283,10 @@ "description": "The parameters required to create or update linked storage accounts." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { @@ -324,10 +324,10 @@ "$ref": "#/parameters/DataSourceTypeParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -362,10 +362,10 @@ "$ref": "#/parameters/DataSourceTypeParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -387,13 +387,13 @@ "operationId": "LinkedStorageAccounts_ListByWorkspace", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "workspaceName", From 8c18009405db6f935e553a320c11ed63a43e4c32 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 19:43:42 +0200 Subject: [PATCH 21/73] remove cluster from pr --- .../preview/2019-08-01-preview/Clusters.json | 54 ++++++++++++++----- 1 file changed, 40 insertions(+), 14 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index c890a15672bf..80c78abf7074 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -48,13 +48,13 @@ "description": "Gets Log Analytics clusters in a resource group.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -90,10 +90,10 @@ "description": "Gets the Log Analytics clusters in a subscription.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -155,10 +155,10 @@ "description": "The parameters required to create or update a Log Analytics cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -210,10 +210,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -258,10 +258,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -318,10 +318,10 @@ "description": "The parameters required to patch a Log Analytics cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -533,5 +533,31 @@ "x-ms-azure-resource": true } }, - "parameters": {} + "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "required": true, + "type": "string", + "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." + }, + "ApiVersionParameter": { + "name": "api-version", + "in": "query", + "required": true, + "type": "string", + "description": "Client Api Version." + }, + "ResourceGroupNameParameter": { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method", + "description": "The name of the resource group to get. The name is case insensitive.", + "pattern": "^[-\\w\\._\\(\\)]+$", + "minLength": 1, + "maxLength": 90 + } + } } From f063988482e467736dedc945fda1142ff9a5b1ca Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 26 Mar 2020 19:53:45 +0200 Subject: [PATCH 22/73] Update Workspaces.json --- .../2019-08-01-preview/Workspaces.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json index 9799098e3130..285e1a4794d8 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json @@ -379,10 +379,31 @@ "publicNetworkAccessForQuery": { "description": "The network access type for accessing Log Analytics query.", "$ref": "#/definitions/PublicNetworkAccessType" + }, + "privateLinkScopedResources": { + "readOnly": true, + "type": "array", + "items": { + "$ref": "#/definitions/PrivateLinkScopedResource" + }, + "description": "List of linked private link scope resources." } }, "description": "Workspace properties." }, + "PrivateLinkScopedResource": { + "properties": { + "resourceId": { + "type": "string", + "description": "The full resource Id of the private link scope resource." + }, + "scopeId": { + "type": "string", + "description": "The private link scope unique Identifier." + } + }, + "description": "The private link scope resource reference." + }, "Workspace": { "properties": { "properties": { From 96b3ff4f7569411b6e079591b11f344d22a555c3 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 14:12:13 +0300 Subject: [PATCH 23/73] clone resource-manager apis to new version --- .../2019-08-01-preview/DataSources.json | 359 ++ .../2019-08-01-preview/IntelligencePacks.json | 190 ++ .../2019-08-01-preview/LinkedServices.json | 307 ++ .../2019-08-01-preview/ManagementGroups.json | 147 + .../2019-08-01-preview/OperationStatuses.json | 195 ++ .../2019-08-01-preview/Operations.json | 110 + .../2019-08-01-preview/SharedKeys.json | 95 + .../preview/2019-08-01-preview/Usages.json | 142 + .../examples/DataSourcesCreate.json | 41 + .../examples/DataSourcesDelete.json | 13 + .../examples/DataSourcesGet.json | 23 + .../examples/DataSourcesListByWorkspace.json | 3019 +++++++++++++++++ .../examples/LinkedServicesCreate.json | 36 + .../examples/LinkedServicesDelete.json | 13 + .../examples/LinkedServicesGet.json | 21 + .../LinkedServicesListByWorkspace.json | 30 + .../examples/OperationsList.json | 2251 ++++++++++++ .../WorkspacesDisableIntelligencePack.json | 12 + .../WorkspacesEnableIntelligencePack.json | 12 + .../examples/WorkspacesGetSharedKeys.json | 16 + .../WorkspacesListIntelligencePacks.json | 244 ++ .../WorkspacesListManagementGroups.json | 15 + .../examples/WorkspacesListUsages.json | 27 + .../examples/operationStatuses.json | 20 + 24 files changed, 7338 insertions(+) create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesCreate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesDelete.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesGet.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesListByWorkspace.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesCreate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesDelete.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesGet.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesListByWorkspace.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsList.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDisableIntelligencePack.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesEnableIntelligencePack.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGetSharedKeys.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListIntelligencePacks.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListManagementGroups.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListUsages.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/operationStatuses.json diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json new file mode 100644 index 000000000000..889ad2cdb35b --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json @@ -0,0 +1,359 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2019-08-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}": { + "put": { + "tags": [ + "DataSources" + ], + "x-ms-examples": { + "DataSourcesCreate": { + "$ref": "./examples/DataSourcesCreate.json" + } + }, + "operationId": "DataSources_CreateOrUpdate", + "description": "Create or update a data source.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the datasource" + }, + { + "name": "dataSourceName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the datasource resource." + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/DataSource" + }, + "description": "The parameters required to create or update a datasource." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/DataSource" + } + }, + "201": { + "description": "Created response definition.", + "schema": { + "$ref": "#/definitions/DataSource" + } + } + } + }, + "delete": { + "tags": [ + "DataSources" + ], + "x-ms-examples": { + "DataSourcesDelete": { + "$ref": "./examples/DataSourcesDelete.json" + } + }, + "operationId": "DataSources_Delete", + "description": "Deletes a data source instance.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that contains the datasource." + }, + { + "name": "dataSourceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the datasource." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + }, + "204": { + "description": "NoContent response definition." + } + } + }, + "get": { + "tags": [ + "DataSources" + ], + "x-ms-examples": { + "DataSourcesGet": { + "$ref": "./examples/DataSourcesGet.json" + } + }, + "operationId": "DataSources_Get", + "description": "Gets a datasource instance.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that contains the datasource." + }, + { + "name": "dataSourceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the datasource" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/DataSource" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources": { + "get": { + "tags": [ + "DataSources" + ], + "x-ms-examples": { + "DataSourcesListByWorkspace": { + "$ref": "./examples/DataSourcesListByWorkspace.json" + } + }, + "operationId": "DataSources_ListByWorkspace", + "description": "Gets the first page of data source instances in a workspace with the link to the next page.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "The workspace that contains the data sources." + }, + { + "name": "$filter", + "in": "query", + "required": true, + "type": "string", + "description": "The filter to apply on the operation." + }, + { + "name": "$skiptoken", + "in": "query", + "required": false, + "type": "string", + "description": "Starting point of the collection of data source instances." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/DataSourceListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/DataSourceFilter" + } + } + }, + "definitions": { + "DataSourceKind": { + "type": "string", + "enum": [ + "AzureActivityLog", + "ChangeTrackingPath", + "ChangeTrackingDefaultPath", + "ChangeTrackingDefaultRegistry", + "ChangeTrackingCustomRegistry", + "CustomLog", + "CustomLogCollection", + "GenericDataSource", + "IISLogs", + "LinuxPerformanceObject", + "LinuxPerformanceCollection", + "LinuxSyslog", + "LinuxSyslogCollection", + "WindowsEvent", + "WindowsPerformanceCounter" + ], + "x-ms-enum": { + "name": "DataSourceKind", + "modelAsString": true + }, + "description": "The kind of the DataSource." + }, + "DataSource": { + "properties": { + "properties": { + "$ref": "#/definitions/Object", + "description": "The data source properties in raw json format, each kind of data source have it's own schema." + }, + "eTag": { + "type": "string", + "description": "The ETag of the data source." + }, + "kind": { + "$ref": "#/definitions/DataSourceKind" + } + }, + "required": [ + "kind", + "properties" + ], + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ], + "description": "Datasources under OMS Workspace.", + "x-ms-azure-resource": true + }, + "DataSourceFilter": { + "properties": { + "kind": { + "$ref": "#/definitions/DataSourceKind" + } + }, + "description": "DataSource filter. Right now, only filter by kind is supported." + }, + "DataSourceListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/DataSource" + }, + "description": "A list of datasources." + }, + "nextLink": { + "type": "string", + "description": "The link (url) to the next page of datasources." + } + }, + "description": "The list data source by workspace operation response." + }, + "Object": { + "type": "object", + "properties": {}, + "description": "JSON object" + }, + "ProxyResource": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource ID." + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "description": "Common properties of proxy resource." + } + }, + "parameters": { + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json new file mode 100644 index 000000000000..405fcb1ce95d --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json @@ -0,0 +1,190 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2019-08-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Disable": { + "post": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "IntelligencePacksDisable": { + "$ref": "./examples/WorkspacesDisableIntelligencePack.json" + } + }, + "operationId": "Workspaces_DisableIntelligencePack", + "description": "Disables an intelligence pack for a given workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "name": "intelligencePackName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the intelligence pack to be disabled." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Enable": { + "post": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "IntelligencePacksEnable": { + "$ref": "./examples/WorkspacesEnableIntelligencePack.json" + } + }, + "operationId": "Workspaces_EnableIntelligencePack", + "description": "Enables an intelligence pack for a given workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "name": "intelligencePackName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the intelligence pack to be enabled." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks": { + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "IntelligencePacksList": { + "$ref": "./examples/WorkspacesListIntelligencePacks.json" + } + }, + "operationId": "Workspaces_ListIntelligencePacks", + "description": "Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/IntelligencePack" + } + } + } + } + } + } + }, + "definitions": { + "IntelligencePack": { + "properties": { + "name": { + "type": "string", + "description": "The name of the intelligence pack." + }, + "enabled": { + "type": "boolean", + "description": "The enabled boolean for the intelligence pack." + }, + "displayName": { + "type": "string", + "description": "The display name of the intelligence pack." + } + }, + "description": "Intelligence Pack containing a string name and boolean indicating if it's enabled." + } + }, + "parameters": { + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json new file mode 100644 index 000000000000..e9163c072243 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json @@ -0,0 +1,307 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2019-08-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices/{linkedServiceName}": { + "put": { + "tags": [ + "LinkedServices" + ], + "x-ms-examples": { + "LinkedServicesCreate": { + "$ref": "./examples/LinkedServicesCreate.json" + } + }, + "operationId": "LinkedServices_CreateOrUpdate", + "description": "Create or update a linked service.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the linkedServices resource" + }, + { + "name": "linkedServiceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the linkedServices resource" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/LinkedService" + }, + "description": "The parameters required to create or update a linked service." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedService" + } + }, + "201": { + "description": "Created response definition.", + "schema": { + "$ref": "#/definitions/LinkedService" + } + } + } + }, + "delete": { + "tags": [ + "LinkedServices" + ], + "x-ms-examples": { + "LinkedServicesDelete": { + "$ref": "./examples/LinkedServicesDelete.json" + } + }, + "operationId": "LinkedServices_Delete", + "description": "Deletes a linked service instance.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that contains the linkedServices resource" + }, + { + "name": "linkedServiceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the linked service." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + }, + "204": { + "description": "NoContent response definition." + } + } + }, + "get": { + "tags": [ + "LinkedServices" + ], + "x-ms-examples": { + "LinkedServicesGet": { + "$ref": "./examples/LinkedServicesGet.json" + } + }, + "operationId": "LinkedServices_Get", + "description": "Gets a linked service instance.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that contains the linkedServices resource" + }, + { + "name": "linkedServiceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the linked service." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedService" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices": { + "get": { + "tags": [ + "LinkedServices" + ], + "x-ms-examples": { + "LinkedServicesListByWorkspace": { + "$ref": "./examples/LinkedServicesListByWorkspace.json" + } + }, + "operationId": "LinkedServices_ListByWorkspace", + "description": "Gets the linked services instances in a workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that contains the linked services." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedServiceListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + } + }, + "definitions": { + "LinkedServiceProperties": { + "properties": { + "resourceId": { + "type": "string", + "description": "The resource id of the resource that will be linked to the workspace." + } + }, + "required": [ + "resourceId" + ], + "description": "Linked service properties." + }, + "LinkedService": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/LinkedServiceProperties", + "description": "The properties of the linked service." + } + }, + "required": [ + "properties" + ], + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ], + "description": "The top level Linked service resource container.", + "x-ms-azure-resource": true + }, + "LinkedServiceListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/LinkedService" + }, + "description": "Gets or sets a list of linked service instances." + } + }, + "description": "The list linked service operation response." + }, + "ProxyResource": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource ID." + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "description": "Common properties of proxy resource." + } + }, + "parameters": { + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json new file mode 100644 index 000000000000..095c9d2c6747 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json @@ -0,0 +1,147 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2019-08-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/managementGroups": { + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesListManagementGroups": { + "$ref": "./examples/WorkspacesListManagementGroups.json" + } + }, + "operationId": "Workspaces_ListManagementGroups", + "description": "Gets a list of management groups connected to a workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/WorkspaceListManagementGroupsResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + } + }, + "definitions": { + "ManagementGroupProperties": { + "properties": { + "serverCount": { + "type": "integer", + "format": "int32", + "description": "The number of servers connected to the management group." + }, + "isGateway": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the management group is a gateway." + }, + "name": { + "type": "string", + "description": "The name of the management group." + }, + "id": { + "type": "string", + "description": "The unique ID of the management group." + }, + "created": { + "type": "string", + "format": "date-time", + "description": "The datetime that the management group was created." + }, + "dataReceived": { + "type": "string", + "format": "date-time", + "description": "The last datetime that the management group received data." + }, + "version": { + "type": "string", + "description": "The version of System Center that is managing the management group." + }, + "sku": { + "type": "string", + "description": "The SKU of System Center that is managing the management group." + } + }, + "description": "Management group properties." + }, + "ManagementGroup": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/ManagementGroupProperties", + "description": "The properties of the management group." + } + }, + "description": "A management group that is connected to a workspace" + }, + "WorkspaceListManagementGroupsResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/ManagementGroup" + }, + "description": "Gets or sets a list of management groups attached to the workspace." + } + }, + "description": "The list workspace management groups operation response." + } + }, + "parameters": { + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json new file mode 100644 index 000000000000..b5da35c2f80f --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json @@ -0,0 +1,195 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2019-08-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/locations/{location}/operationStatuses/{asyncOperationId}": { + "get": { + "x-ms-examples": { + "Get specific operation status": { + "$ref": "./examples/operationStatuses.json" + } + }, + "tags": [ + "asyncOperations" + ], + "operationId": "GetAsyncOperationsStatus", + "description": "Get the status of an azure asynchronous operation.", + "parameters": [ + { + "name": "location", + "in": "path", + "required": true, + "type": "string", + "description": "The region name of operation." + }, + { + "name": "asyncOperationId", + "in": "path", + "required": true, + "type": "string", + "description": "The operation Id." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK. Operation status.", + "schema": { + "$ref": "#/definitions/OperationStatus" + } + } + } + } + } + }, + "definitions": { + "ProxyResource": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource ID." + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "description": "Common properties of proxy resource." + }, + "ErrorResponse": { + "properties": { + "code": { + "readOnly": true, + "type": "string", + "description": "The error code." + }, + "message": { + "readOnly": true, + "type": "string", + "description": "The error message." + }, + "target": { + "readOnly": true, + "type": "string", + "description": "The error target." + }, + "details": { + "readOnly": true, + "type": "array", + "items": { + "$ref": "#/definitions/ErrorResponse" + }, + "description": "The error details." + }, + "additionalInfo": { + "readOnly": true, + "type": "array", + "items": { + "$ref": "#/definitions/ErrorAdditionalInfo" + }, + "description": "The error additional info." + } + }, + "description": "The resource management error response." + }, + "ErrorAdditionalInfo": { + "properties": { + "type": { + "readOnly": true, + "type": "string", + "description": "The additional info type." + }, + "info": { + "readOnly": true, + "type": "object", + "description": "The additional info." + } + }, + "description": "The resource management error additional info." + }, + "OperationStatus": { + "description": "The status of operation.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The operation Id." + }, + "name": { + "type": "string", + "description": "The operation name." + }, + "startTime": { + "type": "string", + "description": "The start time of the operation." + }, + "endTime": { + "type": "string", + "description": "The end time of the operation." + }, + "status": { + "type": "string", + "description": "The status of the operation." + }, + "error": { + "type": "object", + "description": "The error detail of the operation if any.", + "$ref": "#/definitions/ErrorResponse" + } + } + } + }, + "parameters": { + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json new file mode 100644 index 000000000000..bdcfa018903b --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json @@ -0,0 +1,110 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2019-08-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/providers/Microsoft.OperationalInsights/operations": { + "get": { + "tags": [ + "Operations" + ], + "operationId": "Operations_List", + "description": "Lists all of the available OperationalInsights Rest API operations.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/OperationListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + } + }, + "definitions": { + "OperationListResult": { + "description": "Result of the request to list solution operations.", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/Operation" + }, + "description": "List of solution operations supported by the OperationsManagement resource provider." + }, + "nextLink": { + "type": "string", + "readOnly": true, + "description": "URL to get the next set of operation list results if there are any." + } + } + }, + "Operation": { + "description": "Supported operation of OperationalInsights resource provider.", + "properties": { + "name": { + "description": "Operation name: {provider}/{resource}/{operation}", + "type": "string" + }, + "display": { + "description": "Display metadata associated with the operation.", + "properties": { + "provider": { + "description": "Service provider: Microsoft OperationsManagement.", + "type": "string" + }, + "resource": { + "description": "Resource on which the operation is performed etc.", + "type": "string" + }, + "operation": { + "description": "Type of operation: get, read, delete, etc.", + "type": "string" + } + } + } + } + } + }, + "parameters": { + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json new file mode 100644 index 000000000000..73bd5ada8e9c --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json @@ -0,0 +1,95 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2019-08-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/sharedKeys": { + "post": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "SharedKeysList": { + "$ref": "./examples/WorkspacesGetSharedKeys.json" + } + }, + "operationId": "Workspaces_GetSharedKeys", + "description": "Gets the shared keys for a workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/SharedKeys" + } + } + } + } + } + }, + "definitions": { + "SharedKeys": { + "properties": { + "primarySharedKey": { + "type": "string", + "description": "The primary shared key of a workspace." + }, + "secondarySharedKey": { + "type": "string", + "description": "The secondary shared key of a workspace." + } + }, + "description": "The shared keys for a workspace." + } + }, + "parameters": { + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json new file mode 100644 index 000000000000..c62132e91b54 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json @@ -0,0 +1,142 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2019-08-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/usages": { + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "UsagesList": { + "$ref": "./examples/WorkspacesListUsages.json" + } + }, + "operationId": "Workspaces_ListUsages", + "description": "Gets a list of usage metrics for a workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/WorkspaceListUsagesResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + } + }, + "definitions": { + "MetricName": { + "properties": { + "value": { + "type": "string", + "description": "The system name of the metric." + }, + "localizedValue": { + "type": "string", + "description": "The localized name of the metric." + } + }, + "description": "The name of a metric." + }, + "UsageMetric": { + "properties": { + "name": { + "$ref": "#/definitions/MetricName", + "description": "The name of the metric." + }, + "unit": { + "type": "string", + "description": "The units used for the metric." + }, + "currentValue": { + "type": "number", + "format": "double", + "description": "The current value of the metric." + }, + "limit": { + "type": "number", + "format": "double", + "description": "The quota limit for the metric." + }, + "nextResetTime": { + "type": "string", + "format": "date-time", + "description": "The time that the metric's value will reset." + }, + "quotaPeriod": { + "type": "string", + "description": "The quota period that determines the length of time between value resets." + } + }, + "description": "A metric describing the usage of a resource." + }, + "WorkspaceListUsagesResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/UsageMetric" + }, + "description": "Gets or sets a list of usage metrics for a workspace." + } + }, + "description": "The list workspace usages operation response." + } + }, + "parameters": { + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesCreate.json new file mode 100644 index 000000000000..ed77a8dfb252 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesCreate.json @@ -0,0 +1,41 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "AzTest9724", + "dataSourceName": "AzTestDS774", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000", + "parameters": { + "properties": { + "LinkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" + }, + "kind": "AzureActivityLog" + } + }, + "responses": { + "200": { + "body": { + "kind": "AzureActivityLog", + "properties": { + "linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774", + "eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"", + "name": "AzTestDS774", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + } + }, + "201": { + "body": { + "kind": "AzureActivityLog", + "properties": { + "linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774", + "eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"", + "name": "AzTestDS774", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesDelete.json new file mode 100644 index 000000000000..b54e9fbbda25 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "AzTest9724", + "dataSourceName": "AzTestDS774", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesGet.json new file mode 100644 index 000000000000..ac0990d9be2b --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesGet.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "AzTest9724", + "dataSourceName": "AzTestDS774", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "kind": "AzureActivityLog", + "properties": { + "linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774", + "eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"", + "name": "AzTestDS774", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesListByWorkspace.json new file mode 100644 index 000000000000..4f878cbc25bc --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesListByWorkspace.json @@ -0,0 +1,3019 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "AzTest9724", + "dataSourceName": "AzTestDS774", + "$filter": "kind='WindowsEvent'", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent14", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1011", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.5629323Z'\"", + "name": "AzTestDSWE1011", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent64", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1013", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A22.2533211Z'\"", + "name": "AzTestDSWE1013", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent202", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1020", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.4645698Z'\"", + "name": "AzTestDSWE1020", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent231", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1074", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A12.5871672Z'\"", + "name": "AzTestDSWE1074", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent86", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1117", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A28.9325389Z'\"", + "name": "AzTestDSWE1117", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent30", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1128", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A13.2185735Z'\"", + "name": "AzTestDSWE1128", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent66", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1176", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A22.7779289Z'\"", + "name": "AzTestDSWE1176", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent199", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1293", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A03.5114136Z'\"", + "name": "AzTestDSWE1293", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent102", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE134", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.6788897Z'\"", + "name": "AzTestDSWE134", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent111", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1352", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A36.2312139Z'\"", + "name": "AzTestDSWE1352", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent31", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1360", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A13.4685716Z'\"", + "name": "AzTestDSWE1360", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent53", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1382", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.2840543Z'\"", + "name": "AzTestDSWE1382", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent132", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1410", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A42.7070374Z'\"", + "name": "AzTestDSWE1410", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent211", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1417", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.8922838Z'\"", + "name": "AzTestDSWE1417", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent274", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1560", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A26.6932412Z'\"", + "name": "AzTestDSWE1560", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent212", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1618", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A07.1422661Z'\"", + "name": "AzTestDSWE1618", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent221", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1662", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A09.5980265Z'\"", + "name": "AzTestDSWE1662", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent121", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1675", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A39.6167744Z'\"", + "name": "AzTestDSWE1675", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent157", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE169", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A50.1064668Z'\"", + "name": "AzTestDSWE169", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent196", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1735", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A02.4954752Z'\"", + "name": "AzTestDSWE1735", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent12", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1742", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.0452997Z'\"", + "name": "AzTestDSWE1742", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent145", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1815", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A46.5966089Z'\"", + "name": "AzTestDSWE1815", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent69", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1828", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A23.6529754Z'\"", + "name": "AzTestDSWE1828", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent58", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE188", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A20.7216320Z'\"", + "name": "AzTestDSWE188", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent48", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1962", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A17.9341560Z'\"", + "name": "AzTestDSWE1962", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent246", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1997", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A17.3081821Z'\"", + "name": "AzTestDSWE1997", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent154", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2046", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A49.2918213Z'\"", + "name": "AzTestDSWE2046", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent165", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2056", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A52.4111189Z'\"", + "name": "AzTestDSWE2056", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent172", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2116", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A54.7598026Z'\"", + "name": "AzTestDSWE2116", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent9", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2142", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A07.2711237Z'\"", + "name": "AzTestDSWE2142", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent150", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE22", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A48.2064500Z'\"", + "name": "AzTestDSWE22", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent218", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2208", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A08.7849248Z'\"", + "name": "AzTestDSWE2208", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent161", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2221", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A51.3306230Z'\"", + "name": "AzTestDSWE2221", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent75", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2226", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A25.5991266Z'\"", + "name": "AzTestDSWE2226", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent38", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2231", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A15.3592513Z'\"", + "name": "AzTestDSWE2231", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent208", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2242", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.0641077Z'\"", + "name": "AzTestDSWE2242", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent228", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2263", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A11.7829226Z'\"", + "name": "AzTestDSWE2263", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent259", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2369", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A21.5874093Z'\"", + "name": "AzTestDSWE2369", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent210", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE240", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.6266574Z'\"", + "name": "AzTestDSWE240", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent265", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2423", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A23.4752361Z'\"", + "name": "AzTestDSWE2423", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent112", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2463", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A36.5611370Z'\"", + "name": "AzTestDSWE2463", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent32", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2499", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A13.7187131Z'\"", + "name": "AzTestDSWE2499", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent220", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2509", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A09.3324224Z'\"", + "name": "AzTestDSWE2509", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent87", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2541", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A29.2312540Z'\"", + "name": "AzTestDSWE2541", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent2", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2578", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.3117461Z'\"", + "name": "AzTestDSWE2578", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent119", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2619", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A38.5379572Z'\"", + "name": "AzTestDSWE2619", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent1", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE274", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.0735592Z'\"", + "name": "AzTestDSWE274", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent92", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2754", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A30.6297451Z'\"", + "name": "AzTestDSWE2754", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent205", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE281", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A05.2972963Z'\"", + "name": "AzTestDSWE281", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent101", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2818", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.3820072Z'\"", + "name": "AzTestDSWE2818", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent236", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2860", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A14.0876077Z'\"", + "name": "AzTestDSWE2860", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent93", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2867", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A30.9266089Z'\"", + "name": "AzTestDSWE2867", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent278", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2923", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A27.9342580Z'\"", + "name": "AzTestDSWE2923", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent138", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2979", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A44.4311007Z'\"", + "name": "AzTestDSWE2979", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent217", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3009", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A08.5349323Z'\"", + "name": "AzTestDSWE3009", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent269", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3033", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A24.9696296Z'\"", + "name": "AzTestDSWE3033", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent49", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3095", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A18.2006423Z'\"", + "name": "AzTestDSWE3095", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent118", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3114", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A38.2879169Z'\"", + "name": "AzTestDSWE3114", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent116", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3132", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A37.6889867Z'\"", + "name": "AzTestDSWE3132", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent185", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3147", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A58.9331954Z'\"", + "name": "AzTestDSWE3147", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent109", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3159", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.6843083Z'\"", + "name": "AzTestDSWE3159", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent46", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE317", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A17.4118415Z'\"", + "name": "AzTestDSWE317", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent107", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3175", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.0592573Z'\"", + "name": "AzTestDSWE3175", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent28", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3183", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A12.6247906Z'\"", + "name": "AzTestDSWE3183", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent237", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3217", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A14.4938899Z'\"", + "name": "AzTestDSWE3217", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent62", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3220", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A21.7373059Z'\"", + "name": "AzTestDSWE3220", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent51", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3228", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A18.7785353Z'\"", + "name": "AzTestDSWE3228", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent171", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3395", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A54.4936956Z'\"", + "name": "AzTestDSWE3395", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent63", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3416", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A22.0032694Z'\"", + "name": "AzTestDSWE3416", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent280", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3506", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A28.8251658Z'\"", + "name": "AzTestDSWE3506", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent23", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3517", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A11.2153209Z'\"", + "name": "AzTestDSWE3517", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent229", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3528", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A12.0402565Z'\"", + "name": "AzTestDSWE3528", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent136", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3530", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A43.8027590Z'\"", + "name": "AzTestDSWE3530", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent194", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3594", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A01.9173304Z'\"", + "name": "AzTestDSWE3594", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent191", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3615", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A00.8990889Z'\"", + "name": "AzTestDSWE3615", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent242", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3645", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A16.0877829Z'\"", + "name": "AzTestDSWE3645", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent11", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3676", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A07.8068460Z'\"", + "name": "AzTestDSWE3676", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent155", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3700", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A49.5439700Z'\"", + "name": "AzTestDSWE3700", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent117", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3738", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A38.0363694Z'\"", + "name": "AzTestDSWE3738", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent159", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3740", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A50.6390339Z'\"", + "name": "AzTestDSWE3740", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent95", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3754", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A31.5203823Z'\"", + "name": "AzTestDSWE3754", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent96", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3761", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A31.7860159Z'\"", + "name": "AzTestDSWE3761", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent56", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3787", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A20.0966078Z'\"", + "name": "AzTestDSWE3787", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent181", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3880", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A57.8394298Z'\"", + "name": "AzTestDSWE3880", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent160", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3887", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A51.0806178Z'\"", + "name": "AzTestDSWE3887", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent244", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3899", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A16.6987634Z'\"", + "name": "AzTestDSWE3899", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent127", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3928", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A41.4223363Z'\"", + "name": "AzTestDSWE3928", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent186", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4005", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A59.1831854Z'\"", + "name": "AzTestDSWE4005", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent288", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4021", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A31.5314824Z'\"", + "name": "AzTestDSWE4021", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent193", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4054", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A01.6667691Z'\"", + "name": "AzTestDSWE4054", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent133", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE406", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A42.9581303Z'\"", + "name": "AzTestDSWE406", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent88", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4128", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A29.4890798Z'\"", + "name": "AzTestDSWE4128", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent189", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4140", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A00.2051432Z'\"", + "name": "AzTestDSWE4140", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent183", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4209", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A58.3706603Z'\"", + "name": "AzTestDSWE4209", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent67", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4216", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A23.1240354Z'\"", + "name": "AzTestDSWE4216", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent294", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4240", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A33.5368097Z'\"", + "name": "AzTestDSWE4240", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent91", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4279", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A30.3641074Z'\"", + "name": "AzTestDSWE4279", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent273", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4289", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A26.3963554Z'\"", + "name": "AzTestDSWE4289", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent148", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4317", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A47.6751803Z'\"", + "name": "AzTestDSWE4317", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent4", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4324", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.8120517Z'\"", + "name": "AzTestDSWE4324", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent201", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4362", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.1208323Z'\"", + "name": "AzTestDSWE4362", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent13", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4416", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.3109506Z'\"", + "name": "AzTestDSWE4416", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent153", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4424", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A48.9744951Z'\"", + "name": "AzTestDSWE4424", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent52", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4466", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.0457713Z'\"", + "name": "AzTestDSWE4466", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent37", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4467", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A15.0936374Z'\"", + "name": "AzTestDSWE4467", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent129", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4503", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A41.9399246Z'\"", + "name": "AzTestDSWE4503", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent276", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4521", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A27.2714771Z'\"", + "name": "AzTestDSWE4521", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent79", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4530", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A26.7419933Z'\"", + "name": "AzTestDSWE4530", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent115", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4600", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A37.4227966Z'\"", + "name": "AzTestDSWE4600", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent135", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4644", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A43.5519204Z'\"", + "name": "AzTestDSWE4644", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent162", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4694", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A51.6431386Z'\"", + "name": "AzTestDSWE4694", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent5", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4715", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A06.0530002Z'\"", + "name": "AzTestDSWE4715", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent267", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE472", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A24.3989962Z'\"", + "name": "AzTestDSWE472", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent243", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4721", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A16.3706498Z'\"", + "name": "AzTestDSWE4721", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent295", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4734", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A33.8337155Z'\"", + "name": "AzTestDSWE4734", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent270", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4755", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A25.2712759Z'\"", + "name": "AzTestDSWE4755", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent81", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4779", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A27.5076680Z'\"", + "name": "AzTestDSWE4779", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent0", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4791", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A04.6828938Z'\"", + "name": "AzTestDSWE4791", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent170", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4798", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A54.0073520Z'\"", + "name": "AzTestDSWE4798", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent263", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE480", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A22.9077505Z'\"", + "name": "AzTestDSWE480", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent25", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4847", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A11.7028912Z'\"", + "name": "AzTestDSWE4847", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent204", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4876", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.9847854Z'\"", + "name": "AzTestDSWE4876", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent68", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4900", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A23.4029367Z'\"", + "name": "AzTestDSWE4900", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent105", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4918", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A34.5280091Z'\"", + "name": "AzTestDSWE4918", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent296", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4928", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A34.2882196Z'\"", + "name": "AzTestDSWE4928", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent293", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4930", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A33.2381803Z'\"", + "name": "AzTestDSWE4930", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent113", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4945", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A36.8423994Z'\"", + "name": "AzTestDSWE4945", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent15", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4967", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.9379456Z'\"", + "name": "AzTestDSWE4967", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent180", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4969", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A57.5893926Z'\"", + "name": "AzTestDSWE4969", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent54", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4983", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.5497139Z'\"", + "name": "AzTestDSWE4983", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent151", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5011", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A48.4588661Z'\"", + "name": "AzTestDSWE5011", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent290", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5082", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A32.2694295Z'\"", + "name": "AzTestDSWE5082", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent248", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5136", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A17.8863220Z'\"", + "name": "AzTestDSWE5136", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent206", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5141", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A05.5484906Z'\"", + "name": "AzTestDSWE5141", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent266", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5166", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A23.9283342Z'\"", + "name": "AzTestDSWE5166", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent282", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5207", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A29.4970655Z'\"", + "name": "AzTestDSWE5207", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent203", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5223", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.7146038Z'\"", + "name": "AzTestDSWE5223", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent20", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5233", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A10.3237629Z'\"", + "name": "AzTestDSWE5233", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent249", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5253", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A18.1831872Z'\"", + "name": "AzTestDSWE5253", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent286", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5255", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A30.9049829Z'\"", + "name": "AzTestDSWE5255", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent29", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5263", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A12.8904269Z'\"", + "name": "AzTestDSWE5263", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent255", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5351", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A20.4543884Z'\"", + "name": "AzTestDSWE5351", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent55", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5385", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.7997319Z'\"", + "name": "AzTestDSWE5385", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent89", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5394", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A29.7703365Z'\"", + "name": "AzTestDSWE5394", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent17", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE541", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A09.4692151Z'\"", + "name": "AzTestDSWE541", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent241", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5439", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A15.7994161Z'\"", + "name": "AzTestDSWE5439", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent223", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5460", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A10.3032105Z'\"", + "name": "AzTestDSWE5460", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent268", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5479", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A24.6802546Z'\"", + "name": "AzTestDSWE5479", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent192", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5483", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A01.1670463Z'\"", + "name": "AzTestDSWE5483", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent114", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5486", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A37.1393156Z'\"", + "name": "AzTestDSWE5486", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent126", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5554", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A41.1205470Z'\"", + "name": "AzTestDSWE5554", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent256", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5559", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A20.7200407Z'\"", + "name": "AzTestDSWE5559", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent50", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5585", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A18.4534330Z'\"", + "name": "AzTestDSWE5585", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent125", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE568", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A40.8861587Z'\"", + "name": "AzTestDSWE568", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent230", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5741", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A12.3059271Z'\"", + "name": "AzTestDSWE5741", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent120", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE58", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A39.0692471Z'\"", + "name": "AzTestDSWE58", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent44", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5810", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A16.9117573Z'\"", + "name": "AzTestDSWE5810", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent141", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5815", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A45.4055476Z'\"", + "name": "AzTestDSWE5815", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent173", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5858", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A55.0097893Z'\"", + "name": "AzTestDSWE5858", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent251", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5866", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A18.9931389Z'\"", + "name": "AzTestDSWE5866", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent187", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5888", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A59.4332080Z'\"", + "name": "AzTestDSWE5888", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent18", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5905", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A09.7599986Z'\"", + "name": "AzTestDSWE5905", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent224", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6027", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A10.6395291Z'\"", + "name": "AzTestDSWE6027", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent235", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE607", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A13.7282386Z'\"", + "name": "AzTestDSWE607", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent100", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6099", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.1319662Z'\"", + "name": "AzTestDSWE6099", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent6", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6122", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A06.3186640Z'\"", + "name": "AzTestDSWE6122", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent24", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6218", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A11.4528829Z'\"", + "name": "AzTestDSWE6218", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent149", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE622", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A47.9407875Z'\"", + "name": "AzTestDSWE622", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent209", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6222", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.3453921Z'\"", + "name": "AzTestDSWE6222", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent60", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6240", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A21.2372832Z'\"", + "name": "AzTestDSWE6240", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent216", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6251", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A08.2849036Z'\"", + "name": "AzTestDSWE6251", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent195", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6274", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A02.1829375Z'\"", + "name": "AzTestDSWE6274", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent98", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6296", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A32.3491070Z'\"", + "name": "AzTestDSWE6296", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent261", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6301", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A22.1811938Z'\"", + "name": "AzTestDSWE6301", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent7", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6404", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A06.7093003Z'\"", + "name": "AzTestDSWE6404", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent3", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6406", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.5617435Z'\"", + "name": "AzTestDSWE6406", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent123", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6432", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A40.2886854Z'\"", + "name": "AzTestDSWE6432", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent110", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6439", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.9811949Z'\"", + "name": "AzTestDSWE6439", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent233", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6451", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A13.1344490Z'\"", + "name": "AzTestDSWE6451", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent22", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6486", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A10.9653354Z'\"", + "name": "AzTestDSWE6486", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent19", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6505", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A10.0582011Z'\"", + "name": "AzTestDSWE6505", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent166", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6514", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A52.8955201Z'\"", + "name": "AzTestDSWE6514", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent225", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6518", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A10.9395226Z'\"", + "name": "AzTestDSWE6518", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent70", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6537", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A24.0123335Z'\"", + "name": "AzTestDSWE6537", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent179", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6547", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A57.3394082Z'\"", + "name": "AzTestDSWE6547", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent103", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6556", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.9457044Z'\"", + "name": "AzTestDSWE6556", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent234", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6718", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A13.4313542Z'\"", + "name": "AzTestDSWE6718", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent108", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6724", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.4186784Z'\"", + "name": "AzTestDSWE6724", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent27", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6741", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A12.3279180Z'\"", + "name": "AzTestDSWE6741", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent72", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6796", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A24.5764501Z'\"", + "name": "AzTestDSWE6796", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent299", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6826", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A35.2579899Z'\"", + "name": "AzTestDSWE6826", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent297", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6829", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A34.6319483Z'\"", + "name": "AzTestDSWE6829", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent85", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6893", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A28.5887776Z'\"", + "name": "AzTestDSWE6893", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent41", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6974", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A16.1249736Z'\"", + "name": "AzTestDSWE6974", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent279", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7008", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A28.3876585Z'\"", + "name": "AzTestDSWE7008", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent281", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7014", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A29.1220764Z'\"", + "name": "AzTestDSWE7014", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent272", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7068", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A26.0213457Z'\"", + "name": "AzTestDSWE7068", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent260", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7080", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A21.8686663Z'\"", + "name": "AzTestDSWE7080", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent124", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7166", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A40.5423724Z'\"", + "name": "AzTestDSWE7166", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent42", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7178", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A16.3906307Z'\"", + "name": "AzTestDSWE7178", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + } + ], + "nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/dataSources?$filter=kind+eq+'WindowsEvent'&api-version=2019-08-01-preview&$skiptoken=AzTestDSWE7191" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesCreate.json new file mode 100644 index 000000000000..10a802feffc0 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesCreate.json @@ -0,0 +1,36 @@ +{ + "parameters": { + "resourceGroupName": "mms-eus", + "workspaceName": "TestLinkWS", + "linkedServiceName": "TestLinkWS/Automation", + "parameters": { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/testAccount" + } + }, + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" + }, + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", + "name": "TestLinkWS/Automation", + "type": "Microsoft.OperationalInsights/workspaces/linkedServices" + } + }, + "201": { + "body": { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" + }, + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", + "name": "TestLinkWS/Automation", + "type": "Microsoft.OperationalInsights/workspaces/linkedServices" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesDelete.json new file mode 100644 index 000000000000..492c54271f50 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "linkedServiceName": "TestLinkWS/Automation", + "workspaceName": "TestLinkWS", + "resourceGroupName": "rg1", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesGet.json new file mode 100644 index 000000000000..6f0ef009d050 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesGet.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "resourceGroupName": "mms-eus", + "workspaceName": "TestLinkWS", + "linkedServiceName": "TestLinkWS/Automation", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", + "name": "TestLinkWS/Automation", + "type": "Microsoft.OperationalInsights/workspaces/linkedServices" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesListByWorkspace.json new file mode 100644 index 000000000000..76afcaf0f637 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesListByWorkspace.json @@ -0,0 +1,30 @@ +{ + "parameters": { + "resourceGroupName": "mms-eus", + "workspaceName": "TestLinkWS", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", + "name": "TestLinkWS/Automation", + "type": "Microsoft.OperationalInsights/workspaces/linkedServices" + }, + { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount2" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", + "name": "TestLinkWS/Automation", + "type": "Microsoft.OperationalInsights/workspaces/linkedServices" + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsList.json new file mode 100644 index 000000000000..ddf760a2ed19 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsList.json @@ -0,0 +1,2251 @@ +{ + "parameters": { + "api-version": "2019-08-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "Microsoft.OperationalInsights/workspaces/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Workspace", + "operation": "Create Workspace", + "description": "Creates a new workspace or links to an existing workspace by providing the customer id from the existing workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Workspace", + "operation": "Get Workspace", + "description": "Gets an existing workspace" + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Workspace", + "operation": "Delete Workspace", + "description": "Deletes a workspace. If the workspace was linked to an existing workspace at creation time then the workspace it was linked to is not deleted." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/generateregistrationcertificate/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Registration Certificate", + "operation": "Generates Registration Certificate for Workspace.", + "description": "Generates Registration Certificate for the workspace. This Certificate is used to connect Microsoft System Center Operation Manager to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Storage Insight Configuration", + "operation": "Create Storage Configuration", + "description": "Creates a new storage configuration. These configurations are used to pull data from a location in an existing storage account." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Storage Insight Configuration", + "operation": "Get Storage Configuration", + "description": "Gets a storage configuration." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Storage Insight Configuration", + "operation": "Delete Storage Configuration", + "description": "Deletes a storage configuration. This will stop Microsoft Operational Insights from reading data from the storage account." + } + }, + { + "name": "Microsoft.OperationalInsights/register/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Register", + "operation": "Register a subscription to a resource provider.", + "description": "Register a subscription to a resource provider." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/sharedKeys/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Shared Keys", + "operation": "List Workspace Shared Keys", + "description": "Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/sharedKeys/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Shared Keys", + "operation": "List Workspace Shared Keys", + "description": "Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/listKeys/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "List Keys", + "operation": "List Workspace Keys", + "description": "Retrieves the list keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/listKeys/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "List Keys", + "operation": "List Workspace Keys", + "description": "Retrieves the list keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/managementGroups/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Management Group", + "operation": "Get Management Groups for Workspace", + "description": "Gets the names and metadata for System Center Operations Manager management groups connected to this workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/usages/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Usage Metric", + "operation": "Get Usage Data for Workspace", + "description": "Gets usage data for a workspace including the amount of data read by the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/search/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Search", + "operation": "Search Workspace Data", + "description": "Executes a search query" + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/schema/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Search Schema", + "operation": "Get Search Schema", + "description": "Gets the search schema for the workspace. Search schema includes the exposed fields and their types." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/datasources/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Data Source", + "operation": "Get datasources under a workspace.", + "description": "Get datasources under a workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/datasources/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Data Source", + "operation": "Create/Update datasources under a workspace.", + "description": "Create/Update datasources under a workspace." + } + }, + {}, + {}, + {}, + {}, + { + "name": "Microsoft.OperationalInsights/workspaces/notificationSettings/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Notification Settings", + "operation": "Get Notification Settings", + "description": "Get the user's notification settings for the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/notificationSettings/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Notification Settings", + "operation": "Put Notification Settings", + "description": "Set the user's notification settings for the workspace." + } + }, + {}, + {}, + {}, + { + "name": "Microsoft.OperationalInsights/workspaces/configurationScopes/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Configuration Scope", + "operation": "Delete Configuration Scope", + "description": "Delete Configuration Scope" + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/linkedServices/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Linked Services", + "operation": "Get linked services under given workspace.", + "description": "Get linked services under given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/linkedServices/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Linked Services", + "operation": "Create/Update linked services under given workspace.", + "description": "Create/Update linked services under given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/linkedServices/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Linked Services", + "operation": "Delete linked services under given workspace.", + "description": "Delete linked services under given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Intelligence Packs", + "operation": "List Intelligence Packs", + "description": "Lists all intelligence packs that are visible for a given worksapce and also lists whether the pack is enabled or disabled for that workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/enable/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Intelligence Packs", + "operation": "Enable Intelligence Pack", + "description": "Enables an intelligence pack for a given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/disable/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Intelligence Packs", + "operation": "Disable Intelligence Pack", + "description": "Disables an intelligence pack for a given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/analytics/query/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Search using new engine.", + "description": "Search using new engine." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/analytics/query/schema/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Get search schema V2.", + "description": "Get search schema V2." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/api/query/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Search using new engine.", + "description": "Search using new engine." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/api/query/schema/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Get search schema V2.", + "description": "Get search schema V2." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/purge/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Delete specified data from workspace", + "description": "Delete specified data from workspace" + } + }, + { + "name": "Microsoft.OperationalInsights/linkTargets/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Unlinked Account", + "operation": "List Unlinked Accounts", + "description": "Lists existing accounts that are not associated with an Azure subscription. To link this Azure subscription to a workspace, use a customer id returned by this operation in the customer id property of the Create Workspace operation." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/metricDefinitions/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Metric Definitions", + "operation": "Metric Definition operation", + "description": "Get Metric Definitions under workspace" + }, + "properties": { + "serviceSpecification": { + "metricSpecifications": [ + { + "name": "Average_% Free Inodes", + "displayName": "Average_% Free Inodes", + "displayDescription": "Average_% Free Inodes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Free Space", + "displayName": "Average_% Free Space", + "displayDescription": "Average_% Free Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Used Inodes", + "displayName": "Average_% Used Inodes", + "displayDescription": "Average_% Used Inodes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Used Space", + "displayName": "Average_% Used Space", + "displayDescription": "Average_% Used Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Read Bytes/sec", + "displayName": "Average_Disk Read Bytes/sec", + "displayDescription": "Average_Disk Read Bytes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Reads/sec", + "displayName": "Average_Disk Reads/sec", + "displayDescription": "Average_Disk Reads/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Transfers/sec", + "displayName": "Average_Disk Transfers/sec", + "displayDescription": "Average_Disk Transfers/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Write Bytes/sec", + "displayName": "Average_Disk Write Bytes/sec", + "displayDescription": "Average_Disk Write Bytes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Writes/sec", + "displayName": "Average_Disk Writes/sec", + "displayDescription": "Average_Disk Writes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Free Megabytes", + "displayName": "Average_Free Megabytes", + "displayDescription": "Average_Free Megabytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Logical Disk Bytes/sec", + "displayName": "Average_Logical Disk Bytes/sec", + "displayDescription": "Average_Logical Disk Bytes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Available Memory", + "displayName": "Average_% Available Memory", + "displayDescription": "Average_% Available Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Available Swap Space", + "displayName": "Average_% Available Swap Space", + "displayDescription": "Average_% Available Swap Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Used Memory", + "displayName": "Average_% Used Memory", + "displayDescription": "Average_% Used Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Used Swap Space", + "displayName": "Average_% Used Swap Space", + "displayDescription": "Average_% Used Swap Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Available MBytes Memory", + "displayName": "Average_Available MBytes Memory", + "displayDescription": "Average_Available MBytes Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Available MBytes Swap", + "displayName": "Average_Available MBytes Swap", + "displayDescription": "Average_Available MBytes Swap", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Page Reads/sec", + "displayName": "Average_Page Reads/sec", + "displayDescription": "Average_Page Reads/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Page Writes/sec", + "displayName": "Average_Page Writes/sec", + "displayDescription": "Average_Page Writes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Pages/sec", + "displayName": "Average_Pages/sec", + "displayDescription": "Average_Pages/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Used MBytes Swap Space", + "displayName": "Average_Used MBytes Swap Space", + "displayDescription": "Average_Used MBytes Swap Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Used Memory MBytes", + "displayName": "Average_Used Memory MBytes", + "displayDescription": "Average_Used Memory MBytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Bytes Transmitted", + "displayName": "Average_Total Bytes Transmitted", + "displayDescription": "Average_Total Bytes Transmitted", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Bytes Received", + "displayName": "Average_Total Bytes Received", + "displayDescription": "Average_Total Bytes Received", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Bytes", + "displayName": "Average_Total Bytes", + "displayDescription": "Average_Total Bytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Packets Transmitted", + "displayName": "Average_Total Packets Transmitted", + "displayDescription": "Average_Total Packets Transmitted", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Packets Received", + "displayName": "Average_Total Packets Received", + "displayDescription": "Average_Total Packets Received", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Rx Errors", + "displayName": "Average_Total Rx Errors", + "displayDescription": "Average_Total Rx Errors", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Tx Errors", + "displayName": "Average_Total Tx Errors", + "displayDescription": "Average_Total Tx Errors", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Collisions", + "displayName": "Average_Total Collisions", + "displayDescription": "Average_Total Collisions", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Avg. Disk sec/Read", + "displayName": "Average_Avg. Disk sec/Read", + "displayDescription": "Average_Avg. Disk sec/Read", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Avg. Disk sec/Transfer", + "displayName": "Average_Avg. Disk sec/Transfer", + "displayDescription": "Average_Avg. Disk sec/Transfer", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Avg. Disk sec/Write", + "displayName": "Average_Avg. Disk sec/Write", + "displayDescription": "Average_Avg. Disk sec/Write", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Physical Disk Bytes/sec", + "displayName": "Average_Physical Disk Bytes/sec", + "displayDescription": "Average_Physical Disk Bytes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Pct Privileged Time", + "displayName": "Average_Pct Privileged Time", + "displayDescription": "Average_Pct Privileged Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Pct User Time", + "displayName": "Average_Pct User Time", + "displayDescription": "Average_Pct User Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Used Memory kBytes", + "displayName": "Average_Used Memory kBytes", + "displayDescription": "Average_Used Memory kBytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Virtual Shared Memory", + "displayName": "Average_Virtual Shared Memory", + "displayDescription": "Average_Virtual Shared Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% DPC Time", + "displayName": "Average_% DPC Time", + "displayDescription": "Average_% DPC Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Idle Time", + "displayName": "Average_% Idle Time", + "displayDescription": "Average_% Idle Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Interrupt Time", + "displayName": "Average_% Interrupt Time", + "displayDescription": "Average_% Interrupt Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% IO Wait Time", + "displayName": "Average_% IO Wait Time", + "displayDescription": "Average_% IO Wait Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Nice Time", + "displayName": "Average_% Nice Time", + "displayDescription": "Average_% Nice Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Privileged Time", + "displayName": "Average_% Privileged Time", + "displayDescription": "Average_% Privileged Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Processor Time", + "displayName": "Average_% Processor Time", + "displayDescription": "Average_% Processor Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% User Time", + "displayName": "Average_% User Time", + "displayDescription": "Average_% User Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Free Physical Memory", + "displayName": "Average_Free Physical Memory", + "displayDescription": "Average_Free Physical Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Free Space in Paging Files", + "displayName": "Average_Free Space in Paging Files", + "displayDescription": "Average_Free Space in Paging Files", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Free Virtual Memory", + "displayName": "Average_Free Virtual Memory", + "displayDescription": "Average_Free Virtual Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Processes", + "displayName": "Average_Processes", + "displayDescription": "Average_Processes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Size Stored In Paging Files", + "displayName": "Average_Size Stored In Paging Files", + "displayDescription": "Average_Size Stored In Paging Files", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + {}, + {}, + {}, + {}, + { + "name": "Average_Current Disk Queue Length", + "displayName": "Average_Current Disk Queue Length", + "displayDescription": "Average_Current Disk Queue Length", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Reads/sec", + "displayName": "Average_Disk Reads/sec", + "displayDescription": "Average_Disk Reads/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Transfers/sec", + "displayName": "Average_Disk Transfers/sec", + "displayDescription": "Average_Disk Transfers/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Writes/sec", + "displayName": "Average_Disk Writes/sec", + "displayDescription": "Average_Disk Writes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Free Megabytes", + "displayName": "Average_Free Megabytes", + "displayDescription": "Average_Free Megabytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Free Space", + "displayName": "Average_% Free Space", + "displayDescription": "Average_% Free Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Available MBytes", + "displayName": "Average_Available MBytes", + "displayDescription": "Average_Available MBytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Committed Bytes In Use", + "displayName": "Average_% Committed Bytes In Use", + "displayDescription": "Average_% Committed Bytes In Use", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Bytes Received/sec", + "displayName": "Average_Bytes Received/sec", + "displayDescription": "Average_Bytes Received/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Bytes Sent/sec", + "displayName": "Average_Bytes Sent/sec", + "displayDescription": "Average_Bytes Sent/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Bytes Total/sec", + "displayName": "Average_Bytes Total/sec", + "displayDescription": "Average_Bytes Total/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Processor Time", + "displayName": "Average_% Processor Time", + "displayDescription": "Average_% Processor Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Processor Queue Length", + "displayName": "Average_Processor Queue Length", + "displayDescription": "Average_Processor Queue Length", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Heartbeat", + "displayName": "Heartbeat", + "displayDescription": "Heartbeat", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "OSType", + "displayName": "OSType" + }, + { + "name": "Version", + "displayName": "Version" + }, + { + "name": "SourceComputerId", + "displayName": "SourceComputerId" + } + ] + }, + { + "name": "Update", + "displayName": "Update", + "displayDescription": "Update", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "Product", + "displayName": "Product" + }, + { + "name": "Classification", + "displayName": "Classification" + }, + { + "name": "UpdateState", + "displayName": "UpdateState" + }, + { + "name": "Optional", + "displayName": "Optional" + }, + { + "name": "Approved", + "displayName": "Approved" + } + ] + } + ] + } + } + } + ], + "nextLink": "" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDisableIntelligencePack.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDisableIntelligencePack.json new file mode 100644 index 000000000000..ee555a819d96 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDisableIntelligencePack.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "intelligencePackName": "ChangeTracking", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesEnableIntelligencePack.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesEnableIntelligencePack.json new file mode 100644 index 000000000000..ee555a819d96 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesEnableIntelligencePack.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "intelligencePackName": "ChangeTracking", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGetSharedKeys.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGetSharedKeys.json new file mode 100644 index 000000000000..61b60e77d2e3 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGetSharedKeys.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "primarySharedKey": "BozLY1JnZbxu0jWUQSY8iRPEM8ObmpP8rW+8bUl3+HpDJI+n689SxXgTgU7k1qdxo/WugRLxechxbolAfHM5uA==", + "secondarySharedKey": "7tDt5W0JBrCQKtQA3igfFltLSzJeyr9LmuT+B/ibzd8cdC1neZ1ePOQLBx5NUzc0q2VUIK0cLhWNyFvo/hT8Ww==" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListIntelligencePacks.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListIntelligencePacks.json new file mode 100644 index 000000000000..4b0fd23842b5 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListIntelligencePacks.json @@ -0,0 +1,244 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "name": "CapacityPerformance", + "enabled": false, + "displayName": "Capacity and Performance" + }, + { + "name": "AzureWebAppsAnalytics", + "enabled": false, + "displayName": "Azure Web Apps Analytics (Preview)" + }, + { + "name": "Security", + "enabled": false, + "displayName": "Security and Audit" + }, + { + "name": "Updates", + "enabled": false, + "displayName": "Update Management" + }, + { + "name": "AntiMalware", + "enabled": false, + "displayName": "Antimalware Assessment" + }, + { + "name": "LogManagement", + "enabled": true, + "displayName": "Log Management" + }, + { + "name": "ChangeTracking", + "enabled": true, + "displayName": "Change Tracking" + }, + { + "name": "SQLAssessment", + "enabled": false, + "displayName": "SQL Assessment" + }, + { + "name": "SCOMAssessment", + "enabled": false, + "displayName": "System Center Operations Manager Assessment (Preview)" + }, + { + "name": "ServiceDesk", + "enabled": false, + "displayName": "IT Service Management Connector(Preview)" + }, + { + "name": "ADAssessment", + "enabled": false, + "displayName": "AD Assessment" + }, + { + "name": "AlertManagement", + "enabled": false, + "displayName": "Alert Management" + }, + { + "name": "AzureAutomation", + "enabled": false, + "displayName": "Azure Automation" + }, + { + "name": "WireData", + "enabled": false, + "displayName": "Wire Data" + }, + { + "name": "SiteRecovery", + "enabled": true, + "displayName": "Azure Site Recovery" + }, + { + "name": "Backup", + "enabled": false, + "displayName": "Backup" + }, + { + "name": "SurfaceHub", + "enabled": false, + "displayName": "Surface Hub" + }, + { + "name": "NetworkMonitoring", + "enabled": false, + "displayName": "Network Performance Monitor" + }, + { + "name": "Containers", + "enabled": false, + "displayName": "Container Monitoring Solution" + }, + { + "name": "ServiceMap", + "enabled": false, + "displayName": "Service Map" + }, + { + "name": "AzureNetworking", + "enabled": false, + "displayName": "Azure Networking Analytics (Deprecated)" + }, + { + "name": "ADReplication", + "enabled": false, + "displayName": "AD Replication Status" + }, + { + "name": "Office365", + "enabled": false, + "displayName": "Office 365 (Preview)" + }, + { + "name": "CompatibilityAssessment", + "enabled": false, + "displayName": "Upgrade Readiness" + }, + { + "name": "KeyVault", + "enabled": false, + "displayName": "Key Vault (Deprecated)" + }, + { + "name": "ServiceFabric", + "enabled": false, + "displayName": "Service Fabric" + }, + { + "name": "DnsAnalytics", + "enabled": false, + "displayName": "DNS Analytics (Preview)" + }, + { + "name": "ApplicationInsights", + "enabled": false, + "displayName": "Application Insights (Preview)" + }, + { + "name": "WireData2", + "enabled": false, + "displayName": "Wire Data 2.0" + }, + { + "name": "WaaSUpdateInsights", + "enabled": false, + "displayName": "Update Compliance (Preview)" + }, + { + "name": "AgentHealthAssessment", + "enabled": false, + "displayName": "Agent Health " + }, + { + "name": "AzureActivity", + "enabled": false, + "displayName": "Activity Log Analytics" + }, + { + "name": "HDInsight", + "enabled": false, + "displayName": "HDInsight HBase Monitoring (Preview)" + }, + { + "name": "HDInsightKafka", + "enabled": false, + "displayName": "HDInsight Kafka Monitoring" + }, + { + "name": "HDInsightSpark", + "enabled": false, + "displayName": "HDInsight Spark Monitoring" + }, + { + "name": "VMware", + "enabled": false, + "displayName": "VMware (Preview)" + }, + { + "name": "SecurityCenterFree", + "enabled": false, + "displayName": "Security Center Free � for Azure Resources only" + }, + { + "name": "LogicAppsManagement", + "enabled": false, + "displayName": "Logic Apps Management" + }, + { + "name": "LogicAppB2B", + "enabled": false, + "displayName": "Logic Apps B2B" + }, + { + "name": "AzureSQLAnalytics", + "enabled": false, + "displayName": "Azure SQL Analytics (Preview)" + }, + { + "name": "KeyVaultAnalytics", + "enabled": false, + "displayName": "Key Vault Analytics" + }, + { + "name": "AzureNSGAnalytics", + "enabled": false, + "displayName": "Azure Network Security Group Analytics" + }, + { + "name": "AzureAppGatewayAnalytics", + "enabled": false, + "displayName": "Azure Application Gateway Analytics" + }, + { + "name": "DeviceHealthProd", + "enabled": false, + "displayName": "Device Health (Preview)" + }, + { + "name": "WindowsDefenderATP", + "enabled": false, + "displayName": "Windows Defender ATP" + }, + { + "name": "ProcessInvestigator", + "enabled": false, + "displayName": "ProcessInvestigator" + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListManagementGroups.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListManagementGroups.json new file mode 100644 index 000000000000..e98d4bf2d82d --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListManagementGroups.json @@ -0,0 +1,15 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "value": [] + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListUsages.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListUsages.json new file mode 100644 index 000000000000..dd23a3681728 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListUsages.json @@ -0,0 +1,27 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "api-version": "2019-08-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": { + "value": "DataAnalyzed", + "localizedValue": "Data Analyzed" + }, + "unit": "Bytes", + "currentValue": 0.0, + "limit": 524288000.0, + "nextResetTime": "2017-10-03T00:00:00Z", + "quotaPeriod": "P1D" + } + ] + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/operationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/operationStatuses.json new file mode 100644 index 000000000000..2ab1dc7dd921 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/operationStatuses.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "subscriptionId": "613192d7-503f-477a-9cfe-4efc3ee2bd60", + "location": "West US", + "asyncOperationId": "713192d7-503f-477a-9cfe-4efc3ee2bd11", + "api-version": "2019-08-01-preview" + }, + "responses": { + "200": { + "headers": {}, + "body": { + "id": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/locations/westus/operationStatuses/713192d7-503f-477a-9cfe-4efc3ee2bd11", + "name": "713192d7-503f-477a-9cfe-4efc3ee2bd11", + "startTime": "2017-01-01T13:13:13.933Z", + "endTime": "2017-01-01T16:13:13.933Z", + "status": "Succeeded" + } + } + } +} From 4f4c1dbb3f6e8191fea9c570f95d251c7a759a9a Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 14:15:16 +0300 Subject: [PATCH 24/73] prettier --- .../preview/2019-08-01-preview/DataSources.json | 3 +-- .../preview/2019-08-01-preview/IntelligencePacks.json | 3 +-- .../preview/2019-08-01-preview/LinkedServices.json | 3 +-- .../preview/2019-08-01-preview/ManagementGroups.json | 3 +-- .../preview/2019-08-01-preview/OperationStatuses.json | 3 +-- .../preview/2019-08-01-preview/Operations.json | 3 +-- .../preview/2019-08-01-preview/SharedKeys.json | 3 +-- .../preview/2019-08-01-preview/Usages.json | 3 +-- 8 files changed, 8 insertions(+), 16 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json index 889ad2cdb35b..6a7f51e9694e 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json @@ -354,6 +354,5 @@ "description": "Common properties of proxy resource." } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json index 405fcb1ce95d..20b4618e482d 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json @@ -185,6 +185,5 @@ "description": "Intelligence Pack containing a string name and boolean indicating if it's enabled." } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json index e9163c072243..c26cc12ccac9 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json @@ -302,6 +302,5 @@ "description": "Common properties of proxy resource." } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json index 095c9d2c6747..97f6ce2181ea 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json @@ -142,6 +142,5 @@ "description": "The list workspace management groups operation response." } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json index b5da35c2f80f..be860219054e 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json @@ -190,6 +190,5 @@ } } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json index bdcfa018903b..98d1e80df3dc 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json @@ -105,6 +105,5 @@ } } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json index 73bd5ada8e9c..12a383477f6c 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json @@ -90,6 +90,5 @@ "description": "The shared keys for a workspace." } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json index c62132e91b54..c1ef6ecb5fed 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json @@ -137,6 +137,5 @@ "description": "The list workspace usages operation response." } }, - "parameters": { - } + "parameters": {} } From e8aff56f2da7c0c6259dbe7a7249fc0ce634ec50 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 14:27:59 +0300 Subject: [PATCH 25/73] Update DataSources.json --- .../2019-08-01-preview/DataSources.json | 42 +++++++++++++------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json index 6a7f51e9694e..c42596f67ae9 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json @@ -249,21 +249,39 @@ "DataSourceKind": { "type": "string", "enum": [ - "AzureActivityLog", - "ChangeTrackingPath", - "ChangeTrackingDefaultPath", - "ChangeTrackingDefaultRegistry", - "ChangeTrackingCustomRegistry", - "CustomLog", - "CustomLogCollection", - "GenericDataSource", + "WindowsEvent", + "WindowsPerformanceCounter", "IISLogs", - "LinuxPerformanceObject", - "LinuxPerformanceCollection", "LinuxSyslog", "LinuxSyslogCollection", - "WindowsEvent", - "WindowsPerformanceCounter" + "LinuxPerformanceObject", + "LinuxPerformanceCollection", + "CustomLog", + "CustomLogCollection", + "AzureAuditLog", + "AzureActivityLog", + "GenericDataSource", + "ChangeTrackingCustomPath", + "ChangeTrackingPath", + "ChangeTrackingServices", + "ChangeTrackingDataTypeConfiguration", + "ChangeTrackingDefaultRegistry", + "ChangeTrackingRegistry", + "ChangeTrackingLinuxPath", + "LinuxChangeTrackingPath", + "ChangeTrackingContentLocation", + "WindowsTelemetry", + "Office365", + "SecurityWindowsBaselineConfiguration", + "SecurityCenterSecurityWindowsBaselineConfiguration", + "SecurityEventCollectionConfiguration", + "SecurityInsightsSecurityEventCollectionConfiguration", + "ImportComputerGroup", + "NetworkMonitoring", + "Itsm", + "DnsAnalytics", + "ApplicationInsights", + "SqlDataClassification" ], "x-ms-enum": { "name": "DataSourceKind", From 52fc4df00b5b391c21c593f5ddc18e745c897279 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 14:40:21 +0300 Subject: [PATCH 26/73] split --- ...rationalInsights.json => DataExports.json} | 247 -------------- .../LinkedStorageAccounts.json | 317 ++++++++++++++++++ 2 files changed, 317 insertions(+), 247 deletions(-) rename specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/{OperationalInsights.json => DataExports.json} (59%) create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json similarity index 59% rename from specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json rename to specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json index 5257c4876d5e..a70b5bfef466 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json @@ -246,180 +246,6 @@ } } } - }, - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}": { - "put": { - "tags": [ - "LinkedStorageAccounts" - ], - "x-ms-examples": { - "LinkedStorageAccountsCreate": { - "$ref": "./examples/LinkedStorageAccountsCreate.json" - } - }, - "operationId": "LinkedStorageAccounts_CreateOrUpdate", - "description": "Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." - }, - { - "$ref": "#/parameters/DataSourceTypeParameter" - }, - { - "name": "parameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/LinkedStorageAccounts" - }, - "description": "The parameters required to create or update linked storage accounts." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/LinkedStorageAccounts" - } - } - } - }, - "delete": { - "tags": [ - "LinkedStorageAccounts" - ], - "x-ms-examples": { - "LinkedStorageAccountsDelete": { - "$ref": "./examples/LinkedStorageAccountsDelete.json" - } - }, - "operationId": "LinkedStorageAccounts_Delete", - "description": "Deletes all linked storage accounts of a specific data source type associated with the specified workspace.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." - }, - { - "$ref": "#/parameters/DataSourceTypeParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition." - } - } - }, - "get": { - "tags": [ - "LinkedStorageAccounts" - ], - "x-ms-examples": { - "LinkedStorageAccountsGet": { - "$ref": "./examples/LinkedStorageAccountsGet.json" - } - }, - "operationId": "LinkedStorageAccounts_Get", - "description": "Gets all linked storage account of a specific data source type associated with the specified workspace.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." - }, - { - "$ref": "#/parameters/DataSourceTypeParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/LinkedStorageAccounts" - } - } - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts": { - "get": { - "tags": [ - "LinkedStorageAccounts" - ], - "description": "Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.", - "operationId": "LinkedStorageAccounts_ListByWorkspace", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/LinkedStorageAccountsListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - }, - "x-ms-examples": { - "Gets list of linked storage accounts on a workspace.": { - "$ref": "./examples/LinkedStorageAccountsListByWorkspace.json" - } - } - } } }, "definitions": { @@ -572,63 +398,6 @@ } }, "description": "Common properties of proxy resource." - }, - "LinkedStorageAccountsProperties": { - "description": "Linked storage accounts properties.", - "type": "object", - "properties": { - "dataSourceType": { - "description": "Linked storage accounts type.", - "type": "string", - "readOnly": true, - "enum": [ - "CustomLogs", - "AzureWatson" - ], - "x-ms-enum": { - "name": "DataSourceType", - "modelAsString": false - } - }, - "storageAccountIds": { - "description": "Linked storage accounts resources ids.", - "type": "array", - "items": { - "type": "string" - } - } - } - }, - "LinkedStorageAccounts": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/LinkedStorageAccountsProperties", - "description": "Linked storage accounts properties." - } - }, - "required": [ - "properties" - ], - "allOf": [ - { - "$ref": "#/definitions/ProxyResource" - } - ], - "description": "Linked storage accounts top level resource container.", - "x-ms-azure-resource": true - }, - "LinkedStorageAccountsListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/LinkedStorageAccounts" - }, - "description": "A list of linked storage accounts instances." - } - }, - "description": "The list linked storage accounts service operation response." } }, "parameters": { @@ -639,22 +408,6 @@ "type": "string", "description": "The Log Analytics workspace name.", "x-ms-parameter-location": "method" - }, - "DataSourceTypeParameter": { - "name": "dataSourceType", - "in": "path", - "required": true, - "type": "string", - "enum": [ - "CustomLogs", - "AzureWatson" - ], - "x-ms-enum": { - "name": "DataSourceType", - "modelAsString": false - }, - "description": "Linked storage accounts type.", - "x-ms-parameter-location": "method" } } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json new file mode 100644 index 000000000000..e2e2d8c180c7 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json @@ -0,0 +1,317 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2019-08-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}": { + "put": { + "tags": [ + "LinkedStorageAccounts" + ], + "x-ms-examples": { + "LinkedStorageAccountsCreate": { + "$ref": "./examples/LinkedStorageAccountsCreate.json" + } + }, + "operationId": "LinkedStorageAccounts_CreateOrUpdate", + "description": "Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + }, + { + "$ref": "#/parameters/DataSourceTypeParameter" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/LinkedStorageAccounts" + }, + "description": "The parameters required to create or update linked storage accounts." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedStorageAccounts" + } + } + } + }, + "delete": { + "tags": [ + "LinkedStorageAccounts" + ], + "x-ms-examples": { + "LinkedStorageAccountsDelete": { + "$ref": "./examples/LinkedStorageAccountsDelete.json" + } + }, + "operationId": "LinkedStorageAccounts_Delete", + "description": "Deletes all linked storage accounts of a specific data source type associated with the specified workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + }, + { + "$ref": "#/parameters/DataSourceTypeParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + } + } + }, + "get": { + "tags": [ + "LinkedStorageAccounts" + ], + "x-ms-examples": { + "LinkedStorageAccountsGet": { + "$ref": "./examples/LinkedStorageAccountsGet.json" + } + }, + "operationId": "LinkedStorageAccounts_Get", + "description": "Gets all linked storage account of a specific data source type associated with the specified workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + }, + { + "$ref": "#/parameters/DataSourceTypeParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedStorageAccounts" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts": { + "get": { + "tags": [ + "LinkedStorageAccounts" + ], + "description": "Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.", + "operationId": "LinkedStorageAccounts_ListByWorkspace", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedStorageAccountsListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + }, + "x-ms-examples": { + "Gets list of linked storage accounts on a workspace.": { + "$ref": "./examples/LinkedStorageAccountsListByWorkspace.json" + } + } + } + } + }, + "definitions": { + "ProxyResource": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource ID." + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + } + }, + "description": "Common properties of proxy resource." + }, + "LinkedStorageAccountsProperties": { + "description": "Linked storage accounts properties.", + "type": "object", + "properties": { + "dataSourceType": { + "description": "Linked storage accounts type.", + "type": "string", + "readOnly": true, + "enum": [ + "CustomLogs", + "AzureWatson" + ], + "x-ms-enum": { + "name": "DataSourceType", + "modelAsString": false + } + }, + "storageAccountIds": { + "description": "Linked storage accounts resources ids.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "LinkedStorageAccounts": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/LinkedStorageAccountsProperties", + "description": "Linked storage accounts properties." + } + }, + "required": [ + "properties" + ], + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ], + "description": "Linked storage accounts top level resource container.", + "x-ms-azure-resource": true + }, + "LinkedStorageAccountsListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/LinkedStorageAccounts" + }, + "description": "A list of linked storage accounts instances." + } + }, + "description": "The list linked storage accounts service operation response." + } + }, + "parameters": { + "WorkspaceNameParameter": { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "The Log Analytics workspace name.", + "x-ms-parameter-location": "method" + }, + "DataSourceTypeParameter": { + "name": "dataSourceType", + "in": "path", + "required": true, + "type": "string", + "enum": [ + "CustomLogs", + "AzureWatson" + ], + "x-ms-enum": { + "name": "DataSourceType", + "modelAsString": false + }, + "description": "Linked storage accounts type.", + "x-ms-parameter-location": "method" + } + } +} From 12cdcd70d68cb659ff70fa2d31be7bec9cd70dda Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 14:43:51 +0300 Subject: [PATCH 27/73] Update readme.md --- .../operationalinsights/resource-manager/readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/readme.md b/specification/operationalinsights/resource-manager/readme.md index f172c1c4171a..89b6b9f40030 100644 --- a/specification/operationalinsights/resource-manager/readme.md +++ b/specification/operationalinsights/resource-manager/readme.md @@ -57,8 +57,17 @@ These settings apply only when `--tag=package-2019-08-preview` is specified on t ``` yaml $(tag) == 'package-2019-08-preview' input-file: - Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json - Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json ``` --- From 9819a72ee93eb960a754fec93ac253aeb4126910 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 14:44:30 +0300 Subject: [PATCH 28/73] Update readme.md --- .../operationalinsights/resource-manager/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/readme.md b/specification/operationalinsights/resource-manager/readme.md index f172c1c4171a..cc83f216addc 100644 --- a/specification/operationalinsights/resource-manager/readme.md +++ b/specification/operationalinsights/resource-manager/readme.md @@ -57,8 +57,16 @@ These settings apply only when `--tag=package-2019-08-preview` is specified on t ``` yaml $(tag) == 'package-2019-08-preview' input-file: - Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json - Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json ``` --- From 76bfa065882a71976fed9dd3abffbe6847f892e6 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 14:58:02 +0300 Subject: [PATCH 29/73] Update readme.md --- .../operationalinsights/resource-manager/readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/readme.md b/specification/operationalinsights/resource-manager/readme.md index 89b6b9f40030..d2f1096d1b21 100644 --- a/specification/operationalinsights/resource-manager/readme.md +++ b/specification/operationalinsights/resource-manager/readme.md @@ -170,7 +170,16 @@ input-file: - $(this-folder)/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json - $(this-folder)/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json ``` From 234c8c209f3f2ac5c1bd442b684c5f4c419dd79f Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 15:05:21 +0300 Subject: [PATCH 30/73] Update Clusters.json --- .../preview/2019-08-01-preview/Clusters.json | 51 +++++-------------- 1 file changed, 13 insertions(+), 38 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index 80c78abf7074..cf0e869b5e18 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -48,13 +48,13 @@ "description": "Gets Log Analytics clusters in a resource group.", "parameters": [ { - "$ref": "#/parameters/ResourceGroupNameParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -90,10 +90,10 @@ "description": "Gets the Log Analytics clusters in a subscription.", "parameters": [ { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -155,10 +155,10 @@ "description": "The parameters required to create or update a Log Analytics cluster." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -210,10 +210,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -258,10 +258,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -318,10 +318,10 @@ "description": "The parameters required to patch a Log Analytics cluster." }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -534,30 +534,5 @@ } }, "parameters": { - "SubscriptionIdParameter": { - "name": "subscriptionId", - "in": "path", - "required": true, - "type": "string", - "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." - }, - "ApiVersionParameter": { - "name": "api-version", - "in": "query", - "required": true, - "type": "string", - "description": "Client Api Version." - }, - "ResourceGroupNameParameter": { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "x-ms-parameter-location": "method", - "description": "The name of the resource group to get. The name is case insensitive.", - "pattern": "^[-\\w\\._\\(\\)]+$", - "minLength": 1, - "maxLength": 90 - } } } From b070d64a673c43890e6b253668d2d60b3357f30f Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 15:13:03 +0300 Subject: [PATCH 31/73] reference proxy resource from common --- .../preview/2019-08-01-preview/Clusters.json | 34 +----------------- .../2019-08-01-preview/DataExports.json | 22 +----------- .../2019-08-01-preview/DataSources.json | 36 +++++-------------- .../2019-08-01-preview/LinkedServices.json | 36 +++++-------------- .../LinkedStorageAccounts.json | 22 +----------- .../2019-08-01-preview/OperationStatuses.json | 27 -------------- 6 files changed, 19 insertions(+), 158 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index cf0e869b5e18..bdf08af0cb38 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -448,7 +448,7 @@ }, "allOf": [ { - "$ref": "#/definitions/Resource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" } ], "description": "The top level Log Analytics cluster resource container.", @@ -499,38 +499,6 @@ "type" ], "description": "Identity for the resource." - }, - "Resource": { - "properties": { - "id": { - "readOnly": true, - "type": "string", - "description": "Resource Id" - }, - "name": { - "readOnly": true, - "type": "string", - "description": "Resource name" - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type" - }, - "location": { - "type": "string", - "description": "Resource location" - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags" - } - }, - "description": "The resource definition.", - "x-ms-azure-resource": true } }, "parameters": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json index a70b5bfef466..2c4895fd2a03 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json @@ -259,7 +259,7 @@ }, "allOf": [ { - "$ref": "#/definitions/ProxyResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "description": "The top level data export resource container.", @@ -378,26 +378,6 @@ "readOnly": true } } - }, - "ProxyResource": { - "properties": { - "id": { - "readOnly": true, - "type": "string", - "description": "Resource ID." - }, - "name": { - "readOnly": true, - "type": "string", - "description": "Resource name." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - } - }, - "description": "Common properties of proxy resource." } }, "parameters": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json index c42596f67ae9..15a2d2195c2d 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json @@ -301,6 +301,13 @@ }, "kind": { "$ref": "#/definitions/DataSourceKind" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" } }, "required": [ @@ -309,7 +316,7 @@ ], "allOf": [ { - "$ref": "#/definitions/ProxyResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "description": "Datasources under OMS Workspace.", @@ -343,33 +350,6 @@ "type": "object", "properties": {}, "description": "JSON object" - }, - "ProxyResource": { - "properties": { - "id": { - "readOnly": true, - "type": "string", - "description": "Resource ID." - }, - "name": { - "readOnly": true, - "type": "string", - "description": "Resource name." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags" - } - }, - "description": "Common properties of proxy resource." } }, "parameters": {} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json index c26cc12ccac9..321f88cb0ae5 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json @@ -249,6 +249,13 @@ "x-ms-client-flatten": true, "$ref": "#/definitions/LinkedServiceProperties", "description": "The properties of the linked service." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" } }, "required": [ @@ -256,7 +263,7 @@ ], "allOf": [ { - "$ref": "#/definitions/ProxyResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "description": "The top level Linked service resource container.", @@ -273,33 +280,6 @@ } }, "description": "The list linked service operation response." - }, - "ProxyResource": { - "properties": { - "id": { - "readOnly": true, - "type": "string", - "description": "Resource ID." - }, - "name": { - "readOnly": true, - "type": "string", - "description": "Resource name." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags" - } - }, - "description": "Common properties of proxy resource." } }, "parameters": {} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json index e2e2d8c180c7..a4dd681e2146 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json @@ -210,26 +210,6 @@ } }, "definitions": { - "ProxyResource": { - "properties": { - "id": { - "readOnly": true, - "type": "string", - "description": "Resource ID." - }, - "name": { - "readOnly": true, - "type": "string", - "description": "Resource name." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - } - }, - "description": "Common properties of proxy resource." - }, "LinkedStorageAccountsProperties": { "description": "Linked storage accounts properties.", "type": "object", @@ -269,7 +249,7 @@ ], "allOf": [ { - "$ref": "#/definitions/ProxyResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" } ], "description": "Linked storage accounts top level resource container.", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json index be860219054e..a0169e27490b 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json @@ -80,33 +80,6 @@ } }, "definitions": { - "ProxyResource": { - "properties": { - "id": { - "readOnly": true, - "type": "string", - "description": "Resource ID." - }, - "name": { - "readOnly": true, - "type": "string", - "description": "Resource name." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags" - } - }, - "description": "Common properties of proxy resource." - }, "ErrorResponse": { "properties": { "code": { From ee88bf226928dddbccf492c02b3ac04a87674207 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 15:35:47 +0300 Subject: [PATCH 32/73] commit example --- .../preview/2015-11-01-preview/OperationalInsights.json | 2 +- .../preview/2019-08-01-preview/Clusters.json | 3 +-- .../{OperationStatuses.json => OperationStatusess.json} | 2 +- .../preview/2019-08-01-preview/Operations.json | 6 +++++- 4 files changed, 8 insertions(+), 5 deletions(-) rename specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/{OperationStatuses.json => OperationStatusess.json} (98%) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index 10adc756a88e..4ef3a0e56630 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -995,7 +995,7 @@ "get": { "x-ms-examples": { "Get specific operation status": { - "$ref": "./examples/operationStatuses.json" + "$ref": "./examples/OperationStatuses.json" } }, "tags": [ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index bdf08af0cb38..5fc387ffbe50 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -501,6 +501,5 @@ "description": "Identity for the resource." } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatusess.json similarity index 98% rename from specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json rename to specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatusess.json index a0169e27490b..82006cf34514 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatusess.json @@ -38,7 +38,7 @@ "get": { "x-ms-examples": { "Get specific operation status": { - "$ref": "./examples/operationStatuses.json" + "$ref": "./examples/OperationStatuses.json" } }, "tags": [ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json index 98d1e80df3dc..100d8e79178c 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json @@ -36,6 +36,10 @@ "paths": { "/providers/Microsoft.OperationalInsights/operations": { "get": { + "x-ms-examples": { + "Get specific operation status": { + "$ref": "./examples/OperationList.json" + }, "tags": [ "Operations" ], @@ -43,7 +47,7 @@ "description": "Lists all of the available OperationalInsights Rest API operations.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { From a852db478c15e040e38bd31f643300b259e12e51 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 15:36:16 +0300 Subject: [PATCH 33/73] change name --- .../{OperationStatusess.json => OperationStatuses.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/{OperationStatusess.json => OperationStatuses.json} (98%) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatusess.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json similarity index 98% rename from specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatusess.json rename to specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json index 82006cf34514..c32bcb9ce0a0 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatusess.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json @@ -45,7 +45,7 @@ "asyncOperations" ], "operationId": "GetAsyncOperationsStatus", - "description": "Get the status of an azure asynchronous operation.", + "description": "Get the status of a long running azure asynchronous operation.", "parameters": [ { "name": "location", From d0bfffe2c17606e47ac0ed03dc1a8d2898aaa6f8 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 15:38:03 +0300 Subject: [PATCH 34/73] Update Operations.json --- .../preview/2019-08-01-preview/Operations.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json index 100d8e79178c..8ad279bec594 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json @@ -39,6 +39,7 @@ "x-ms-examples": { "Get specific operation status": { "$ref": "./examples/OperationList.json" + } }, "tags": [ "Operations" From ae20f6467020499b3f7abc0dc8a1526bbe80e9f5 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 15:48:13 +0300 Subject: [PATCH 35/73] Update OperationalInsights.json --- .../preview/2015-11-01-preview/OperationalInsights.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index 4ef3a0e56630..10adc756a88e 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -995,7 +995,7 @@ "get": { "x-ms-examples": { "Get specific operation status": { - "$ref": "./examples/OperationStatuses.json" + "$ref": "./examples/operationStatuses.json" } }, "tags": [ From 7b80ab5d2da09032cacb2412239e5ba372a1de42 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 15:51:38 +0300 Subject: [PATCH 36/73] examples fix --- .../preview/2015-11-01-preview/OperationalInsights.json | 7 ++++++- .../{operationStatuses.json => OperationStatusesGet.json} | 0 .../preview/2019-08-01-preview/OperationStatuses.json | 2 +- .../{operationStatuses.json => OperationStatusesGet.json} | 0 4 files changed, 7 insertions(+), 2 deletions(-) rename specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/{operationStatuses.json => OperationStatusesGet.json} (100%) rename specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/{operationStatuses.json => OperationStatusesGet.json} (100%) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index 10adc756a88e..a595a076de36 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -968,6 +968,11 @@ }, "/providers/Microsoft.OperationalInsights/operations": { "get": { + "x-ms-examples": { + "Get specific operation status": { + "$ref": "./examples/OperationList.json" + } + }, "tags": [ "Operations" ], @@ -995,7 +1000,7 @@ "get": { "x-ms-examples": { "Get specific operation status": { - "$ref": "./examples/operationStatuses.json" + "$ref": "./examples/OperationStatusesGet.json" } }, "tags": [ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/operationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationStatusesGet.json similarity index 100% rename from specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/operationStatuses.json rename to specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationStatusesGet.json diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json index c32bcb9ce0a0..018b529d7a23 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json @@ -38,7 +38,7 @@ "get": { "x-ms-examples": { "Get specific operation status": { - "$ref": "./examples/OperationStatuses.json" + "$ref": "./examples/OperationStatusesGet.json" } }, "tags": [ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/operationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationStatusesGet.json similarity index 100% rename from specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/operationStatuses.json rename to specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationStatusesGet.json From 3caa123e1f3c556adc24f9f2f37443ecd5303cea Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 15:54:31 +0300 Subject: [PATCH 37/73] fix examples --- .../preview/2015-11-01-preview/OperationalInsights.json | 2 +- .../{OperationsList.json => OperationsListByTenant.json} | 0 .../preview/2019-08-01-preview/Operations.json | 2 +- .../{OperationsList.json => OperationsListByTenant.json} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/{OperationsList.json => OperationsListByTenant.json} (100%) rename specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/{OperationsList.json => OperationsListByTenant.json} (100%) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index a595a076de36..82a7c2e4d8f7 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -970,7 +970,7 @@ "get": { "x-ms-examples": { "Get specific operation status": { - "$ref": "./examples/OperationList.json" + "$ref": "./examples/OperationsListByTenant.json" } }, "tags": [ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsListByTenant.json similarity index 100% rename from specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsList.json rename to specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsListByTenant.json diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json index 8ad279bec594..55dc78b52e55 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json @@ -38,7 +38,7 @@ "get": { "x-ms-examples": { "Get specific operation status": { - "$ref": "./examples/OperationList.json" + "$ref": "./examples/OperationsListByTenant.json" } }, "tags": [ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsListByTenant.json similarity index 100% rename from specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsList.json rename to specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsListByTenant.json From 69b0f87ccd31efa5f632223b458a7b5170224e29 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 15:58:09 +0300 Subject: [PATCH 38/73] Update Operations.json --- .../preview/2019-08-01-preview/Operations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json index 55dc78b52e55..1c6e8dbe5040 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json @@ -48,7 +48,7 @@ "description": "Lists all of the available OperationalInsights Rest API operations.", "parameters": [ { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" } ], "responses": { From 11b4837e09292eac0505d85f46d18a744a337cac Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 15:59:22 +0300 Subject: [PATCH 39/73] exclude old version files from this pr --- .../OperationalInsights.json | 7 +- .../examples/OperationsList.json | 2251 +++++++++++++++++ .../examples/operationStatuses.json | 20 + 3 files changed, 2272 insertions(+), 6 deletions(-) create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsList.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/operationStatuses.json diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json index 82a7c2e4d8f7..10adc756a88e 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json @@ -968,11 +968,6 @@ }, "/providers/Microsoft.OperationalInsights/operations": { "get": { - "x-ms-examples": { - "Get specific operation status": { - "$ref": "./examples/OperationsListByTenant.json" - } - }, "tags": [ "Operations" ], @@ -1000,7 +995,7 @@ "get": { "x-ms-examples": { "Get specific operation status": { - "$ref": "./examples/OperationStatusesGet.json" + "$ref": "./examples/operationStatuses.json" } }, "tags": [ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsList.json new file mode 100644 index 000000000000..be432f0f5e5b --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsList.json @@ -0,0 +1,2251 @@ +{ + "parameters": { + "api-version": "2015-11-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "Microsoft.OperationalInsights/workspaces/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Workspace", + "operation": "Create Workspace", + "description": "Creates a new workspace or links to an existing workspace by providing the customer id from the existing workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Workspace", + "operation": "Get Workspace", + "description": "Gets an existing workspace" + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Workspace", + "operation": "Delete Workspace", + "description": "Deletes a workspace. If the workspace was linked to an existing workspace at creation time then the workspace it was linked to is not deleted." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/generateregistrationcertificate/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Registration Certificate", + "operation": "Generates Registration Certificate for Workspace.", + "description": "Generates Registration Certificate for the workspace. This Certificate is used to connect Microsoft System Center Operation Manager to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Storage Insight Configuration", + "operation": "Create Storage Configuration", + "description": "Creates a new storage configuration. These configurations are used to pull data from a location in an existing storage account." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Storage Insight Configuration", + "operation": "Get Storage Configuration", + "description": "Gets a storage configuration." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Storage Insight Configuration", + "operation": "Delete Storage Configuration", + "description": "Deletes a storage configuration. This will stop Microsoft Operational Insights from reading data from the storage account." + } + }, + { + "name": "Microsoft.OperationalInsights/register/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Register", + "operation": "Register a subscription to a resource provider.", + "description": "Register a subscription to a resource provider." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/sharedKeys/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Shared Keys", + "operation": "List Workspace Shared Keys", + "description": "Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/sharedKeys/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Shared Keys", + "operation": "List Workspace Shared Keys", + "description": "Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/listKeys/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "List Keys", + "operation": "List Workspace Keys", + "description": "Retrieves the list keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/listKeys/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "List Keys", + "operation": "List Workspace Keys", + "description": "Retrieves the list keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/managementGroups/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Management Group", + "operation": "Get Management Groups for Workspace", + "description": "Gets the names and metadata for System Center Operations Manager management groups connected to this workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/usages/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Usage Metric", + "operation": "Get Usage Data for Workspace", + "description": "Gets usage data for a workspace including the amount of data read by the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/search/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Search", + "operation": "Search Workspace Data", + "description": "Executes a search query" + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/schema/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Search Schema", + "operation": "Get Search Schema", + "description": "Gets the search schema for the workspace. Search schema includes the exposed fields and their types." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/datasources/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Data Source", + "operation": "Get datasources under a workspace.", + "description": "Get datasources under a workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/datasources/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Data Source", + "operation": "Create/Update datasources under a workspace.", + "description": "Create/Update datasources under a workspace." + } + }, + {}, + {}, + {}, + {}, + { + "name": "Microsoft.OperationalInsights/workspaces/notificationSettings/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Notification Settings", + "operation": "Get Notification Settings", + "description": "Get the user's notification settings for the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/notificationSettings/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Notification Settings", + "operation": "Put Notification Settings", + "description": "Set the user's notification settings for the workspace." + } + }, + {}, + {}, + {}, + { + "name": "Microsoft.OperationalInsights/workspaces/configurationScopes/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Configuration Scope", + "operation": "Delete Configuration Scope", + "description": "Delete Configuration Scope" + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/linkedServices/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Linked Services", + "operation": "Get linked services under given workspace.", + "description": "Get linked services under given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/linkedServices/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Linked Services", + "operation": "Create/Update linked services under given workspace.", + "description": "Create/Update linked services under given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/linkedServices/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Linked Services", + "operation": "Delete linked services under given workspace.", + "description": "Delete linked services under given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Intelligence Packs", + "operation": "List Intelligence Packs", + "description": "Lists all intelligence packs that are visible for a given worksapce and also lists whether the pack is enabled or disabled for that workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/enable/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Intelligence Packs", + "operation": "Enable Intelligence Pack", + "description": "Enables an intelligence pack for a given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/disable/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Intelligence Packs", + "operation": "Disable Intelligence Pack", + "description": "Disables an intelligence pack for a given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/analytics/query/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Search using new engine.", + "description": "Search using new engine." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/analytics/query/schema/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Get search schema V2.", + "description": "Get search schema V2." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/api/query/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Search using new engine.", + "description": "Search using new engine." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/api/query/schema/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Get search schema V2.", + "description": "Get search schema V2." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/purge/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Delete specified data from workspace", + "description": "Delete specified data from workspace" + } + }, + { + "name": "Microsoft.OperationalInsights/linkTargets/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Unlinked Account", + "operation": "List Unlinked Accounts", + "description": "Lists existing accounts that are not associated with an Azure subscription. To link this Azure subscription to a workspace, use a customer id returned by this operation in the customer id property of the Create Workspace operation." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/metricDefinitions/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Metric Definitions", + "operation": "Metric Definition operation", + "description": "Get Metric Definitions under workspace" + }, + "properties": { + "serviceSpecification": { + "metricSpecifications": [ + { + "name": "Average_% Free Inodes", + "displayName": "Average_% Free Inodes", + "displayDescription": "Average_% Free Inodes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Free Space", + "displayName": "Average_% Free Space", + "displayDescription": "Average_% Free Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Used Inodes", + "displayName": "Average_% Used Inodes", + "displayDescription": "Average_% Used Inodes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Used Space", + "displayName": "Average_% Used Space", + "displayDescription": "Average_% Used Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Read Bytes/sec", + "displayName": "Average_Disk Read Bytes/sec", + "displayDescription": "Average_Disk Read Bytes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Reads/sec", + "displayName": "Average_Disk Reads/sec", + "displayDescription": "Average_Disk Reads/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Transfers/sec", + "displayName": "Average_Disk Transfers/sec", + "displayDescription": "Average_Disk Transfers/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Write Bytes/sec", + "displayName": "Average_Disk Write Bytes/sec", + "displayDescription": "Average_Disk Write Bytes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Writes/sec", + "displayName": "Average_Disk Writes/sec", + "displayDescription": "Average_Disk Writes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Free Megabytes", + "displayName": "Average_Free Megabytes", + "displayDescription": "Average_Free Megabytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Logical Disk Bytes/sec", + "displayName": "Average_Logical Disk Bytes/sec", + "displayDescription": "Average_Logical Disk Bytes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Available Memory", + "displayName": "Average_% Available Memory", + "displayDescription": "Average_% Available Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Available Swap Space", + "displayName": "Average_% Available Swap Space", + "displayDescription": "Average_% Available Swap Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Used Memory", + "displayName": "Average_% Used Memory", + "displayDescription": "Average_% Used Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Used Swap Space", + "displayName": "Average_% Used Swap Space", + "displayDescription": "Average_% Used Swap Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Available MBytes Memory", + "displayName": "Average_Available MBytes Memory", + "displayDescription": "Average_Available MBytes Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Available MBytes Swap", + "displayName": "Average_Available MBytes Swap", + "displayDescription": "Average_Available MBytes Swap", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Page Reads/sec", + "displayName": "Average_Page Reads/sec", + "displayDescription": "Average_Page Reads/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Page Writes/sec", + "displayName": "Average_Page Writes/sec", + "displayDescription": "Average_Page Writes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Pages/sec", + "displayName": "Average_Pages/sec", + "displayDescription": "Average_Pages/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Used MBytes Swap Space", + "displayName": "Average_Used MBytes Swap Space", + "displayDescription": "Average_Used MBytes Swap Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Used Memory MBytes", + "displayName": "Average_Used Memory MBytes", + "displayDescription": "Average_Used Memory MBytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Bytes Transmitted", + "displayName": "Average_Total Bytes Transmitted", + "displayDescription": "Average_Total Bytes Transmitted", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Bytes Received", + "displayName": "Average_Total Bytes Received", + "displayDescription": "Average_Total Bytes Received", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Bytes", + "displayName": "Average_Total Bytes", + "displayDescription": "Average_Total Bytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Packets Transmitted", + "displayName": "Average_Total Packets Transmitted", + "displayDescription": "Average_Total Packets Transmitted", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Packets Received", + "displayName": "Average_Total Packets Received", + "displayDescription": "Average_Total Packets Received", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Rx Errors", + "displayName": "Average_Total Rx Errors", + "displayDescription": "Average_Total Rx Errors", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Tx Errors", + "displayName": "Average_Total Tx Errors", + "displayDescription": "Average_Total Tx Errors", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Total Collisions", + "displayName": "Average_Total Collisions", + "displayDescription": "Average_Total Collisions", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Avg. Disk sec/Read", + "displayName": "Average_Avg. Disk sec/Read", + "displayDescription": "Average_Avg. Disk sec/Read", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Avg. Disk sec/Transfer", + "displayName": "Average_Avg. Disk sec/Transfer", + "displayDescription": "Average_Avg. Disk sec/Transfer", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Avg. Disk sec/Write", + "displayName": "Average_Avg. Disk sec/Write", + "displayDescription": "Average_Avg. Disk sec/Write", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Physical Disk Bytes/sec", + "displayName": "Average_Physical Disk Bytes/sec", + "displayDescription": "Average_Physical Disk Bytes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Pct Privileged Time", + "displayName": "Average_Pct Privileged Time", + "displayDescription": "Average_Pct Privileged Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Pct User Time", + "displayName": "Average_Pct User Time", + "displayDescription": "Average_Pct User Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Used Memory kBytes", + "displayName": "Average_Used Memory kBytes", + "displayDescription": "Average_Used Memory kBytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Virtual Shared Memory", + "displayName": "Average_Virtual Shared Memory", + "displayDescription": "Average_Virtual Shared Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% DPC Time", + "displayName": "Average_% DPC Time", + "displayDescription": "Average_% DPC Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Idle Time", + "displayName": "Average_% Idle Time", + "displayDescription": "Average_% Idle Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Interrupt Time", + "displayName": "Average_% Interrupt Time", + "displayDescription": "Average_% Interrupt Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% IO Wait Time", + "displayName": "Average_% IO Wait Time", + "displayDescription": "Average_% IO Wait Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Nice Time", + "displayName": "Average_% Nice Time", + "displayDescription": "Average_% Nice Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Privileged Time", + "displayName": "Average_% Privileged Time", + "displayDescription": "Average_% Privileged Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Processor Time", + "displayName": "Average_% Processor Time", + "displayDescription": "Average_% Processor Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% User Time", + "displayName": "Average_% User Time", + "displayDescription": "Average_% User Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Free Physical Memory", + "displayName": "Average_Free Physical Memory", + "displayDescription": "Average_Free Physical Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Free Space in Paging Files", + "displayName": "Average_Free Space in Paging Files", + "displayDescription": "Average_Free Space in Paging Files", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Free Virtual Memory", + "displayName": "Average_Free Virtual Memory", + "displayDescription": "Average_Free Virtual Memory", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Processes", + "displayName": "Average_Processes", + "displayDescription": "Average_Processes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Size Stored In Paging Files", + "displayName": "Average_Size Stored In Paging Files", + "displayDescription": "Average_Size Stored In Paging Files", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + {}, + {}, + {}, + {}, + { + "name": "Average_Current Disk Queue Length", + "displayName": "Average_Current Disk Queue Length", + "displayDescription": "Average_Current Disk Queue Length", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Reads/sec", + "displayName": "Average_Disk Reads/sec", + "displayDescription": "Average_Disk Reads/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Transfers/sec", + "displayName": "Average_Disk Transfers/sec", + "displayDescription": "Average_Disk Transfers/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Disk Writes/sec", + "displayName": "Average_Disk Writes/sec", + "displayDescription": "Average_Disk Writes/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Free Megabytes", + "displayName": "Average_Free Megabytes", + "displayDescription": "Average_Free Megabytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Free Space", + "displayName": "Average_% Free Space", + "displayDescription": "Average_% Free Space", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Available MBytes", + "displayName": "Average_Available MBytes", + "displayDescription": "Average_Available MBytes", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Committed Bytes In Use", + "displayName": "Average_% Committed Bytes In Use", + "displayDescription": "Average_% Committed Bytes In Use", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Bytes Received/sec", + "displayName": "Average_Bytes Received/sec", + "displayDescription": "Average_Bytes Received/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Bytes Sent/sec", + "displayName": "Average_Bytes Sent/sec", + "displayDescription": "Average_Bytes Sent/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Bytes Total/sec", + "displayName": "Average_Bytes Total/sec", + "displayDescription": "Average_Bytes Total/sec", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_% Processor Time", + "displayName": "Average_% Processor Time", + "displayDescription": "Average_% Processor Time", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Average_Processor Queue Length", + "displayName": "Average_Processor Queue Length", + "displayDescription": "Average_Processor Queue Length", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "ObjectName", + "displayName": "ObjectName" + }, + { + "name": "InstanceName", + "displayName": "InstanceName" + }, + { + "name": "CounterPath", + "displayName": "CounterPath" + }, + { + "name": "SourceSystem", + "displayName": "SourceSystem" + } + ] + }, + { + "name": "Heartbeat", + "displayName": "Heartbeat", + "displayDescription": "Heartbeat", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "OSType", + "displayName": "OSType" + }, + { + "name": "Version", + "displayName": "Version" + }, + { + "name": "SourceComputerId", + "displayName": "SourceComputerId" + } + ] + }, + { + "name": "Update", + "displayName": "Update", + "displayDescription": "Update", + "unit": "Count", + "aggregationType": "Average", + "dimensions": [ + { + "name": "Computer", + "displayName": "Computer" + }, + { + "name": "Product", + "displayName": "Product" + }, + { + "name": "Classification", + "displayName": "Classification" + }, + { + "name": "UpdateState", + "displayName": "UpdateState" + }, + { + "name": "Optional", + "displayName": "Optional" + }, + { + "name": "Approved", + "displayName": "Approved" + } + ] + } + ] + } + } + } + ], + "nextLink": "" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/operationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/operationStatuses.json new file mode 100644 index 000000000000..b3d949aa9cc3 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/operationStatuses.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "subscriptionId": "613192d7-503f-477a-9cfe-4efc3ee2bd60", + "location": "West US", + "asyncOperationId": "713192d7-503f-477a-9cfe-4efc3ee2bd11", + "api-version": "2015-11-01-preview" + }, + "responses": { + "200": { + "headers": {}, + "body": { + "id": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/locations/westus/operationStatuses/713192d7-503f-477a-9cfe-4efc3ee2bd11", + "name": "713192d7-503f-477a-9cfe-4efc3ee2bd11", + "startTime": "2017-01-01T13:13:13.933Z", + "endTime": "2017-01-01T16:13:13.933Z", + "status": "Succeeded" + } + } + } +} From 47d94b2179f1542046ebfd9a8e2bb4e711000dc5 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 16:02:46 +0300 Subject: [PATCH 40/73] remove from this pr --- .../examples/OperationStatusesGet.json | 20 - .../examples/OperationsListByTenant.json | 2251 ----------------- 2 files changed, 2271 deletions(-) delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationStatusesGet.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsListByTenant.json diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationStatusesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationStatusesGet.json deleted file mode 100644 index b3d949aa9cc3..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationStatusesGet.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "parameters": { - "subscriptionId": "613192d7-503f-477a-9cfe-4efc3ee2bd60", - "location": "West US", - "asyncOperationId": "713192d7-503f-477a-9cfe-4efc3ee2bd11", - "api-version": "2015-11-01-preview" - }, - "responses": { - "200": { - "headers": {}, - "body": { - "id": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/locations/westus/operationStatuses/713192d7-503f-477a-9cfe-4efc3ee2bd11", - "name": "713192d7-503f-477a-9cfe-4efc3ee2bd11", - "startTime": "2017-01-01T13:13:13.933Z", - "endTime": "2017-01-01T16:13:13.933Z", - "status": "Succeeded" - } - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsListByTenant.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsListByTenant.json deleted file mode 100644 index be432f0f5e5b..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/OperationsListByTenant.json +++ /dev/null @@ -1,2251 +0,0 @@ -{ - "parameters": { - "api-version": "2015-11-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "name": "Microsoft.OperationalInsights/workspaces/write", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Workspace", - "operation": "Create Workspace", - "description": "Creates a new workspace or links to an existing workspace by providing the customer id from the existing workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Workspace", - "operation": "Get Workspace", - "description": "Gets an existing workspace" - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/delete", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Workspace", - "operation": "Delete Workspace", - "description": "Deletes a workspace. If the workspace was linked to an existing workspace at creation time then the workspace it was linked to is not deleted." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/generateregistrationcertificate/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Registration Certificate", - "operation": "Generates Registration Certificate for Workspace.", - "description": "Generates Registration Certificate for the workspace. This Certificate is used to connect Microsoft System Center Operation Manager to the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/write", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Storage Insight Configuration", - "operation": "Create Storage Configuration", - "description": "Creates a new storage configuration. These configurations are used to pull data from a location in an existing storage account." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Storage Insight Configuration", - "operation": "Get Storage Configuration", - "description": "Gets a storage configuration." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/delete", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Storage Insight Configuration", - "operation": "Delete Storage Configuration", - "description": "Deletes a storage configuration. This will stop Microsoft Operational Insights from reading data from the storage account." - } - }, - { - "name": "Microsoft.OperationalInsights/register/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Register", - "operation": "Register a subscription to a resource provider.", - "description": "Register a subscription to a resource provider." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/sharedKeys/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Shared Keys", - "operation": "List Workspace Shared Keys", - "description": "Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/sharedKeys/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Shared Keys", - "operation": "List Workspace Shared Keys", - "description": "Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/listKeys/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "List Keys", - "operation": "List Workspace Keys", - "description": "Retrieves the list keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/listKeys/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "List Keys", - "operation": "List Workspace Keys", - "description": "Retrieves the list keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/managementGroups/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Management Group", - "operation": "Get Management Groups for Workspace", - "description": "Gets the names and metadata for System Center Operations Manager management groups connected to this workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/usages/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Usage Metric", - "operation": "Get Usage Data for Workspace", - "description": "Gets usage data for a workspace including the amount of data read by the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/search/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Search", - "operation": "Search Workspace Data", - "description": "Executes a search query" - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/schema/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Search Schema", - "operation": "Get Search Schema", - "description": "Gets the search schema for the workspace. Search schema includes the exposed fields and their types." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/datasources/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Data Source", - "operation": "Get datasources under a workspace.", - "description": "Get datasources under a workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/datasources/write", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Data Source", - "operation": "Create/Update datasources under a workspace.", - "description": "Create/Update datasources under a workspace." - } - }, - {}, - {}, - {}, - {}, - { - "name": "Microsoft.OperationalInsights/workspaces/notificationSettings/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Notification Settings", - "operation": "Get Notification Settings", - "description": "Get the user's notification settings for the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/notificationSettings/write", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Notification Settings", - "operation": "Put Notification Settings", - "description": "Set the user's notification settings for the workspace." - } - }, - {}, - {}, - {}, - { - "name": "Microsoft.OperationalInsights/workspaces/configurationScopes/delete", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Configuration Scope", - "operation": "Delete Configuration Scope", - "description": "Delete Configuration Scope" - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/linkedServices/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Linked Services", - "operation": "Get linked services under given workspace.", - "description": "Get linked services under given workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/linkedServices/write", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Linked Services", - "operation": "Create/Update linked services under given workspace.", - "description": "Create/Update linked services under given workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/linkedServices/delete", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Linked Services", - "operation": "Delete linked services under given workspace.", - "description": "Delete linked services under given workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Intelligence Packs", - "operation": "List Intelligence Packs", - "description": "Lists all intelligence packs that are visible for a given worksapce and also lists whether the pack is enabled or disabled for that workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/enable/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Intelligence Packs", - "operation": "Enable Intelligence Pack", - "description": "Enables an intelligence pack for a given workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/disable/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Intelligence Packs", - "operation": "Disable Intelligence Pack", - "description": "Disables an intelligence pack for a given workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/analytics/query/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "analytics", - "operation": "Search using new engine.", - "description": "Search using new engine." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/analytics/query/schema/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "analytics", - "operation": "Get search schema V2.", - "description": "Get search schema V2." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/api/query/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "analytics", - "operation": "Search using new engine.", - "description": "Search using new engine." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/api/query/schema/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "analytics", - "operation": "Get search schema V2.", - "description": "Get search schema V2." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/purge/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "analytics", - "operation": "Delete specified data from workspace", - "description": "Delete specified data from workspace" - } - }, - { - "name": "Microsoft.OperationalInsights/linkTargets/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Unlinked Account", - "operation": "List Unlinked Accounts", - "description": "Lists existing accounts that are not associated with an Azure subscription. To link this Azure subscription to a workspace, use a customer id returned by this operation in the customer id property of the Create Workspace operation." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/metricDefinitions/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Metric Definitions", - "operation": "Metric Definition operation", - "description": "Get Metric Definitions under workspace" - }, - "properties": { - "serviceSpecification": { - "metricSpecifications": [ - { - "name": "Average_% Free Inodes", - "displayName": "Average_% Free Inodes", - "displayDescription": "Average_% Free Inodes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Free Space", - "displayName": "Average_% Free Space", - "displayDescription": "Average_% Free Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Used Inodes", - "displayName": "Average_% Used Inodes", - "displayDescription": "Average_% Used Inodes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Used Space", - "displayName": "Average_% Used Space", - "displayDescription": "Average_% Used Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Read Bytes/sec", - "displayName": "Average_Disk Read Bytes/sec", - "displayDescription": "Average_Disk Read Bytes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Reads/sec", - "displayName": "Average_Disk Reads/sec", - "displayDescription": "Average_Disk Reads/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Transfers/sec", - "displayName": "Average_Disk Transfers/sec", - "displayDescription": "Average_Disk Transfers/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Write Bytes/sec", - "displayName": "Average_Disk Write Bytes/sec", - "displayDescription": "Average_Disk Write Bytes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Writes/sec", - "displayName": "Average_Disk Writes/sec", - "displayDescription": "Average_Disk Writes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Free Megabytes", - "displayName": "Average_Free Megabytes", - "displayDescription": "Average_Free Megabytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Logical Disk Bytes/sec", - "displayName": "Average_Logical Disk Bytes/sec", - "displayDescription": "Average_Logical Disk Bytes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Available Memory", - "displayName": "Average_% Available Memory", - "displayDescription": "Average_% Available Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Available Swap Space", - "displayName": "Average_% Available Swap Space", - "displayDescription": "Average_% Available Swap Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Used Memory", - "displayName": "Average_% Used Memory", - "displayDescription": "Average_% Used Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Used Swap Space", - "displayName": "Average_% Used Swap Space", - "displayDescription": "Average_% Used Swap Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Available MBytes Memory", - "displayName": "Average_Available MBytes Memory", - "displayDescription": "Average_Available MBytes Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Available MBytes Swap", - "displayName": "Average_Available MBytes Swap", - "displayDescription": "Average_Available MBytes Swap", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Page Reads/sec", - "displayName": "Average_Page Reads/sec", - "displayDescription": "Average_Page Reads/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Page Writes/sec", - "displayName": "Average_Page Writes/sec", - "displayDescription": "Average_Page Writes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Pages/sec", - "displayName": "Average_Pages/sec", - "displayDescription": "Average_Pages/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Used MBytes Swap Space", - "displayName": "Average_Used MBytes Swap Space", - "displayDescription": "Average_Used MBytes Swap Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Used Memory MBytes", - "displayName": "Average_Used Memory MBytes", - "displayDescription": "Average_Used Memory MBytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Bytes Transmitted", - "displayName": "Average_Total Bytes Transmitted", - "displayDescription": "Average_Total Bytes Transmitted", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Bytes Received", - "displayName": "Average_Total Bytes Received", - "displayDescription": "Average_Total Bytes Received", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Bytes", - "displayName": "Average_Total Bytes", - "displayDescription": "Average_Total Bytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Packets Transmitted", - "displayName": "Average_Total Packets Transmitted", - "displayDescription": "Average_Total Packets Transmitted", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Packets Received", - "displayName": "Average_Total Packets Received", - "displayDescription": "Average_Total Packets Received", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Rx Errors", - "displayName": "Average_Total Rx Errors", - "displayDescription": "Average_Total Rx Errors", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Tx Errors", - "displayName": "Average_Total Tx Errors", - "displayDescription": "Average_Total Tx Errors", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Collisions", - "displayName": "Average_Total Collisions", - "displayDescription": "Average_Total Collisions", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Avg. Disk sec/Read", - "displayName": "Average_Avg. Disk sec/Read", - "displayDescription": "Average_Avg. Disk sec/Read", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Avg. Disk sec/Transfer", - "displayName": "Average_Avg. Disk sec/Transfer", - "displayDescription": "Average_Avg. Disk sec/Transfer", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Avg. Disk sec/Write", - "displayName": "Average_Avg. Disk sec/Write", - "displayDescription": "Average_Avg. Disk sec/Write", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Physical Disk Bytes/sec", - "displayName": "Average_Physical Disk Bytes/sec", - "displayDescription": "Average_Physical Disk Bytes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Pct Privileged Time", - "displayName": "Average_Pct Privileged Time", - "displayDescription": "Average_Pct Privileged Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Pct User Time", - "displayName": "Average_Pct User Time", - "displayDescription": "Average_Pct User Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Used Memory kBytes", - "displayName": "Average_Used Memory kBytes", - "displayDescription": "Average_Used Memory kBytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Virtual Shared Memory", - "displayName": "Average_Virtual Shared Memory", - "displayDescription": "Average_Virtual Shared Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% DPC Time", - "displayName": "Average_% DPC Time", - "displayDescription": "Average_% DPC Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Idle Time", - "displayName": "Average_% Idle Time", - "displayDescription": "Average_% Idle Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Interrupt Time", - "displayName": "Average_% Interrupt Time", - "displayDescription": "Average_% Interrupt Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% IO Wait Time", - "displayName": "Average_% IO Wait Time", - "displayDescription": "Average_% IO Wait Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Nice Time", - "displayName": "Average_% Nice Time", - "displayDescription": "Average_% Nice Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Privileged Time", - "displayName": "Average_% Privileged Time", - "displayDescription": "Average_% Privileged Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Processor Time", - "displayName": "Average_% Processor Time", - "displayDescription": "Average_% Processor Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% User Time", - "displayName": "Average_% User Time", - "displayDescription": "Average_% User Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Free Physical Memory", - "displayName": "Average_Free Physical Memory", - "displayDescription": "Average_Free Physical Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Free Space in Paging Files", - "displayName": "Average_Free Space in Paging Files", - "displayDescription": "Average_Free Space in Paging Files", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Free Virtual Memory", - "displayName": "Average_Free Virtual Memory", - "displayDescription": "Average_Free Virtual Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Processes", - "displayName": "Average_Processes", - "displayDescription": "Average_Processes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Size Stored In Paging Files", - "displayName": "Average_Size Stored In Paging Files", - "displayDescription": "Average_Size Stored In Paging Files", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - {}, - {}, - {}, - {}, - { - "name": "Average_Current Disk Queue Length", - "displayName": "Average_Current Disk Queue Length", - "displayDescription": "Average_Current Disk Queue Length", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Reads/sec", - "displayName": "Average_Disk Reads/sec", - "displayDescription": "Average_Disk Reads/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Transfers/sec", - "displayName": "Average_Disk Transfers/sec", - "displayDescription": "Average_Disk Transfers/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Writes/sec", - "displayName": "Average_Disk Writes/sec", - "displayDescription": "Average_Disk Writes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Free Megabytes", - "displayName": "Average_Free Megabytes", - "displayDescription": "Average_Free Megabytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Free Space", - "displayName": "Average_% Free Space", - "displayDescription": "Average_% Free Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Available MBytes", - "displayName": "Average_Available MBytes", - "displayDescription": "Average_Available MBytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Committed Bytes In Use", - "displayName": "Average_% Committed Bytes In Use", - "displayDescription": "Average_% Committed Bytes In Use", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Bytes Received/sec", - "displayName": "Average_Bytes Received/sec", - "displayDescription": "Average_Bytes Received/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Bytes Sent/sec", - "displayName": "Average_Bytes Sent/sec", - "displayDescription": "Average_Bytes Sent/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Bytes Total/sec", - "displayName": "Average_Bytes Total/sec", - "displayDescription": "Average_Bytes Total/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Processor Time", - "displayName": "Average_% Processor Time", - "displayDescription": "Average_% Processor Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Processor Queue Length", - "displayName": "Average_Processor Queue Length", - "displayDescription": "Average_Processor Queue Length", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Heartbeat", - "displayName": "Heartbeat", - "displayDescription": "Heartbeat", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "OSType", - "displayName": "OSType" - }, - { - "name": "Version", - "displayName": "Version" - }, - { - "name": "SourceComputerId", - "displayName": "SourceComputerId" - } - ] - }, - { - "name": "Update", - "displayName": "Update", - "displayDescription": "Update", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "Product", - "displayName": "Product" - }, - { - "name": "Classification", - "displayName": "Classification" - }, - { - "name": "UpdateState", - "displayName": "UpdateState" - }, - { - "name": "Optional", - "displayName": "Optional" - }, - { - "name": "Approved", - "displayName": "Approved" - } - ] - } - ] - } - } - } - ], - "nextLink": "" - } - } - } -} From af573fffb0a22df287e66ad372df71430acb9db1 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 16:12:06 +0300 Subject: [PATCH 41/73] Update Operations.json --- .../preview/2019-08-01-preview/Operations.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json index 1c6e8dbe5040..cefa028f4ecf 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json @@ -104,6 +104,10 @@ "operation": { "description": "Type of operation: get, read, delete, etc.", "type": "string" + }, + "description": { + "description": "Description of operation", + "type": "string" } } } From d399612c69dc8b5050c54fd9f1aa060c76ea1a3b Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 16:16:28 +0300 Subject: [PATCH 42/73] Update Clusters.json --- .../preview/2019-08-01-preview/Clusters.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index 5fc387ffbe50..496988086322 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -444,11 +444,22 @@ "x-ms-client-flatten": true, "$ref": "#/definitions/ClusterProperties", "description": "Log Analytics cluster properties." + }, + "location": { + "type": "string", + "description": "Resource location" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" } }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource" } ], "description": "The top level Log Analytics cluster resource container.", From 970f820d4e16307aa7c67a0c89424a3d38b2fda7 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 16:17:20 +0300 Subject: [PATCH 43/73] Update OperationsListByTenant.json --- .../examples/OperationsListByTenant.json | 1924 ----------------- 1 file changed, 1924 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsListByTenant.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsListByTenant.json index ddf760a2ed19..d002c0836d08 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsListByTenant.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsListByTenant.json @@ -317,1930 +317,6 @@ "resource": "Metric Definitions", "operation": "Metric Definition operation", "description": "Get Metric Definitions under workspace" - }, - "properties": { - "serviceSpecification": { - "metricSpecifications": [ - { - "name": "Average_% Free Inodes", - "displayName": "Average_% Free Inodes", - "displayDescription": "Average_% Free Inodes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Free Space", - "displayName": "Average_% Free Space", - "displayDescription": "Average_% Free Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Used Inodes", - "displayName": "Average_% Used Inodes", - "displayDescription": "Average_% Used Inodes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Used Space", - "displayName": "Average_% Used Space", - "displayDescription": "Average_% Used Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Read Bytes/sec", - "displayName": "Average_Disk Read Bytes/sec", - "displayDescription": "Average_Disk Read Bytes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Reads/sec", - "displayName": "Average_Disk Reads/sec", - "displayDescription": "Average_Disk Reads/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Transfers/sec", - "displayName": "Average_Disk Transfers/sec", - "displayDescription": "Average_Disk Transfers/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Write Bytes/sec", - "displayName": "Average_Disk Write Bytes/sec", - "displayDescription": "Average_Disk Write Bytes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Writes/sec", - "displayName": "Average_Disk Writes/sec", - "displayDescription": "Average_Disk Writes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Free Megabytes", - "displayName": "Average_Free Megabytes", - "displayDescription": "Average_Free Megabytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Logical Disk Bytes/sec", - "displayName": "Average_Logical Disk Bytes/sec", - "displayDescription": "Average_Logical Disk Bytes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Available Memory", - "displayName": "Average_% Available Memory", - "displayDescription": "Average_% Available Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Available Swap Space", - "displayName": "Average_% Available Swap Space", - "displayDescription": "Average_% Available Swap Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Used Memory", - "displayName": "Average_% Used Memory", - "displayDescription": "Average_% Used Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Used Swap Space", - "displayName": "Average_% Used Swap Space", - "displayDescription": "Average_% Used Swap Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Available MBytes Memory", - "displayName": "Average_Available MBytes Memory", - "displayDescription": "Average_Available MBytes Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Available MBytes Swap", - "displayName": "Average_Available MBytes Swap", - "displayDescription": "Average_Available MBytes Swap", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Page Reads/sec", - "displayName": "Average_Page Reads/sec", - "displayDescription": "Average_Page Reads/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Page Writes/sec", - "displayName": "Average_Page Writes/sec", - "displayDescription": "Average_Page Writes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Pages/sec", - "displayName": "Average_Pages/sec", - "displayDescription": "Average_Pages/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Used MBytes Swap Space", - "displayName": "Average_Used MBytes Swap Space", - "displayDescription": "Average_Used MBytes Swap Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Used Memory MBytes", - "displayName": "Average_Used Memory MBytes", - "displayDescription": "Average_Used Memory MBytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Bytes Transmitted", - "displayName": "Average_Total Bytes Transmitted", - "displayDescription": "Average_Total Bytes Transmitted", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Bytes Received", - "displayName": "Average_Total Bytes Received", - "displayDescription": "Average_Total Bytes Received", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Bytes", - "displayName": "Average_Total Bytes", - "displayDescription": "Average_Total Bytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Packets Transmitted", - "displayName": "Average_Total Packets Transmitted", - "displayDescription": "Average_Total Packets Transmitted", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Packets Received", - "displayName": "Average_Total Packets Received", - "displayDescription": "Average_Total Packets Received", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Rx Errors", - "displayName": "Average_Total Rx Errors", - "displayDescription": "Average_Total Rx Errors", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Tx Errors", - "displayName": "Average_Total Tx Errors", - "displayDescription": "Average_Total Tx Errors", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Total Collisions", - "displayName": "Average_Total Collisions", - "displayDescription": "Average_Total Collisions", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Avg. Disk sec/Read", - "displayName": "Average_Avg. Disk sec/Read", - "displayDescription": "Average_Avg. Disk sec/Read", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Avg. Disk sec/Transfer", - "displayName": "Average_Avg. Disk sec/Transfer", - "displayDescription": "Average_Avg. Disk sec/Transfer", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Avg. Disk sec/Write", - "displayName": "Average_Avg. Disk sec/Write", - "displayDescription": "Average_Avg. Disk sec/Write", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Physical Disk Bytes/sec", - "displayName": "Average_Physical Disk Bytes/sec", - "displayDescription": "Average_Physical Disk Bytes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Pct Privileged Time", - "displayName": "Average_Pct Privileged Time", - "displayDescription": "Average_Pct Privileged Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Pct User Time", - "displayName": "Average_Pct User Time", - "displayDescription": "Average_Pct User Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Used Memory kBytes", - "displayName": "Average_Used Memory kBytes", - "displayDescription": "Average_Used Memory kBytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Virtual Shared Memory", - "displayName": "Average_Virtual Shared Memory", - "displayDescription": "Average_Virtual Shared Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% DPC Time", - "displayName": "Average_% DPC Time", - "displayDescription": "Average_% DPC Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Idle Time", - "displayName": "Average_% Idle Time", - "displayDescription": "Average_% Idle Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Interrupt Time", - "displayName": "Average_% Interrupt Time", - "displayDescription": "Average_% Interrupt Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% IO Wait Time", - "displayName": "Average_% IO Wait Time", - "displayDescription": "Average_% IO Wait Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Nice Time", - "displayName": "Average_% Nice Time", - "displayDescription": "Average_% Nice Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Privileged Time", - "displayName": "Average_% Privileged Time", - "displayDescription": "Average_% Privileged Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Processor Time", - "displayName": "Average_% Processor Time", - "displayDescription": "Average_% Processor Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% User Time", - "displayName": "Average_% User Time", - "displayDescription": "Average_% User Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Free Physical Memory", - "displayName": "Average_Free Physical Memory", - "displayDescription": "Average_Free Physical Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Free Space in Paging Files", - "displayName": "Average_Free Space in Paging Files", - "displayDescription": "Average_Free Space in Paging Files", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Free Virtual Memory", - "displayName": "Average_Free Virtual Memory", - "displayDescription": "Average_Free Virtual Memory", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Processes", - "displayName": "Average_Processes", - "displayDescription": "Average_Processes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Size Stored In Paging Files", - "displayName": "Average_Size Stored In Paging Files", - "displayDescription": "Average_Size Stored In Paging Files", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - {}, - {}, - {}, - {}, - { - "name": "Average_Current Disk Queue Length", - "displayName": "Average_Current Disk Queue Length", - "displayDescription": "Average_Current Disk Queue Length", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Reads/sec", - "displayName": "Average_Disk Reads/sec", - "displayDescription": "Average_Disk Reads/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Transfers/sec", - "displayName": "Average_Disk Transfers/sec", - "displayDescription": "Average_Disk Transfers/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Disk Writes/sec", - "displayName": "Average_Disk Writes/sec", - "displayDescription": "Average_Disk Writes/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Free Megabytes", - "displayName": "Average_Free Megabytes", - "displayDescription": "Average_Free Megabytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Free Space", - "displayName": "Average_% Free Space", - "displayDescription": "Average_% Free Space", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Available MBytes", - "displayName": "Average_Available MBytes", - "displayDescription": "Average_Available MBytes", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Committed Bytes In Use", - "displayName": "Average_% Committed Bytes In Use", - "displayDescription": "Average_% Committed Bytes In Use", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Bytes Received/sec", - "displayName": "Average_Bytes Received/sec", - "displayDescription": "Average_Bytes Received/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Bytes Sent/sec", - "displayName": "Average_Bytes Sent/sec", - "displayDescription": "Average_Bytes Sent/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Bytes Total/sec", - "displayName": "Average_Bytes Total/sec", - "displayDescription": "Average_Bytes Total/sec", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_% Processor Time", - "displayName": "Average_% Processor Time", - "displayDescription": "Average_% Processor Time", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Average_Processor Queue Length", - "displayName": "Average_Processor Queue Length", - "displayDescription": "Average_Processor Queue Length", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "ObjectName", - "displayName": "ObjectName" - }, - { - "name": "InstanceName", - "displayName": "InstanceName" - }, - { - "name": "CounterPath", - "displayName": "CounterPath" - }, - { - "name": "SourceSystem", - "displayName": "SourceSystem" - } - ] - }, - { - "name": "Heartbeat", - "displayName": "Heartbeat", - "displayDescription": "Heartbeat", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "OSType", - "displayName": "OSType" - }, - { - "name": "Version", - "displayName": "Version" - }, - { - "name": "SourceComputerId", - "displayName": "SourceComputerId" - } - ] - }, - { - "name": "Update", - "displayName": "Update", - "displayDescription": "Update", - "unit": "Count", - "aggregationType": "Average", - "dimensions": [ - { - "name": "Computer", - "displayName": "Computer" - }, - { - "name": "Product", - "displayName": "Product" - }, - { - "name": "Classification", - "displayName": "Classification" - }, - { - "name": "UpdateState", - "displayName": "UpdateState" - }, - { - "name": "Optional", - "displayName": "Optional" - }, - { - "name": "Approved", - "displayName": "Approved" - } - ] - } - ] - } } } ], From e691dc95187640a7e37b023397d46aa745b8c219 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 16:25:27 +0300 Subject: [PATCH 44/73] Update Clusters.json --- .../preview/2019-08-01-preview/Clusters.json | 45 ++++++++++++++----- 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index 496988086322..e11d704eb5a3 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -444,22 +444,11 @@ "x-ms-client-flatten": true, "$ref": "#/definitions/ClusterProperties", "description": "Log Analytics cluster properties." - }, - "location": { - "type": "string", - "description": "Resource location" - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags" } }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource" + "$ref": "#/definitions/ResourceCommonProperties" } ], "description": "The top level Log Analytics cluster resource container.", @@ -510,6 +499,38 @@ "type" ], "description": "Identity for the resource." + }, + "ResourceCommonProperties": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource Id" + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name" + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type" + }, + "location": { + "type": "string", + "description": "Resource location" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "description": "The resource definition.", + "x-ms-azure-resource": true } }, "parameters": {} From 6065dd4b97a639203c81a98dc4f406efac0edabb Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 16:26:20 +0300 Subject: [PATCH 45/73] Update Clusters.json --- .../preview/2019-08-01-preview/Clusters.json | 62 +++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index e11d704eb5a3..c48557428260 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -500,37 +500,37 @@ ], "description": "Identity for the resource." }, - "ResourceCommonProperties": { - "properties": { - "id": { - "readOnly": true, - "type": "string", - "description": "Resource Id" - }, - "name": { - "readOnly": true, - "type": "string", - "description": "Resource name" - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type" - }, - "location": { - "type": "string", - "description": "Resource location" - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags" - } - }, - "description": "The resource definition.", - "x-ms-azure-resource": true + "ResourceCommonProperties": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource Id" + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name" + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type" + }, + "location": { + "type": "string", + "description": "Resource location" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "description": "The resource definition.", + "x-ms-azure-resource": true } }, "parameters": {} From da8ab4ec111901bfacda611a610e5359b67473ce Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 16:42:48 +0300 Subject: [PATCH 46/73] new api version --- .../preview/2020-03-01-preview/Clusters.json | 505 +++ .../2020-03-01-preview/DataExports.json | 393 +++ .../2020-03-01-preview/DataSources.json | 356 ++ .../2020-03-01-preview/IntelligencePacks.json | 189 ++ .../2020-03-01-preview/LinkedServices.json | 286 ++ .../LinkedStorageAccounts.json | 297 ++ .../2020-03-01-preview/ManagementGroups.json | 146 + .../2020-03-01-preview/OperationStatuses.json | 167 + .../2020-03-01-preview/Operations.json | 118 + .../2020-03-01-preview/SharedKeys.json | 94 + .../preview/2020-03-01-preview/Usages.json | 141 + .../2020-03-01-preview/Workspaces.json | 464 +++ .../examples/ClustersCreate.json | 61 + .../examples/ClustersDelete.json | 12 + .../examples/ClustersGet.json | 46 + .../examples/ClustersListByResourceGroup.json | 29 + .../examples/ClustersSubscriptionList.json | 28 + .../examples/ClustersUpdate.json | 29 + .../examples/DataExportCreateOrUpdate.json | 63 + .../examples/DataExportDelete.json | 13 + .../examples/DataExportGet.json | 33 + .../examples/DataExportListByWorkspace.json | 33 + .../examples/DataSourcesCreate.json | 41 + .../examples/DataSourcesDelete.json | 13 + .../examples/DataSourcesGet.json | 23 + .../examples/DataSourcesListByWorkspace.json | 3019 +++++++++++++++++ .../examples/LinkedServicesCreate.json | 36 + .../examples/LinkedServicesDelete.json | 13 + .../examples/LinkedServicesGet.json | 21 + .../LinkedServicesListByWorkspace.json | 30 + .../examples/LinkedStorageAccountsCreate.json | 33 + .../examples/LinkedStorageAccountsDelete.json | 12 + .../examples/LinkedStorageAccountsGet.json | 25 + .../LinkedStorageAccountsListByWorkspace.json | 40 + .../examples/OperationStatusesGet.json | 20 + .../examples/OperationsListByTenant.json | 327 ++ .../examples/WorkspacesCreate.json | 65 + .../examples/WorkspacesDelete.json | 13 + .../WorkspacesDisableIntelligencePack.json | 12 + .../WorkspacesEnableIntelligencePack.json | 12 + .../examples/WorkspacesGet.json | 46 + .../examples/WorkspacesGetSharedKeys.json | 16 + .../WorkspacesListByResourceGroup.json | 32 + .../WorkspacesListIntelligencePacks.json | 244 ++ .../WorkspacesListManagementGroups.json | 15 + .../examples/WorkspacesListUsages.json | 27 + .../examples/WorkspacesSubscriptionList.json | 31 + .../examples/WorkspacesUpdate.json | 35 + 48 files changed, 7704 insertions(+) create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/IntelligencePacks.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/ManagementGroups.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/OperationStatuses.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Operations.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SharedKeys.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersDelete.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersGet.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersListByResourceGroup.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersSubscriptionList.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersUpdate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportCreateOrUpdate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportDelete.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportGet.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportListByWorkspace.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesCreate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesDelete.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesGet.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesListByWorkspace.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsCreate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsDelete.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsGet.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsListByWorkspace.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/OperationStatusesGet.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/OperationsListByTenant.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesCreate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDelete.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDisableIntelligencePack.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesEnableIntelligencePack.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesGet.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesGetSharedKeys.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListByResourceGroup.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListIntelligencePacks.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListManagementGroups.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListUsages.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSubscriptionList.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesUpdate.json diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json new file mode 100644 index 000000000000..ff596c4a8c1e --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json @@ -0,0 +1,505 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters": { + "get": { + "tags": [ + "Clusters" + ], + "x-ms-examples": { + "ClustersGet": { + "$ref": "./examples/ClustersListByResourceGroup.json" + } + }, + "operationId": "Clusters_ListByResourceGroup", + "description": "Gets Log Analytics clusters in a resource group.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/ClusterListResult" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/clusters": { + "get": { + "tags": [ + "Clusters" + ], + "x-ms-examples": { + "ClustersSubscriptionList": { + "$ref": "./examples/ClustersSubscriptionList.json" + } + }, + "operationId": "Clusters_List", + "description": "Gets the Log Analytics clusters in a subscription.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/ClusterListResult" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}": { + "put": { + "tags": [ + "Clusters" + ], + "x-ms-examples": { + "ClustersCreate": { + "$ref": "./examples/ClustersCreate.json" + } + }, + "operationId": "Clusters_CreateOrUpdate", + "description": "Create or update a Log Analytics cluster.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the Log Analytics cluster." + }, + { + "name": "clusterName", + "in": "path", + "required": true, + "type": "string", + "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", + "minLength": 4, + "maxLength": 63, + "description": "The name of the Log Analytics cluster." + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/Cluster" + }, + "description": "The parameters required to create or update a Log Analytics cluster." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/Cluster" + } + }, + "201": { + "description": "Created response definition.", + "schema": { + "$ref": "#/definitions/Cluster" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation": true + }, + "delete": { + "tags": [ + "Clusters" + ], + "x-ms-examples": { + "ClustersDelete": { + "$ref": "./examples/ClustersDelete.json" + } + }, + "operationId": "Clusters_Delete", + "description": "Deletes a cluster instance.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the Log Analytics cluster." + }, + { + "name": "clusterName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Cluster." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + }, + "204": { + "description": "NoContent response definition." + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + } + }, + "get": { + "tags": [ + "Clusters" + ], + "x-ms-examples": { + "ClustersGet": { + "$ref": "./examples/ClustersGet.json" + } + }, + "operationId": "Clusters_Get", + "description": "Gets a Log Analytics cluster instance.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the Log Analytics cluster." + }, + { + "name": "clusterName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Cluster." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/Cluster" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + } + }, + "patch": { + "tags": [ + "Clusters" + ], + "x-ms-examples": { + "ClustersPatch": { + "$ref": "./examples/ClustersUpdate.json" + } + }, + "operationId": "Clusters_Update", + "description": "Updates a Log Analytics cluster.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the cluster." + }, + { + "name": "clusterName", + "in": "path", + "required": true, + "type": "string", + "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", + "minLength": 4, + "maxLength": 63, + "description": "The name of the cluster." + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/ClusterPatch" + }, + "description": "The parameters required to patch a Log Analytics cluster." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "The existing cluster was successfully updated. Check provisioningStatus to see detailed status.", + "schema": { + "$ref": "#/definitions/Cluster" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + } + } + } + }, + "definitions": { + "ClusterProperties": { + "properties": { + "nextLink": { + "description": "The link used to get the next page of recommendations.", + "type": "string" + }, + "clusterId": { + "type": "string", + "readOnly": true, + "description": "The ID associated with the cluster." + }, + "provisioningState": { + "type": "string", + "readOnly": true, + "description": "The provisioning state of the cluster.", + "enum": [ + "Creating", + "Succeeded", + "Failed", + "Canceled", + "Deleting", + "ProvisioningAccount" + ], + "x-ms-enum": { + "name": "EntityStatus", + "modelAsString": true + } + }, + "encryptionKeyUri": { + "type": "string", + "description": "The Key Vault key or certificate path associated with the Log Analytics cluster." + } + }, + "description": "Cluster properties." + }, + "ErrorResponse": { + "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", + "type": "object", + "properties": { + "error": { + "description": "The details of the error.", + "$ref": "#/definitions/ErrorDetails" + } + } + }, + "ErrorDetails": { + "description": "The details of the error.", + "properties": { + "code": { + "description": "Error code.", + "type": "string", + "readOnly": true + }, + "message": { + "description": "Error message indicating why the operation failed.", + "type": "string", + "readOnly": true + }, + "target": { + "description": "The target of the particular error.", + "type": "string", + "readOnly": true + } + } + }, + "ClusterPatchProperties": { + "properties": { + "encryptionKeyUri": { + "type": "string", + "description": "The Key Vault key or certificate path associated with the Log Analytics cluster." + } + }, + "description": "Log Analytics cluster patch properties." + }, + "ClusterPatch": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/ClusterPatchProperties", + "description": "Log Analytics cluster properties." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "description": "The top level Log Analytics cluster resource container.", + "x-ms-azure-resource": true + }, + "Cluster": { + "properties": { + "identity": { + "$ref": "#/definitions/Identity", + "description": "The identity of the resource." + }, + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/ClusterProperties", + "description": "Log Analytics cluster properties." + } + }, + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" + } + ], + "description": "The top level Log Analytics cluster resource container.", + "x-ms-azure-resource": true + }, + "ClusterListResult": { + "properties": { + "nextLink": { + "description": "The link used to get the next page of recommendations.", + "type": "string" + }, + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/Cluster" + }, + "description": "A list of Log Analytics clusters." + } + }, + "description": "The list clusters operation response." + }, + "Identity": { + "properties": { + "principalId": { + "readOnly": true, + "type": "string", + "description": "The principal ID of resource identity." + }, + "tenantId": { + "readOnly": true, + "type": "string", + "description": "The tenant ID of resource." + }, + "type": { + "type": "string", + "description": "The identity type.", + "enum": [ + "SystemAssigned", + "None" + ], + "x-ms-enum": { + "name": "IdentityType", + "modelAsString": false + } + } + }, + "required": [ + "type" + ], + "description": "Identity for the resource." + } + }, + "parameters": {} +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json new file mode 100644 index 000000000000..aef2fa078233 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json @@ -0,0 +1,393 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports": { + "get": { + "tags": [ + "DataExport" + ], + "x-ms-examples": { + "DataExportGet": { + "$ref": "./examples/DataExportListByWorkspace.json" + } + }, + "operationId": "DataExport_ListByWorkspace", + "description": "Lists the data export instances within a workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/DataExportListResult" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}": { + "put": { + "tags": [ + "DataExport" + ], + "x-ms-examples": { + "DataExportCreate": { + "$ref": "./examples/DataExportCreateOrUpdate.json" + } + }, + "operationId": "DataExport_CreateOrUpdate", + "description": "Create or update a data export.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "name": "dataExportName", + "in": "path", + "required": true, + "type": "string", + "pattern": "^[A-Za-z][A-Za-z0-9-]+[A-Za-z0-9]$", + "minLength": 4, + "maxLength": 63, + "description": "The data export rule name." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/DataExport" + }, + "description": "The parameters required to create or update a data export." + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/DataExport" + } + }, + "201": { + "description": "Created response definition.", + "schema": { + "$ref": "#/definitions/DataExport" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + } + }, + "get": { + "tags": [ + "DataExport" + ], + "x-ms-examples": { + "DataExportGet": { + "$ref": "./examples/DataExportGet.json" + } + }, + "operationId": "DataExport_Get", + "description": "Gets a data export instance.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "name": "dataExportName", + "in": "path", + "required": true, + "type": "string", + "description": "The data export rule name." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/DataExport" + } + }, + "404": { + "description": "Not found the specific data export." + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + } + }, + "delete": { + "tags": [ + "DataExport" + ], + "x-ms-examples": { + "DataExportDelete": { + "$ref": "./examples/DataExportDelete.json" + } + }, + "operationId": "DataExport_Delete", + "description": "Deletes the specified data export in a given workspace..", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "name": "dataExportName", + "in": "path", + "required": true, + "type": "string", + "description": "The data export rule name." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + }, + "404": { + "description": "Not found the specific data export." + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + } + } + } + }, + "definitions": { + "DataExport": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/DataExportProperties", + "description": "data export properties." + } + }, + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + } + ], + "description": "The top level data export resource container.", + "x-ms-azure-resource": true + }, + "DataExportListResult": { + "description": "Result of the request to list data exports.", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/DataExport" + }, + "description": "List of data export instances within a workspace.." + } + } + }, + "DataExportProperties": { + "properties": { + "dataExportId": { + "type": "string", + "description": "The data export rule ID." + }, + "allTables": { + "type": "boolean", + "description": "When ‘true’, all workspace's tables are exported." + }, + "tableNames": { + "type": "array", + "items": { + "type": "string" + }, + "description": "An array of tables to export, for example: [“Heartbeat, SecurityEvent”]." + }, + "destination": { + "$ref": "#/definitions/Destination", + "description": "destination properties.", + "x-ms-client-flatten": true + }, + "enable": { + "type": "boolean", + "description": "Active when enabled." + }, + "createdDate": { + "type": "string", + "description": "The latest data export rule modification time." + }, + "lastModifiedDate": { + "type": "string", + "description": "Date and time when the export was last modified." + } + }, + "description": "Data Export properties." + }, + "Destination": { + "properties": { + "resourceId": { + "type": "string", + "description": "The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure." + }, + "type": { + "type": "string", + "readOnly": true, + "description": "The type of the destination resource", + "enum": [ + "StorageAccount", + "EventHub" + ] + }, + "metaData": { + "$ref": "#/definitions/DestinationMetaData", + "description": "destination meta data.", + "x-ms-client-flatten": true + } + }, + "required": [ + "resourceId" + ], + "description": "Destination properties." + }, + "DestinationMetaData": { + "properties": { + "eventHubName": { + "type": "string", + "description": "Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account." + } + }, + "description": "Destination meta data." + }, + "ErrorResponse": { + "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", + "type": "object", + "properties": { + "error": { + "description": "The details of the error.", + "$ref": "#/definitions/ErrorDetails" + } + } + }, + "ErrorDetails": { + "description": "The details of the error.", + "properties": { + "code": { + "description": "Error code.", + "type": "string", + "readOnly": true + }, + "message": { + "description": "Error message indicating why the operation failed.", + "type": "string", + "readOnly": true + }, + "target": { + "description": "The target of the particular error.", + "type": "string", + "readOnly": true + } + } + } + }, + "parameters": { + "WorkspaceNameParameter": { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "The Log Analytics workspace name.", + "x-ms-parameter-location": "method" + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json new file mode 100644 index 000000000000..b07585b5cd3e --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json @@ -0,0 +1,356 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}": { + "put": { + "tags": [ + "DataSources" + ], + "x-ms-examples": { + "DataSourcesCreate": { + "$ref": "./examples/DataSourcesCreate.json" + } + }, + "operationId": "DataSources_CreateOrUpdate", + "description": "Create or update a data source.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the datasource" + }, + { + "name": "dataSourceName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the datasource resource." + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/DataSource" + }, + "description": "The parameters required to create or update a datasource." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/DataSource" + } + }, + "201": { + "description": "Created response definition.", + "schema": { + "$ref": "#/definitions/DataSource" + } + } + } + }, + "delete": { + "tags": [ + "DataSources" + ], + "x-ms-examples": { + "DataSourcesDelete": { + "$ref": "./examples/DataSourcesDelete.json" + } + }, + "operationId": "DataSources_Delete", + "description": "Deletes a data source instance.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that contains the datasource." + }, + { + "name": "dataSourceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the datasource." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + }, + "204": { + "description": "NoContent response definition." + } + } + }, + "get": { + "tags": [ + "DataSources" + ], + "x-ms-examples": { + "DataSourcesGet": { + "$ref": "./examples/DataSourcesGet.json" + } + }, + "operationId": "DataSources_Get", + "description": "Gets a datasource instance.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that contains the datasource." + }, + { + "name": "dataSourceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the datasource" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/DataSource" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources": { + "get": { + "tags": [ + "DataSources" + ], + "x-ms-examples": { + "DataSourcesListByWorkspace": { + "$ref": "./examples/DataSourcesListByWorkspace.json" + } + }, + "operationId": "DataSources_ListByWorkspace", + "description": "Gets the first page of data source instances in a workspace with the link to the next page.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "The workspace that contains the data sources." + }, + { + "name": "$filter", + "in": "query", + "required": true, + "type": "string", + "description": "The filter to apply on the operation." + }, + { + "name": "$skiptoken", + "in": "query", + "required": false, + "type": "string", + "description": "Starting point of the collection of data source instances." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/DataSourceListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-odata": "#/definitions/DataSourceFilter" + } + } + }, + "definitions": { + "DataSourceKind": { + "type": "string", + "enum": [ + "WindowsEvent", + "WindowsPerformanceCounter", + "IISLogs", + "LinuxSyslog", + "LinuxSyslogCollection", + "LinuxPerformanceObject", + "LinuxPerformanceCollection", + "CustomLog", + "CustomLogCollection", + "AzureAuditLog", + "AzureActivityLog", + "GenericDataSource", + "ChangeTrackingCustomPath", + "ChangeTrackingPath", + "ChangeTrackingServices", + "ChangeTrackingDataTypeConfiguration", + "ChangeTrackingDefaultRegistry", + "ChangeTrackingRegistry", + "ChangeTrackingLinuxPath", + "LinuxChangeTrackingPath", + "ChangeTrackingContentLocation", + "WindowsTelemetry", + "Office365", + "SecurityWindowsBaselineConfiguration", + "SecurityCenterSecurityWindowsBaselineConfiguration", + "SecurityEventCollectionConfiguration", + "SecurityInsightsSecurityEventCollectionConfiguration", + "ImportComputerGroup", + "NetworkMonitoring", + "Itsm", + "DnsAnalytics", + "ApplicationInsights", + "SqlDataClassification" + ], + "x-ms-enum": { + "name": "DataSourceKind", + "modelAsString": true + }, + "description": "The kind of the DataSource." + }, + "DataSource": { + "properties": { + "properties": { + "$ref": "#/definitions/Object", + "description": "The data source properties in raw json format, each kind of data source have it's own schema." + }, + "eTag": { + "type": "string", + "description": "The ETag of the data source." + }, + "kind": { + "$ref": "#/definitions/DataSourceKind" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "required": [ + "kind", + "properties" + ], + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + } + ], + "description": "Datasources under OMS Workspace.", + "x-ms-azure-resource": true + }, + "DataSourceFilter": { + "properties": { + "kind": { + "$ref": "#/definitions/DataSourceKind" + } + }, + "description": "DataSource filter. Right now, only filter by kind is supported." + }, + "DataSourceListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/DataSource" + }, + "description": "A list of datasources." + }, + "nextLink": { + "type": "string", + "description": "The link (url) to the next page of datasources." + } + }, + "description": "The list data source by workspace operation response." + }, + "Object": { + "type": "object", + "properties": {}, + "description": "JSON object" + } + }, + "parameters": {} +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/IntelligencePacks.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/IntelligencePacks.json new file mode 100644 index 000000000000..4b6bc45ac1fa --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/IntelligencePacks.json @@ -0,0 +1,189 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Disable": { + "post": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "IntelligencePacksDisable": { + "$ref": "./examples/WorkspacesDisableIntelligencePack.json" + } + }, + "operationId": "Workspaces_DisableIntelligencePack", + "description": "Disables an intelligence pack for a given workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "name": "intelligencePackName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the intelligence pack to be disabled." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Enable": { + "post": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "IntelligencePacksEnable": { + "$ref": "./examples/WorkspacesEnableIntelligencePack.json" + } + }, + "operationId": "Workspaces_EnableIntelligencePack", + "description": "Enables an intelligence pack for a given workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "name": "intelligencePackName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the intelligence pack to be enabled." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks": { + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "IntelligencePacksList": { + "$ref": "./examples/WorkspacesListIntelligencePacks.json" + } + }, + "operationId": "Workspaces_ListIntelligencePacks", + "description": "Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/IntelligencePack" + } + } + } + } + } + } + }, + "definitions": { + "IntelligencePack": { + "properties": { + "name": { + "type": "string", + "description": "The name of the intelligence pack." + }, + "enabled": { + "type": "boolean", + "description": "The enabled boolean for the intelligence pack." + }, + "displayName": { + "type": "string", + "description": "The display name of the intelligence pack." + } + }, + "description": "Intelligence Pack containing a string name and boolean indicating if it's enabled." + } + }, + "parameters": {} +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json new file mode 100644 index 000000000000..c963b6a1221f --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json @@ -0,0 +1,286 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices/{linkedServiceName}": { + "put": { + "tags": [ + "LinkedServices" + ], + "x-ms-examples": { + "LinkedServicesCreate": { + "$ref": "./examples/LinkedServicesCreate.json" + } + }, + "operationId": "LinkedServices_CreateOrUpdate", + "description": "Create or update a linked service.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the linkedServices resource" + }, + { + "name": "linkedServiceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the linkedServices resource" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/LinkedService" + }, + "description": "The parameters required to create or update a linked service." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedService" + } + }, + "201": { + "description": "Created response definition.", + "schema": { + "$ref": "#/definitions/LinkedService" + } + } + } + }, + "delete": { + "tags": [ + "LinkedServices" + ], + "x-ms-examples": { + "LinkedServicesDelete": { + "$ref": "./examples/LinkedServicesDelete.json" + } + }, + "operationId": "LinkedServices_Delete", + "description": "Deletes a linked service instance.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that contains the linkedServices resource" + }, + { + "name": "linkedServiceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the linked service." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + }, + "204": { + "description": "NoContent response definition." + } + } + }, + "get": { + "tags": [ + "LinkedServices" + ], + "x-ms-examples": { + "LinkedServicesGet": { + "$ref": "./examples/LinkedServicesGet.json" + } + }, + "operationId": "LinkedServices_Get", + "description": "Gets a linked service instance.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that contains the linkedServices resource" + }, + { + "name": "linkedServiceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the linked service." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedService" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices": { + "get": { + "tags": [ + "LinkedServices" + ], + "x-ms-examples": { + "LinkedServicesListByWorkspace": { + "$ref": "./examples/LinkedServicesListByWorkspace.json" + } + }, + "operationId": "LinkedServices_ListByWorkspace", + "description": "Gets the linked services instances in a workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that contains the linked services." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedServiceListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + } + }, + "definitions": { + "LinkedServiceProperties": { + "properties": { + "resourceId": { + "type": "string", + "description": "The resource id of the resource that will be linked to the workspace." + } + }, + "required": [ + "resourceId" + ], + "description": "Linked service properties." + }, + "LinkedService": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/LinkedServiceProperties", + "description": "The properties of the linked service." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "required": [ + "properties" + ], + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + } + ], + "description": "The top level Linked service resource container.", + "x-ms-azure-resource": true + }, + "LinkedServiceListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/LinkedService" + }, + "description": "Gets or sets a list of linked service instances." + } + }, + "description": "The list linked service operation response." + } + }, + "parameters": {} +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json new file mode 100644 index 000000000000..a3438a136be1 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json @@ -0,0 +1,297 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}": { + "put": { + "tags": [ + "LinkedStorageAccounts" + ], + "x-ms-examples": { + "LinkedStorageAccountsCreate": { + "$ref": "./examples/LinkedStorageAccountsCreate.json" + } + }, + "operationId": "LinkedStorageAccounts_CreateOrUpdate", + "description": "Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + }, + { + "$ref": "#/parameters/DataSourceTypeParameter" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/LinkedStorageAccounts" + }, + "description": "The parameters required to create or update linked storage accounts." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedStorageAccounts" + } + } + } + }, + "delete": { + "tags": [ + "LinkedStorageAccounts" + ], + "x-ms-examples": { + "LinkedStorageAccountsDelete": { + "$ref": "./examples/LinkedStorageAccountsDelete.json" + } + }, + "operationId": "LinkedStorageAccounts_Delete", + "description": "Deletes all linked storage accounts of a specific data source type associated with the specified workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + }, + { + "$ref": "#/parameters/DataSourceTypeParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + } + } + }, + "get": { + "tags": [ + "LinkedStorageAccounts" + ], + "x-ms-examples": { + "LinkedStorageAccountsGet": { + "$ref": "./examples/LinkedStorageAccountsGet.json" + } + }, + "operationId": "LinkedStorageAccounts_Get", + "description": "Gets all linked storage account of a specific data source type associated with the specified workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + }, + { + "$ref": "#/parameters/DataSourceTypeParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedStorageAccounts" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts": { + "get": { + "tags": [ + "LinkedStorageAccounts" + ], + "description": "Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.", + "operationId": "LinkedStorageAccounts_ListByWorkspace", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedStorageAccountsListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + }, + "x-ms-examples": { + "Gets list of linked storage accounts on a workspace.": { + "$ref": "./examples/LinkedStorageAccountsListByWorkspace.json" + } + } + } + } + }, + "definitions": { + "LinkedStorageAccountsProperties": { + "description": "Linked storage accounts properties.", + "type": "object", + "properties": { + "dataSourceType": { + "description": "Linked storage accounts type.", + "type": "string", + "readOnly": true, + "enum": [ + "CustomLogs", + "AzureWatson" + ], + "x-ms-enum": { + "name": "DataSourceType", + "modelAsString": false + } + }, + "storageAccountIds": { + "description": "Linked storage accounts resources ids.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "LinkedStorageAccounts": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/LinkedStorageAccountsProperties", + "description": "Linked storage accounts properties." + } + }, + "required": [ + "properties" + ], + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + } + ], + "description": "Linked storage accounts top level resource container.", + "x-ms-azure-resource": true + }, + "LinkedStorageAccountsListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/LinkedStorageAccounts" + }, + "description": "A list of linked storage accounts instances." + } + }, + "description": "The list linked storage accounts service operation response." + } + }, + "parameters": { + "WorkspaceNameParameter": { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "The Log Analytics workspace name.", + "x-ms-parameter-location": "method" + }, + "DataSourceTypeParameter": { + "name": "dataSourceType", + "in": "path", + "required": true, + "type": "string", + "enum": [ + "CustomLogs", + "AzureWatson" + ], + "x-ms-enum": { + "name": "DataSourceType", + "modelAsString": false + }, + "description": "Linked storage accounts type.", + "x-ms-parameter-location": "method" + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/ManagementGroups.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/ManagementGroups.json new file mode 100644 index 000000000000..735f7b3a4714 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/ManagementGroups.json @@ -0,0 +1,146 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/managementGroups": { + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesListManagementGroups": { + "$ref": "./examples/WorkspacesListManagementGroups.json" + } + }, + "operationId": "Workspaces_ListManagementGroups", + "description": "Gets a list of management groups connected to a workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/WorkspaceListManagementGroupsResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + } + }, + "definitions": { + "ManagementGroupProperties": { + "properties": { + "serverCount": { + "type": "integer", + "format": "int32", + "description": "The number of servers connected to the management group." + }, + "isGateway": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the management group is a gateway." + }, + "name": { + "type": "string", + "description": "The name of the management group." + }, + "id": { + "type": "string", + "description": "The unique ID of the management group." + }, + "created": { + "type": "string", + "format": "date-time", + "description": "The datetime that the management group was created." + }, + "dataReceived": { + "type": "string", + "format": "date-time", + "description": "The last datetime that the management group received data." + }, + "version": { + "type": "string", + "description": "The version of System Center that is managing the management group." + }, + "sku": { + "type": "string", + "description": "The SKU of System Center that is managing the management group." + } + }, + "description": "Management group properties." + }, + "ManagementGroup": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/ManagementGroupProperties", + "description": "The properties of the management group." + } + }, + "description": "A management group that is connected to a workspace" + }, + "WorkspaceListManagementGroupsResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/ManagementGroup" + }, + "description": "Gets or sets a list of management groups attached to the workspace." + } + }, + "description": "The list workspace management groups operation response." + } + }, + "parameters": {} +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/OperationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/OperationStatuses.json new file mode 100644 index 000000000000..b10509e83b25 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/OperationStatuses.json @@ -0,0 +1,167 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/locations/{location}/operationStatuses/{asyncOperationId}": { + "get": { + "x-ms-examples": { + "Get specific operation status": { + "$ref": "./examples/OperationStatusesGet.json" + } + }, + "tags": [ + "asyncOperations" + ], + "operationId": "GetAsyncOperationsStatus", + "description": "Get the status of a long running azure asynchronous operation.", + "parameters": [ + { + "name": "location", + "in": "path", + "required": true, + "type": "string", + "description": "The region name of operation." + }, + { + "name": "asyncOperationId", + "in": "path", + "required": true, + "type": "string", + "description": "The operation Id." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK. Operation status.", + "schema": { + "$ref": "#/definitions/OperationStatus" + } + } + } + } + } + }, + "definitions": { + "ErrorResponse": { + "properties": { + "code": { + "readOnly": true, + "type": "string", + "description": "The error code." + }, + "message": { + "readOnly": true, + "type": "string", + "description": "The error message." + }, + "target": { + "readOnly": true, + "type": "string", + "description": "The error target." + }, + "details": { + "readOnly": true, + "type": "array", + "items": { + "$ref": "#/definitions/ErrorResponse" + }, + "description": "The error details." + }, + "additionalInfo": { + "readOnly": true, + "type": "array", + "items": { + "$ref": "#/definitions/ErrorAdditionalInfo" + }, + "description": "The error additional info." + } + }, + "description": "The resource management error response." + }, + "ErrorAdditionalInfo": { + "properties": { + "type": { + "readOnly": true, + "type": "string", + "description": "The additional info type." + }, + "info": { + "readOnly": true, + "type": "object", + "description": "The additional info." + } + }, + "description": "The resource management error additional info." + }, + "OperationStatus": { + "description": "The status of operation.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The operation Id." + }, + "name": { + "type": "string", + "description": "The operation name." + }, + "startTime": { + "type": "string", + "description": "The start time of the operation." + }, + "endTime": { + "type": "string", + "description": "The end time of the operation." + }, + "status": { + "type": "string", + "description": "The status of the operation." + }, + "error": { + "type": "object", + "description": "The error detail of the operation if any.", + "$ref": "#/definitions/ErrorResponse" + } + } + } + }, + "parameters": {} +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Operations.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Operations.json new file mode 100644 index 000000000000..bf8e587b7eab --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Operations.json @@ -0,0 +1,118 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/providers/Microsoft.OperationalInsights/operations": { + "get": { + "x-ms-examples": { + "Get specific operation status": { + "$ref": "./examples/OperationsListByTenant.json" + } + }, + "tags": [ + "Operations" + ], + "operationId": "Operations_List", + "description": "Lists all of the available OperationalInsights Rest API operations.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/OperationListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + } + }, + "definitions": { + "OperationListResult": { + "description": "Result of the request to list solution operations.", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/Operation" + }, + "description": "List of solution operations supported by the OperationsManagement resource provider." + }, + "nextLink": { + "type": "string", + "readOnly": true, + "description": "URL to get the next set of operation list results if there are any." + } + } + }, + "Operation": { + "description": "Supported operation of OperationalInsights resource provider.", + "properties": { + "name": { + "description": "Operation name: {provider}/{resource}/{operation}", + "type": "string" + }, + "display": { + "description": "Display metadata associated with the operation.", + "properties": { + "provider": { + "description": "Service provider: Microsoft OperationsManagement.", + "type": "string" + }, + "resource": { + "description": "Resource on which the operation is performed etc.", + "type": "string" + }, + "operation": { + "description": "Type of operation: get, read, delete, etc.", + "type": "string" + }, + "description": { + "description": "Description of operation", + "type": "string" + } + } + } + } + } + }, + "parameters": {} +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SharedKeys.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SharedKeys.json new file mode 100644 index 000000000000..eeffebdb978d --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SharedKeys.json @@ -0,0 +1,94 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/sharedKeys": { + "post": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "SharedKeysList": { + "$ref": "./examples/WorkspacesGetSharedKeys.json" + } + }, + "operationId": "Workspaces_GetSharedKeys", + "description": "Gets the shared keys for a workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/SharedKeys" + } + } + } + } + } + }, + "definitions": { + "SharedKeys": { + "properties": { + "primarySharedKey": { + "type": "string", + "description": "The primary shared key of a workspace." + }, + "secondarySharedKey": { + "type": "string", + "description": "The secondary shared key of a workspace." + } + }, + "description": "The shared keys for a workspace." + } + }, + "parameters": {} +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json new file mode 100644 index 000000000000..b8c45fe23420 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json @@ -0,0 +1,141 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/usages": { + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "UsagesList": { + "$ref": "./examples/WorkspacesListUsages.json" + } + }, + "operationId": "Workspaces_ListUsages", + "description": "Gets a list of usage metrics for a workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/WorkspaceListUsagesResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + } + }, + "definitions": { + "MetricName": { + "properties": { + "value": { + "type": "string", + "description": "The system name of the metric." + }, + "localizedValue": { + "type": "string", + "description": "The localized name of the metric." + } + }, + "description": "The name of a metric." + }, + "UsageMetric": { + "properties": { + "name": { + "$ref": "#/definitions/MetricName", + "description": "The name of the metric." + }, + "unit": { + "type": "string", + "description": "The units used for the metric." + }, + "currentValue": { + "type": "number", + "format": "double", + "description": "The current value of the metric." + }, + "limit": { + "type": "number", + "format": "double", + "description": "The quota limit for the metric." + }, + "nextResetTime": { + "type": "string", + "format": "date-time", + "description": "The time that the metric's value will reset." + }, + "quotaPeriod": { + "type": "string", + "description": "The quota period that determines the length of time between value resets." + } + }, + "description": "A metric describing the usage of a resource." + }, + "WorkspaceListUsagesResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/UsageMetric" + }, + "description": "Gets or sets a list of usage metrics for a workspace." + } + }, + "description": "The list workspace usages operation response." + } + }, + "parameters": {} +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json new file mode 100644 index 000000000000..1c32b4461d7f --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json @@ -0,0 +1,464 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces": { + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesGet": { + "$ref": "./examples/WorkspacesListByResourceGroup.json" + } + }, + "operationId": "Workspaces_ListByResourceGroup", + "description": "Gets workspaces in a resource group.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/WorkspaceListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces": { + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesSubscriptionList": { + "$ref": "./examples/WorkspacesSubscriptionList.json" + } + }, + "operationId": "Workspaces_List", + "description": "Gets the workspaces in a subscription.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/WorkspaceListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}": { + "put": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesCreate": { + "$ref": "./examples/WorkspacesCreate.json" + } + }, + "operationId": "Workspaces_CreateOrUpdate", + "description": "Create or update a workspace.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the workspace." + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", + "minLength": 4, + "maxLength": 63, + "description": "The name of the workspace." + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/Workspace" + }, + "description": "The parameters required to create or update a workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/Workspace" + } + }, + "201": { + "description": "Created response definition.", + "schema": { + "$ref": "#/definitions/Workspace" + } + }, + "202": { + "description": "Accepted" + } + }, + "x-ms-long-running-operation": true + }, + "delete": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesDelete": { + "$ref": "./examples/WorkspacesDelete.json" + } + }, + "operationId": "Workspaces_Delete", + "description": "Deletes a workspace instance.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the workspace." + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + }, + "202": { + "description": "Accepted" + }, + "204": { + "description": "NoContent response definition." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspaceGet": { + "$ref": "./examples/WorkspacesGet.json" + } + }, + "operationId": "Workspaces_Get", + "description": "Gets a workspace instance.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the workspace." + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/Workspace" + } + } + } + }, + "patch": { + "tags": [ + "Workspaces" + ], + "x-ms-examples": { + "WorkspacesPatch": { + "$ref": "./examples/WorkspacesUpdate.json" + } + }, + "operationId": "Workspaces_Update", + "description": "Updates a workspace.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The resource group name of the workspace." + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", + "minLength": 4, + "maxLength": 63, + "description": "The name of the workspace." + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/Workspace" + }, + "description": "The parameters required to patch a workspace." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "The existing workspace was successfully updated. Check provisioningStatus to see detailed status.", + "schema": { + "$ref": "#/definitions/Workspace" + } + } + } + } + } + }, + "definitions": { + "Sku": { + "properties": { + "name": { + "type": "string", + "description": "The name of the SKU.", + "enum": [ + "Free", + "Standard", + "Premium", + "PerNode", + "PerGB2018", + "Standalone", + "CapacityReservation" + ], + "x-ms-enum": { + "name": "SkuNameEnum", + "modelAsString": true + } + } + }, + "required": [ + "name" + ], + "description": "The SKU (tier) of a workspace." + }, + "WorkspaceProperties": { + "properties": { + "provisioningState": { + "type": "string", + "description": "The provisioning state of the workspace.", + "enum": [ + "Creating", + "Succeeded", + "Failed", + "Canceled", + "Deleting", + "ProvisioningAccount" + ], + "x-ms-enum": { + "name": "EntityStatus", + "modelAsString": true + } + }, + "customerId": { + "type": "string", + "description": "This is a read-only property. Represents the ID associated with the workspace.", + "readOnly": true + }, + "sku": { + "$ref": "#/definitions/Sku", + "description": "The SKU of the workspace." + }, + "retentionInDays": { + "type": "integer", + "format": "int32", + "minimum": -1, + "maximum": 730, + "description": "The workspace data retention in days. -1 means Unlimited retention for the Unlimited Sku. 730 days is the maximum allowed for all other Skus. " + }, + "publicNetworkAccessForIngestion": { + "description": "The network access type for accessing Log Analytics ingestion.", + "$ref": "#/definitions/PublicNetworkAccessType" + }, + "publicNetworkAccessForQuery": { + "description": "The network access type for accessing Log Analytics query.", + "$ref": "#/definitions/PublicNetworkAccessType" + }, + "privateLinkScopedResources": { + "readOnly": true, + "type": "array", + "items": { + "$ref": "#/definitions/PrivateLinkScopedResource" + }, + "description": "List of linked private link scope resources." + } + }, + "description": "Workspace properties." + }, + "PrivateLinkScopedResource": { + "properties": { + "resourceId": { + "type": "string", + "description": "The full resource Id of the private link scope resource." + }, + "scopeId": { + "type": "string", + "description": "The private link scope unique Identifier." + } + }, + "description": "The private link scope resource reference." + }, + "Workspace": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/WorkspaceProperties", + "description": "Workspace properties." + }, + "eTag": { + "type": "string", + "description": "The ETag of the workspace." + } + }, + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" + } + ], + "description": "The top level Workspace resource container.", + "x-ms-azure-resource": true + }, + "WorkspaceListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/Workspace" + }, + "description": "A list of workspaces." + } + }, + "description": "The list workspaces operation response." + }, + "PublicNetworkAccessType": { + "type": "string", + "description": "The network access type for operating on the Log Analytics Workspace. By default it is Enabled", + "default": "Enabled", + "enum": [ + "Enabled", + "Disabled" + ], + "x-ms-enum": { + "name": "PublicNetworkAccessType", + "modelAsString": true, + "values": [ + { + "value": "Enabled", + "description": "Enables connectivity to Log Analytics through public DNS." + }, + { + "value": "Disabled", + "description": "Disables public connectivity to Log Analytics through public DNS." + } + ] + } + } + }, + "parameters": {} +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json new file mode 100644 index 000000000000..ae441558d451 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json @@ -0,0 +1,61 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "clusterName": "oiautorest6685", + "parameters": { + "properties": { + "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + }, + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + } + }, + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/clusters/aztest2170", + "identity": { + "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "type": "SystemAssigned" + }, + "name": "AzTest2170", + "type": "Microsoft.OperationalInsights/clusters", + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + }, + "properties": { + "clusterId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", + "provisioningState": "Creating", + "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + } + } + }, + "201": { + "body": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/clusters/aztest2170", + "identity": { + "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "type": "SystemAssigned" + }, + "name": "AzTest2170", + "type": "Microsoft.OperationalInsights/clusters", + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + }, + "properties": { + "clusterId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", + "provisioningState": "Creating", + "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + } + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersDelete.json new file mode 100644 index 000000000000..9bedd88e3584 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersDelete.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "clusterName": "oiautorest6685", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersGet.json new file mode 100644 index 000000000000..3e950e7ed65d --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersGet.json @@ -0,0 +1,46 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "clusterName": "oiautorest6685", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62", + "provisioningState": "Succeeded", + "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + }, + "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/clusters/testresourcelock", + "identity": { + "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "type": "SystemAssigned" + }, + "name": "TestResourceLock", + "type": "Microsoft.OperationalInsights/clusters", + "location": "eastus" + }, + { + "properties": { + "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62", + "provisioningState": "Succeeded", + "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + }, + "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/mms-eus/providers/microsoft.operationalinsights/clusters/southukws", + "identity": { + "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "type": "SystemAssigned" + }, + "name": "SouthUKWS", + "type": "Microsoft.OperationalInsights/clusters", + "location": "East US" + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersListByResourceGroup.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersListByResourceGroup.json new file mode 100644 index 000000000000..a99590b56722 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersListByResourceGroup.json @@ -0,0 +1,29 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62", + "provisioningState": "Succeeded", + "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + }, + "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/clusters/testresourcelock", + "identity": { + "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "type": "SystemAssigned" + }, + "name": "TestResourceLock", + "type": "Microsoft.OperationalInsights/clusters", + "location": "eastus" + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersSubscriptionList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersSubscriptionList.json new file mode 100644 index 000000000000..6cebe285f974 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersSubscriptionList.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62", + "provisioningState": "Succeeded", + "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + }, + "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/clusters/testresourcelock", + "identity": { + "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "type": "SystemAssigned" + }, + "name": "TestResourceLock", + "type": "Microsoft.OperationalInsights/clusters", + "location": "eastus" + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersUpdate.json new file mode 100644 index 000000000000..7f86defd8c95 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersUpdate.json @@ -0,0 +1,29 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "clusterName": "oiautorest6685", + "parameters": { + "properties": { + "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + }, + "tags": { + "tag1": "val1" + } + }, + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "properties": { + "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + }, + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + } + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportCreateOrUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportCreateOrUpdate.json new file mode 100644 index 000000000000..413c8a0480bf --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportCreateOrUpdate.json @@ -0,0 +1,63 @@ +{ + "parameters": { + "resourceGroupName": "RgTest1", + "workspaceName": "DeWnTest1234", + "dataExportName": "export1", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000", + "parameters": { + "properties": { + "destination": { + "resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test" + }, + "tableNames": [ + "Heartbeat" + ] + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "dataExportId": "d5233afc-7829-4b89-c594-08d7975e19a5", + "destination": { + "resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test", + "type": "EventHub" + }, + "allTables": false, + "tableNames": [ + "Heartbeat" + ], + "enable": true, + "createdDate": "Sun, 12 Jan 2020 12:51:10 GMT", + "lastModifiedDate": "Sun, 12 Jan 2020 12:51:10 GMT" + }, + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/RgTest1/providers/microsoft.operationalinsights/workspaces/DeWnTest1234/export/export1", + "name": "export1", + "type": "Microsoft.OperationalInsights/workspaces/export" + } + }, + "201": { + "body": { + "properties": { + "dataExportId": "d5233afc-7829-4b89-c594-08d7975e19a5", + "destination": { + "resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test", + "type": "EventHub" + }, + "allTables": false, + "tableNames": [ + "Heartbeat" + ], + "enable": true, + "createdDate": "Sun, 12 Jan 2020 12:51:10 GMT", + "lastModifiedDate": "Sun, 12 Jan 2020 12:51:10 GMT" + }, + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/RgTest1/providers/microsoft.operationalinsights/workspaces/DeWnTest1234/export/export1", + "name": "export1", + "type": "Microsoft.OperationalInsights/workspaces/export" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportDelete.json new file mode 100644 index 000000000000..65820f03f1d3 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "resourceGroupName": "RgTest1", + "workspaceName": "DeWnTest1234", + "dataExportName": "export1", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {}, + "404": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportGet.json new file mode 100644 index 000000000000..c6142d9fe8c4 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportGet.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "resourceGroupName": "RgTest1", + "workspaceName": "DeWnTest1234", + "dataExportName": "export1", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "properties": { + "dataExportId": "d5233afc-7829-4b89-c594-08d7975e19a5", + "destination": { + "resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test", + "type": "EventHub" + }, + "allTables": false, + "tableNames": [ + "Heartbeat" + ], + "enable": true, + "createdDate": "Sun, 12 Jan 2020 12:51:10 GMT", + "lastModifiedDate": "Sun, 12 Jan 2020 12:51:10 GMT" + }, + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/RgTest1/providers/microsoft.operationalinsights/workspaces/DeWnTest1234/export/export1", + "name": "export1", + "type": "Microsoft.OperationalInsights/workspaces/export" + } + }, + "404": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportListByWorkspace.json new file mode 100644 index 000000000000..554b826e31e0 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportListByWorkspace.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "resourceGroupName": "RgTest1", + "workspaceName": "DeWnTest1234", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "dataExportId": "d5233afc-7829-4b89-c594-08d7975e19a5", + "destination": { + "resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test", + "type": "EventHub" + }, + "allTables": false, + "tableNames": [ + "Heartbeat" + ], + "enable": true, + "createdDate": "Sun, 12 Jan 2020 12:51:10 GMT", + "lastModifiedDate": "Sun, 12 Jan 2020 12:51:10 GMT" + }, + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/RgTest1/providers/microsoft.operationalinsights/workspaces/DeWnTest1234/export/export1", + "name": "export1", + "type": "Microsoft.OperationalInsights/workspaces/export" + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesCreate.json new file mode 100644 index 000000000000..f5163ab10916 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesCreate.json @@ -0,0 +1,41 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "AzTest9724", + "dataSourceName": "AzTestDS774", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000", + "parameters": { + "properties": { + "LinkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" + }, + "kind": "AzureActivityLog" + } + }, + "responses": { + "200": { + "body": { + "kind": "AzureActivityLog", + "properties": { + "linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774", + "eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"", + "name": "AzTestDS774", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + } + }, + "201": { + "body": { + "kind": "AzureActivityLog", + "properties": { + "linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774", + "eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"", + "name": "AzTestDS774", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesDelete.json new file mode 100644 index 000000000000..ba705aca5205 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "AzTest9724", + "dataSourceName": "AzTestDS774", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesGet.json new file mode 100644 index 000000000000..df03a4b5687d --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesGet.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "AzTest9724", + "dataSourceName": "AzTestDS774", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "kind": "AzureActivityLog", + "properties": { + "linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774", + "eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"", + "name": "AzTestDS774", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesListByWorkspace.json new file mode 100644 index 000000000000..ff54edfbb138 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesListByWorkspace.json @@ -0,0 +1,3019 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "AzTest9724", + "dataSourceName": "AzTestDS774", + "$filter": "kind='WindowsEvent'", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent14", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1011", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.5629323Z'\"", + "name": "AzTestDSWE1011", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent64", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1013", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A22.2533211Z'\"", + "name": "AzTestDSWE1013", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent202", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1020", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.4645698Z'\"", + "name": "AzTestDSWE1020", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent231", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1074", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A12.5871672Z'\"", + "name": "AzTestDSWE1074", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent86", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1117", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A28.9325389Z'\"", + "name": "AzTestDSWE1117", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent30", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1128", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A13.2185735Z'\"", + "name": "AzTestDSWE1128", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent66", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1176", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A22.7779289Z'\"", + "name": "AzTestDSWE1176", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent199", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1293", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A03.5114136Z'\"", + "name": "AzTestDSWE1293", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent102", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE134", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.6788897Z'\"", + "name": "AzTestDSWE134", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent111", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1352", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A36.2312139Z'\"", + "name": "AzTestDSWE1352", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent31", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1360", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A13.4685716Z'\"", + "name": "AzTestDSWE1360", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent53", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1382", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.2840543Z'\"", + "name": "AzTestDSWE1382", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent132", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1410", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A42.7070374Z'\"", + "name": "AzTestDSWE1410", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent211", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1417", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.8922838Z'\"", + "name": "AzTestDSWE1417", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent274", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1560", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A26.6932412Z'\"", + "name": "AzTestDSWE1560", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent212", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1618", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A07.1422661Z'\"", + "name": "AzTestDSWE1618", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent221", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1662", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A09.5980265Z'\"", + "name": "AzTestDSWE1662", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent121", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1675", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A39.6167744Z'\"", + "name": "AzTestDSWE1675", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent157", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE169", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A50.1064668Z'\"", + "name": "AzTestDSWE169", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent196", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1735", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A02.4954752Z'\"", + "name": "AzTestDSWE1735", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent12", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1742", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.0452997Z'\"", + "name": "AzTestDSWE1742", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent145", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1815", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A46.5966089Z'\"", + "name": "AzTestDSWE1815", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent69", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1828", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A23.6529754Z'\"", + "name": "AzTestDSWE1828", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent58", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE188", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A20.7216320Z'\"", + "name": "AzTestDSWE188", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent48", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1962", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A17.9341560Z'\"", + "name": "AzTestDSWE1962", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent246", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1997", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A17.3081821Z'\"", + "name": "AzTestDSWE1997", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent154", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2046", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A49.2918213Z'\"", + "name": "AzTestDSWE2046", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent165", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2056", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A52.4111189Z'\"", + "name": "AzTestDSWE2056", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent172", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2116", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A54.7598026Z'\"", + "name": "AzTestDSWE2116", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent9", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2142", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A07.2711237Z'\"", + "name": "AzTestDSWE2142", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent150", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE22", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A48.2064500Z'\"", + "name": "AzTestDSWE22", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent218", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2208", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A08.7849248Z'\"", + "name": "AzTestDSWE2208", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent161", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2221", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A51.3306230Z'\"", + "name": "AzTestDSWE2221", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent75", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2226", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A25.5991266Z'\"", + "name": "AzTestDSWE2226", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent38", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2231", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A15.3592513Z'\"", + "name": "AzTestDSWE2231", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent208", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2242", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.0641077Z'\"", + "name": "AzTestDSWE2242", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent228", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2263", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A11.7829226Z'\"", + "name": "AzTestDSWE2263", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent259", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2369", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A21.5874093Z'\"", + "name": "AzTestDSWE2369", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent210", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE240", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.6266574Z'\"", + "name": "AzTestDSWE240", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent265", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2423", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A23.4752361Z'\"", + "name": "AzTestDSWE2423", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent112", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2463", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A36.5611370Z'\"", + "name": "AzTestDSWE2463", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent32", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2499", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A13.7187131Z'\"", + "name": "AzTestDSWE2499", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent220", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2509", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A09.3324224Z'\"", + "name": "AzTestDSWE2509", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent87", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2541", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A29.2312540Z'\"", + "name": "AzTestDSWE2541", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent2", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2578", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.3117461Z'\"", + "name": "AzTestDSWE2578", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent119", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2619", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A38.5379572Z'\"", + "name": "AzTestDSWE2619", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent1", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE274", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.0735592Z'\"", + "name": "AzTestDSWE274", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent92", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2754", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A30.6297451Z'\"", + "name": "AzTestDSWE2754", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent205", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE281", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A05.2972963Z'\"", + "name": "AzTestDSWE281", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent101", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2818", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.3820072Z'\"", + "name": "AzTestDSWE2818", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent236", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2860", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A14.0876077Z'\"", + "name": "AzTestDSWE2860", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent93", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2867", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A30.9266089Z'\"", + "name": "AzTestDSWE2867", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent278", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2923", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A27.9342580Z'\"", + "name": "AzTestDSWE2923", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent138", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2979", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A44.4311007Z'\"", + "name": "AzTestDSWE2979", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent217", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3009", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A08.5349323Z'\"", + "name": "AzTestDSWE3009", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent269", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3033", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A24.9696296Z'\"", + "name": "AzTestDSWE3033", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent49", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3095", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A18.2006423Z'\"", + "name": "AzTestDSWE3095", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent118", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3114", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A38.2879169Z'\"", + "name": "AzTestDSWE3114", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent116", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3132", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A37.6889867Z'\"", + "name": "AzTestDSWE3132", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent185", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3147", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A58.9331954Z'\"", + "name": "AzTestDSWE3147", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent109", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3159", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.6843083Z'\"", + "name": "AzTestDSWE3159", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent46", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE317", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A17.4118415Z'\"", + "name": "AzTestDSWE317", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent107", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3175", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.0592573Z'\"", + "name": "AzTestDSWE3175", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent28", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3183", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A12.6247906Z'\"", + "name": "AzTestDSWE3183", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent237", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3217", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A14.4938899Z'\"", + "name": "AzTestDSWE3217", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent62", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3220", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A21.7373059Z'\"", + "name": "AzTestDSWE3220", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent51", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3228", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A18.7785353Z'\"", + "name": "AzTestDSWE3228", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent171", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3395", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A54.4936956Z'\"", + "name": "AzTestDSWE3395", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent63", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3416", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A22.0032694Z'\"", + "name": "AzTestDSWE3416", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent280", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3506", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A28.8251658Z'\"", + "name": "AzTestDSWE3506", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent23", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3517", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A11.2153209Z'\"", + "name": "AzTestDSWE3517", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent229", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3528", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A12.0402565Z'\"", + "name": "AzTestDSWE3528", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent136", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3530", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A43.8027590Z'\"", + "name": "AzTestDSWE3530", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent194", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3594", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A01.9173304Z'\"", + "name": "AzTestDSWE3594", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent191", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3615", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A00.8990889Z'\"", + "name": "AzTestDSWE3615", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent242", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3645", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A16.0877829Z'\"", + "name": "AzTestDSWE3645", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent11", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3676", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A07.8068460Z'\"", + "name": "AzTestDSWE3676", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent155", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3700", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A49.5439700Z'\"", + "name": "AzTestDSWE3700", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent117", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3738", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A38.0363694Z'\"", + "name": "AzTestDSWE3738", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent159", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3740", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A50.6390339Z'\"", + "name": "AzTestDSWE3740", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent95", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3754", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A31.5203823Z'\"", + "name": "AzTestDSWE3754", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent96", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3761", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A31.7860159Z'\"", + "name": "AzTestDSWE3761", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent56", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3787", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A20.0966078Z'\"", + "name": "AzTestDSWE3787", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent181", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3880", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A57.8394298Z'\"", + "name": "AzTestDSWE3880", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent160", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3887", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A51.0806178Z'\"", + "name": "AzTestDSWE3887", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent244", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3899", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A16.6987634Z'\"", + "name": "AzTestDSWE3899", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent127", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3928", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A41.4223363Z'\"", + "name": "AzTestDSWE3928", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent186", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4005", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A59.1831854Z'\"", + "name": "AzTestDSWE4005", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent288", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4021", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A31.5314824Z'\"", + "name": "AzTestDSWE4021", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent193", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4054", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A01.6667691Z'\"", + "name": "AzTestDSWE4054", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent133", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE406", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A42.9581303Z'\"", + "name": "AzTestDSWE406", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent88", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4128", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A29.4890798Z'\"", + "name": "AzTestDSWE4128", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent189", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4140", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A00.2051432Z'\"", + "name": "AzTestDSWE4140", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent183", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4209", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A58.3706603Z'\"", + "name": "AzTestDSWE4209", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent67", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4216", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A23.1240354Z'\"", + "name": "AzTestDSWE4216", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent294", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4240", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A33.5368097Z'\"", + "name": "AzTestDSWE4240", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent91", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4279", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A30.3641074Z'\"", + "name": "AzTestDSWE4279", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent273", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4289", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A26.3963554Z'\"", + "name": "AzTestDSWE4289", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent148", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4317", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A47.6751803Z'\"", + "name": "AzTestDSWE4317", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent4", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4324", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.8120517Z'\"", + "name": "AzTestDSWE4324", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent201", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4362", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.1208323Z'\"", + "name": "AzTestDSWE4362", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent13", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4416", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.3109506Z'\"", + "name": "AzTestDSWE4416", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent153", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4424", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A48.9744951Z'\"", + "name": "AzTestDSWE4424", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent52", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4466", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.0457713Z'\"", + "name": "AzTestDSWE4466", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent37", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4467", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A15.0936374Z'\"", + "name": "AzTestDSWE4467", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent129", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4503", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A41.9399246Z'\"", + "name": "AzTestDSWE4503", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent276", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4521", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A27.2714771Z'\"", + "name": "AzTestDSWE4521", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent79", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4530", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A26.7419933Z'\"", + "name": "AzTestDSWE4530", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent115", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4600", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A37.4227966Z'\"", + "name": "AzTestDSWE4600", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent135", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4644", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A43.5519204Z'\"", + "name": "AzTestDSWE4644", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent162", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4694", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A51.6431386Z'\"", + "name": "AzTestDSWE4694", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent5", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4715", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A06.0530002Z'\"", + "name": "AzTestDSWE4715", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent267", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE472", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A24.3989962Z'\"", + "name": "AzTestDSWE472", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent243", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4721", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A16.3706498Z'\"", + "name": "AzTestDSWE4721", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent295", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4734", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A33.8337155Z'\"", + "name": "AzTestDSWE4734", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent270", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4755", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A25.2712759Z'\"", + "name": "AzTestDSWE4755", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent81", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4779", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A27.5076680Z'\"", + "name": "AzTestDSWE4779", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent0", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4791", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A04.6828938Z'\"", + "name": "AzTestDSWE4791", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent170", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4798", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A54.0073520Z'\"", + "name": "AzTestDSWE4798", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent263", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE480", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A22.9077505Z'\"", + "name": "AzTestDSWE480", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent25", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4847", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A11.7028912Z'\"", + "name": "AzTestDSWE4847", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent204", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4876", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.9847854Z'\"", + "name": "AzTestDSWE4876", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent68", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4900", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A23.4029367Z'\"", + "name": "AzTestDSWE4900", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent105", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4918", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A34.5280091Z'\"", + "name": "AzTestDSWE4918", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent296", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4928", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A34.2882196Z'\"", + "name": "AzTestDSWE4928", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent293", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4930", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A33.2381803Z'\"", + "name": "AzTestDSWE4930", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent113", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4945", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A36.8423994Z'\"", + "name": "AzTestDSWE4945", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent15", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4967", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.9379456Z'\"", + "name": "AzTestDSWE4967", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent180", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4969", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A57.5893926Z'\"", + "name": "AzTestDSWE4969", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent54", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4983", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.5497139Z'\"", + "name": "AzTestDSWE4983", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent151", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5011", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A48.4588661Z'\"", + "name": "AzTestDSWE5011", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent290", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5082", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A32.2694295Z'\"", + "name": "AzTestDSWE5082", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent248", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5136", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A17.8863220Z'\"", + "name": "AzTestDSWE5136", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent206", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5141", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A05.5484906Z'\"", + "name": "AzTestDSWE5141", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent266", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5166", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A23.9283342Z'\"", + "name": "AzTestDSWE5166", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent282", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5207", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A29.4970655Z'\"", + "name": "AzTestDSWE5207", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent203", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5223", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.7146038Z'\"", + "name": "AzTestDSWE5223", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent20", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5233", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A10.3237629Z'\"", + "name": "AzTestDSWE5233", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent249", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5253", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A18.1831872Z'\"", + "name": "AzTestDSWE5253", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent286", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5255", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A30.9049829Z'\"", + "name": "AzTestDSWE5255", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent29", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5263", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A12.8904269Z'\"", + "name": "AzTestDSWE5263", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent255", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5351", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A20.4543884Z'\"", + "name": "AzTestDSWE5351", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent55", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5385", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.7997319Z'\"", + "name": "AzTestDSWE5385", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent89", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5394", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A29.7703365Z'\"", + "name": "AzTestDSWE5394", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent17", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE541", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A09.4692151Z'\"", + "name": "AzTestDSWE541", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent241", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5439", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A15.7994161Z'\"", + "name": "AzTestDSWE5439", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent223", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5460", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A10.3032105Z'\"", + "name": "AzTestDSWE5460", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent268", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5479", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A24.6802546Z'\"", + "name": "AzTestDSWE5479", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent192", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5483", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A01.1670463Z'\"", + "name": "AzTestDSWE5483", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent114", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5486", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A37.1393156Z'\"", + "name": "AzTestDSWE5486", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent126", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5554", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A41.1205470Z'\"", + "name": "AzTestDSWE5554", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent256", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5559", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A20.7200407Z'\"", + "name": "AzTestDSWE5559", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent50", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5585", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A18.4534330Z'\"", + "name": "AzTestDSWE5585", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent125", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE568", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A40.8861587Z'\"", + "name": "AzTestDSWE568", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent230", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5741", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A12.3059271Z'\"", + "name": "AzTestDSWE5741", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent120", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE58", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A39.0692471Z'\"", + "name": "AzTestDSWE58", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent44", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5810", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A16.9117573Z'\"", + "name": "AzTestDSWE5810", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent141", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5815", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A45.4055476Z'\"", + "name": "AzTestDSWE5815", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent173", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5858", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A55.0097893Z'\"", + "name": "AzTestDSWE5858", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent251", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5866", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A18.9931389Z'\"", + "name": "AzTestDSWE5866", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent187", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5888", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A59.4332080Z'\"", + "name": "AzTestDSWE5888", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent18", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5905", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A09.7599986Z'\"", + "name": "AzTestDSWE5905", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent224", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6027", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A10.6395291Z'\"", + "name": "AzTestDSWE6027", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent235", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE607", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A13.7282386Z'\"", + "name": "AzTestDSWE607", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent100", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6099", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.1319662Z'\"", + "name": "AzTestDSWE6099", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent6", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6122", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A06.3186640Z'\"", + "name": "AzTestDSWE6122", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent24", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6218", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A11.4528829Z'\"", + "name": "AzTestDSWE6218", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent149", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE622", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A47.9407875Z'\"", + "name": "AzTestDSWE622", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent209", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6222", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.3453921Z'\"", + "name": "AzTestDSWE6222", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent60", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6240", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A21.2372832Z'\"", + "name": "AzTestDSWE6240", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent216", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6251", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A08.2849036Z'\"", + "name": "AzTestDSWE6251", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent195", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6274", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A02.1829375Z'\"", + "name": "AzTestDSWE6274", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent98", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6296", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A32.3491070Z'\"", + "name": "AzTestDSWE6296", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent261", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6301", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A22.1811938Z'\"", + "name": "AzTestDSWE6301", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent7", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6404", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A06.7093003Z'\"", + "name": "AzTestDSWE6404", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent3", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6406", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.5617435Z'\"", + "name": "AzTestDSWE6406", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent123", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6432", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A40.2886854Z'\"", + "name": "AzTestDSWE6432", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent110", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6439", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.9811949Z'\"", + "name": "AzTestDSWE6439", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent233", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6451", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A13.1344490Z'\"", + "name": "AzTestDSWE6451", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent22", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6486", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A10.9653354Z'\"", + "name": "AzTestDSWE6486", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent19", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6505", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A10.0582011Z'\"", + "name": "AzTestDSWE6505", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent166", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6514", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A52.8955201Z'\"", + "name": "AzTestDSWE6514", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent225", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6518", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A10.9395226Z'\"", + "name": "AzTestDSWE6518", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent70", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6537", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A24.0123335Z'\"", + "name": "AzTestDSWE6537", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent179", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6547", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A57.3394082Z'\"", + "name": "AzTestDSWE6547", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent103", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6556", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.9457044Z'\"", + "name": "AzTestDSWE6556", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent234", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6718", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A13.4313542Z'\"", + "name": "AzTestDSWE6718", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent108", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6724", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.4186784Z'\"", + "name": "AzTestDSWE6724", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent27", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6741", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A12.3279180Z'\"", + "name": "AzTestDSWE6741", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent72", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6796", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A24.5764501Z'\"", + "name": "AzTestDSWE6796", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent299", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6826", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A35.2579899Z'\"", + "name": "AzTestDSWE6826", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent297", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6829", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A34.6319483Z'\"", + "name": "AzTestDSWE6829", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent85", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6893", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A28.5887776Z'\"", + "name": "AzTestDSWE6893", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent41", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6974", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A16.1249736Z'\"", + "name": "AzTestDSWE6974", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent279", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7008", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A28.3876585Z'\"", + "name": "AzTestDSWE7008", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent281", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7014", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A29.1220764Z'\"", + "name": "AzTestDSWE7014", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent272", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7068", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A26.0213457Z'\"", + "name": "AzTestDSWE7068", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent260", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7080", + "eTag": "W/\"datetime'2017-10-02T23%3A21%3A21.8686663Z'\"", + "name": "AzTestDSWE7080", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent124", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7166", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A40.5423724Z'\"", + "name": "AzTestDSWE7166", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + }, + { + "kind": "WindowsEvent", + "properties": { + "eventLogName": "windowsEvent42", + "eventTypes": [ + { + "eventType": "Error" + } + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7178", + "eTag": "W/\"datetime'2017-10-02T23%3A20%3A16.3906307Z'\"", + "name": "AzTestDSWE7178", + "type": "Microsoft.OperationalInsights/workspaces/datasources" + } + ], + "nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/dataSources?$filter=kind+eq+'WindowsEvent'&api-version=2019-08-01-preview&$skiptoken=AzTestDSWE7191" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json new file mode 100644 index 000000000000..9b56d95edd31 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json @@ -0,0 +1,36 @@ +{ + "parameters": { + "resourceGroupName": "mms-eus", + "workspaceName": "TestLinkWS", + "linkedServiceName": "TestLinkWS/Automation", + "parameters": { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/testAccount" + } + }, + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" + }, + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", + "name": "TestLinkWS/Automation", + "type": "Microsoft.OperationalInsights/workspaces/linkedServices" + } + }, + "201": { + "body": { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" + }, + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", + "name": "TestLinkWS/Automation", + "type": "Microsoft.OperationalInsights/workspaces/linkedServices" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json new file mode 100644 index 000000000000..f215053f0a67 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "linkedServiceName": "TestLinkWS/Automation", + "workspaceName": "TestLinkWS", + "resourceGroupName": "rg1", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json new file mode 100644 index 000000000000..04249c16e31f --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "resourceGroupName": "mms-eus", + "workspaceName": "TestLinkWS", + "linkedServiceName": "TestLinkWS/Automation", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", + "name": "TestLinkWS/Automation", + "type": "Microsoft.OperationalInsights/workspaces/linkedServices" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json new file mode 100644 index 000000000000..2588beb14130 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json @@ -0,0 +1,30 @@ +{ + "parameters": { + "resourceGroupName": "mms-eus", + "workspaceName": "TestLinkWS", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", + "name": "TestLinkWS/Automation", + "type": "Microsoft.OperationalInsights/workspaces/linkedServices" + }, + { + "properties": { + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount2" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", + "name": "TestLinkWS/Automation", + "type": "Microsoft.OperationalInsights/workspaces/linkedServices" + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsCreate.json new file mode 100644 index 000000000000..56974c5a0582 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsCreate.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "resourceGroupName": "mms-eus", + "workspaceName": "testLinkStorageAccountsWS", + "dataSourceType": "CustomLogs", + "parameters": { + "properties": { + "storageAccountIds": [ + "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Storage/storageAccounts/testStorageA", + "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Storage/storageAccounts/testStorageB" + ] + } + }, + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "properties": { + "dataSourceType": "CustomLogs", + "storageAccountIds": [ + "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Storage/storageAccounts/testStorageA", + "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Storage/storageAccounts/testStorageB" + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testLinkStorageAccountsWS/linkedStorageAccounts/CustomLogs", + "name": "CustomLogs", + "type": "Microsoft.OperationalInsights/workspaces/linkedStorageAccounts" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsDelete.json new file mode 100644 index 000000000000..8fe473711094 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsDelete.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "dataSourceType": "CustomLogs", + "workspaceName": "testLinkStorageAccountsWS", + "resourceGroupName": "mms-eus", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsGet.json new file mode 100644 index 000000000000..605dc2a88c44 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsGet.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "resourceGroupName": "mms-eus", + "workspaceName": "testLinkStorageAccountsWS", + "dataSourceType": "CustomLogs", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "properties": { + "dataSourceType": "CustomLogs", + "storageAccountIds": [ + "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Storage/storageAccounts/testStorageA", + "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Storage/storageAccounts/testStorageB" + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testLinkStorageAccountsWS/linkedStorageAccounts/CustomLogs", + "name": "CustomLogs", + "type": "Microsoft.OperationalInsights/workspaces/linkedStorageAccounts" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsListByWorkspace.json new file mode 100644 index 000000000000..88e9d2fd376b --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedStorageAccountsListByWorkspace.json @@ -0,0 +1,40 @@ +{ + "parameters": { + "resourceGroupName": "mms-eus", + "workspaceName": "testLinkStorageAccountsWS", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "dataSourceType": "CustomLogs", + "storageAccountIds": [ + "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Storage/storageAccounts/testStorageA", + "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Storage/storageAccounts/testStorageB" + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testLinkStorageAccountsWS/linkedStorageAccounts/CustomLogs", + "name": "CustomLogs", + "type": "Microsoft.OperationalInsights/workspaces/linkedStorageAccounts" + }, + { + "properties": { + "dataSourceType": "AzureWatson", + "storageAccountIds": [ + "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Storage/storageAccounts/testStorageA", + "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Storage/storageAccounts/testStorageC" + ] + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testLinkStorageAccountsWS/linkedStorageAccounts/AzureWatson", + "name": "AzureWatson", + "type": "Microsoft.OperationalInsights/workspaces/linkedStorageAccounts" + } + ] + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/OperationStatusesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/OperationStatusesGet.json new file mode 100644 index 000000000000..b33d531e01c1 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/OperationStatusesGet.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "subscriptionId": "613192d7-503f-477a-9cfe-4efc3ee2bd60", + "location": "West US", + "asyncOperationId": "713192d7-503f-477a-9cfe-4efc3ee2bd11", + "api-version": "2020-03-01-preview" + }, + "responses": { + "200": { + "headers": {}, + "body": { + "id": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/locations/westus/operationStatuses/713192d7-503f-477a-9cfe-4efc3ee2bd11", + "name": "713192d7-503f-477a-9cfe-4efc3ee2bd11", + "startTime": "2017-01-01T13:13:13.933Z", + "endTime": "2017-01-01T16:13:13.933Z", + "status": "Succeeded" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/OperationsListByTenant.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/OperationsListByTenant.json new file mode 100644 index 000000000000..0e38965a812c --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/OperationsListByTenant.json @@ -0,0 +1,327 @@ +{ + "parameters": { + "api-version": "2020-03-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "Microsoft.OperationalInsights/workspaces/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Workspace", + "operation": "Create Workspace", + "description": "Creates a new workspace or links to an existing workspace by providing the customer id from the existing workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Workspace", + "operation": "Get Workspace", + "description": "Gets an existing workspace" + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Workspace", + "operation": "Delete Workspace", + "description": "Deletes a workspace. If the workspace was linked to an existing workspace at creation time then the workspace it was linked to is not deleted." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/generateregistrationcertificate/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Registration Certificate", + "operation": "Generates Registration Certificate for Workspace.", + "description": "Generates Registration Certificate for the workspace. This Certificate is used to connect Microsoft System Center Operation Manager to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Storage Insight Configuration", + "operation": "Create Storage Configuration", + "description": "Creates a new storage configuration. These configurations are used to pull data from a location in an existing storage account." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Storage Insight Configuration", + "operation": "Get Storage Configuration", + "description": "Gets a storage configuration." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Storage Insight Configuration", + "operation": "Delete Storage Configuration", + "description": "Deletes a storage configuration. This will stop Microsoft Operational Insights from reading data from the storage account." + } + }, + { + "name": "Microsoft.OperationalInsights/register/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Register", + "operation": "Register a subscription to a resource provider.", + "description": "Register a subscription to a resource provider." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/sharedKeys/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Shared Keys", + "operation": "List Workspace Shared Keys", + "description": "Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/sharedKeys/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Shared Keys", + "operation": "List Workspace Shared Keys", + "description": "Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/listKeys/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "List Keys", + "operation": "List Workspace Keys", + "description": "Retrieves the list keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/listKeys/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "List Keys", + "operation": "List Workspace Keys", + "description": "Retrieves the list keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/managementGroups/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Management Group", + "operation": "Get Management Groups for Workspace", + "description": "Gets the names and metadata for System Center Operations Manager management groups connected to this workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/usages/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Usage Metric", + "operation": "Get Usage Data for Workspace", + "description": "Gets usage data for a workspace including the amount of data read by the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/search/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Search", + "operation": "Search Workspace Data", + "description": "Executes a search query" + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/schema/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Search Schema", + "operation": "Get Search Schema", + "description": "Gets the search schema for the workspace. Search schema includes the exposed fields and their types." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/datasources/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Data Source", + "operation": "Get datasources under a workspace.", + "description": "Get datasources under a workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/datasources/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Data Source", + "operation": "Create/Update datasources under a workspace.", + "description": "Create/Update datasources under a workspace." + } + }, + {}, + {}, + {}, + {}, + { + "name": "Microsoft.OperationalInsights/workspaces/notificationSettings/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Notification Settings", + "operation": "Get Notification Settings", + "description": "Get the user's notification settings for the workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/notificationSettings/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Notification Settings", + "operation": "Put Notification Settings", + "description": "Set the user's notification settings for the workspace." + } + }, + {}, + {}, + {}, + { + "name": "Microsoft.OperationalInsights/workspaces/configurationScopes/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Configuration Scope", + "operation": "Delete Configuration Scope", + "description": "Delete Configuration Scope" + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/linkedServices/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Linked Services", + "operation": "Get linked services under given workspace.", + "description": "Get linked services under given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/linkedServices/write", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Linked Services", + "operation": "Create/Update linked services under given workspace.", + "description": "Create/Update linked services under given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/linkedServices/delete", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Linked Services", + "operation": "Delete linked services under given workspace.", + "description": "Delete linked services under given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Intelligence Packs", + "operation": "List Intelligence Packs", + "description": "Lists all intelligence packs that are visible for a given worksapce and also lists whether the pack is enabled or disabled for that workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/enable/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Intelligence Packs", + "operation": "Enable Intelligence Pack", + "description": "Enables an intelligence pack for a given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/disable/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Intelligence Packs", + "operation": "Disable Intelligence Pack", + "description": "Disables an intelligence pack for a given workspace." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/analytics/query/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Search using new engine.", + "description": "Search using new engine." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/analytics/query/schema/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Get search schema V2.", + "description": "Get search schema V2." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/api/query/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Search using new engine.", + "description": "Search using new engine." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/api/query/schema/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Get search schema V2.", + "description": "Get search schema V2." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/purge/action", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "analytics", + "operation": "Delete specified data from workspace", + "description": "Delete specified data from workspace" + } + }, + { + "name": "Microsoft.OperationalInsights/linkTargets/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Unlinked Account", + "operation": "List Unlinked Accounts", + "description": "Lists existing accounts that are not associated with an Azure subscription. To link this Azure subscription to a workspace, use a customer id returned by this operation in the customer id property of the Create Workspace operation." + } + }, + { + "name": "Microsoft.OperationalInsights/workspaces/metricDefinitions/read", + "display": { + "provider": "Microsoft Operational Insights", + "resource": "Metric Definitions", + "operation": "Metric Definition operation", + "description": "Get Metric Definitions under workspace" + } + } + ], + "nextLink": "" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesCreate.json new file mode 100644 index 000000000000..c94b85a920c2 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesCreate.json @@ -0,0 +1,65 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "workspaceName": "oiautorest6685", + "parameters": { + "properties": { + "sku": { + "name": "PerGB2018" + }, + "retentionInDays": 30 + }, + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + } + }, + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", + "name": "AzTest2170", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + }, + "properties": { + "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", + "provisioningState": "Creating", + "sku": { + "name": "PerGB2018" + }, + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + } + } + }, + "201": { + "body": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", + "name": "AzTest2170", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + }, + "properties": { + "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", + "provisioningState": "Creating", + "sku": { + "name": "PerGB2018" + }, + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + } + } + }, + "202": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDelete.json new file mode 100644 index 000000000000..b07a3f9081d1 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "workspaceName": "oiautorest6685", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {}, + "204": {}, + "202": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDisableIntelligencePack.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDisableIntelligencePack.json new file mode 100644 index 000000000000..dcb9915c2ca1 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDisableIntelligencePack.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "intelligencePackName": "ChangeTracking", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesEnableIntelligencePack.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesEnableIntelligencePack.json new file mode 100644 index 000000000000..dcb9915c2ca1 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesEnableIntelligencePack.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "intelligencePackName": "ChangeTracking", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesGet.json new file mode 100644 index 000000000000..efcc73efb27e --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesGet.json @@ -0,0 +1,46 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "workspaceName": "oiautorest6685", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "customerId": "5b02755b-5bf4-430c-9487-45502a2a7e62", + "provisioningState": "Succeeded", + "sku": { + "name": "free" + }, + "retentionInDays": 7, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + }, + "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/workspaces/testresourcelock", + "name": "TestResourceLock", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "eastus" + }, + { + "properties": { + "customerId": "4884a2fd-b08f-4aa6-bf16-5757df1093fe", + "provisioningState": "Succeeded", + "sku": { + "name": "free" + }, + "retentionInDays": 7, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + }, + "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/southukws", + "name": "SouthUKWS", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "East US" + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesGetSharedKeys.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesGetSharedKeys.json new file mode 100644 index 000000000000..33d8d49fb5dc --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesGetSharedKeys.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "primarySharedKey": "BozLY1JnZbxu0jWUQSY8iRPEM8ObmpP8rW+8bUl3+HpDJI+n689SxXgTgU7k1qdxo/WugRLxechxbolAfHM5uA==", + "secondarySharedKey": "7tDt5W0JBrCQKtQA3igfFltLSzJeyr9LmuT+B/ibzd8cdC1neZ1ePOQLBx5NUzc0q2VUIK0cLhWNyFvo/hT8Ww==" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListByResourceGroup.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListByResourceGroup.json new file mode 100644 index 000000000000..d224636c8266 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListByResourceGroup.json @@ -0,0 +1,32 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", + "provisioningState": "Succeeded", + "sku": { + "name": "PerGB2018" + }, + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", + "name": "AzTest2170", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + } + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListIntelligencePacks.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListIntelligencePacks.json new file mode 100644 index 000000000000..a2feef38f3fd --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListIntelligencePacks.json @@ -0,0 +1,244 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "name": "CapacityPerformance", + "enabled": false, + "displayName": "Capacity and Performance" + }, + { + "name": "AzureWebAppsAnalytics", + "enabled": false, + "displayName": "Azure Web Apps Analytics (Preview)" + }, + { + "name": "Security", + "enabled": false, + "displayName": "Security and Audit" + }, + { + "name": "Updates", + "enabled": false, + "displayName": "Update Management" + }, + { + "name": "AntiMalware", + "enabled": false, + "displayName": "Antimalware Assessment" + }, + { + "name": "LogManagement", + "enabled": true, + "displayName": "Log Management" + }, + { + "name": "ChangeTracking", + "enabled": true, + "displayName": "Change Tracking" + }, + { + "name": "SQLAssessment", + "enabled": false, + "displayName": "SQL Assessment" + }, + { + "name": "SCOMAssessment", + "enabled": false, + "displayName": "System Center Operations Manager Assessment (Preview)" + }, + { + "name": "ServiceDesk", + "enabled": false, + "displayName": "IT Service Management Connector(Preview)" + }, + { + "name": "ADAssessment", + "enabled": false, + "displayName": "AD Assessment" + }, + { + "name": "AlertManagement", + "enabled": false, + "displayName": "Alert Management" + }, + { + "name": "AzureAutomation", + "enabled": false, + "displayName": "Azure Automation" + }, + { + "name": "WireData", + "enabled": false, + "displayName": "Wire Data" + }, + { + "name": "SiteRecovery", + "enabled": true, + "displayName": "Azure Site Recovery" + }, + { + "name": "Backup", + "enabled": false, + "displayName": "Backup" + }, + { + "name": "SurfaceHub", + "enabled": false, + "displayName": "Surface Hub" + }, + { + "name": "NetworkMonitoring", + "enabled": false, + "displayName": "Network Performance Monitor" + }, + { + "name": "Containers", + "enabled": false, + "displayName": "Container Monitoring Solution" + }, + { + "name": "ServiceMap", + "enabled": false, + "displayName": "Service Map" + }, + { + "name": "AzureNetworking", + "enabled": false, + "displayName": "Azure Networking Analytics (Deprecated)" + }, + { + "name": "ADReplication", + "enabled": false, + "displayName": "AD Replication Status" + }, + { + "name": "Office365", + "enabled": false, + "displayName": "Office 365 (Preview)" + }, + { + "name": "CompatibilityAssessment", + "enabled": false, + "displayName": "Upgrade Readiness" + }, + { + "name": "KeyVault", + "enabled": false, + "displayName": "Key Vault (Deprecated)" + }, + { + "name": "ServiceFabric", + "enabled": false, + "displayName": "Service Fabric" + }, + { + "name": "DnsAnalytics", + "enabled": false, + "displayName": "DNS Analytics (Preview)" + }, + { + "name": "ApplicationInsights", + "enabled": false, + "displayName": "Application Insights (Preview)" + }, + { + "name": "WireData2", + "enabled": false, + "displayName": "Wire Data 2.0" + }, + { + "name": "WaaSUpdateInsights", + "enabled": false, + "displayName": "Update Compliance (Preview)" + }, + { + "name": "AgentHealthAssessment", + "enabled": false, + "displayName": "Agent Health " + }, + { + "name": "AzureActivity", + "enabled": false, + "displayName": "Activity Log Analytics" + }, + { + "name": "HDInsight", + "enabled": false, + "displayName": "HDInsight HBase Monitoring (Preview)" + }, + { + "name": "HDInsightKafka", + "enabled": false, + "displayName": "HDInsight Kafka Monitoring" + }, + { + "name": "HDInsightSpark", + "enabled": false, + "displayName": "HDInsight Spark Monitoring" + }, + { + "name": "VMware", + "enabled": false, + "displayName": "VMware (Preview)" + }, + { + "name": "SecurityCenterFree", + "enabled": false, + "displayName": "Security Center Free � for Azure Resources only" + }, + { + "name": "LogicAppsManagement", + "enabled": false, + "displayName": "Logic Apps Management" + }, + { + "name": "LogicAppB2B", + "enabled": false, + "displayName": "Logic Apps B2B" + }, + { + "name": "AzureSQLAnalytics", + "enabled": false, + "displayName": "Azure SQL Analytics (Preview)" + }, + { + "name": "KeyVaultAnalytics", + "enabled": false, + "displayName": "Key Vault Analytics" + }, + { + "name": "AzureNSGAnalytics", + "enabled": false, + "displayName": "Azure Network Security Group Analytics" + }, + { + "name": "AzureAppGatewayAnalytics", + "enabled": false, + "displayName": "Azure Application Gateway Analytics" + }, + { + "name": "DeviceHealthProd", + "enabled": false, + "displayName": "Device Health (Preview)" + }, + { + "name": "WindowsDefenderATP", + "enabled": false, + "displayName": "Windows Defender ATP" + }, + { + "name": "ProcessInvestigator", + "enabled": false, + "displayName": "ProcessInvestigator" + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListManagementGroups.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListManagementGroups.json new file mode 100644 index 000000000000..72136d3e8d1f --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListManagementGroups.json @@ -0,0 +1,15 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "value": [] + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListUsages.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListUsages.json new file mode 100644 index 000000000000..a23fc4b3ca29 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesListUsages.json @@ -0,0 +1,27 @@ +{ + "parameters": { + "resourceGroupName": "rg1", + "workspaceName": "TestLinkWS", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": { + "value": "DataAnalyzed", + "localizedValue": "Data Analyzed" + }, + "unit": "Bytes", + "currentValue": 0.0, + "limit": 524288000.0, + "nextResetTime": "2017-10-03T00:00:00Z", + "quotaPeriod": "P1D" + } + ] + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSubscriptionList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSubscriptionList.json new file mode 100644 index 000000000000..0c20f9322a97 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSubscriptionList.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", + "provisioningState": "Succeeded", + "sku": { + "name": "PerGB2018" + }, + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", + "name": "AzTest2170", + "type": "Microsoft.OperationalInsights/workspaces", + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + } + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesUpdate.json new file mode 100644 index 000000000000..c6010b55fb4a --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesUpdate.json @@ -0,0 +1,35 @@ +{ + "parameters": { + "resourceGroupName": "oiautorest6685", + "workspaceName": "oiautorest6685", + "parameters": { + "properties": { + "sku": { + "name": "PerGB2018" + }, + "retentionInDays": 30 + }, + "location": "australiasoutheast" + }, + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "properties": { + "sku": { + "name": "PerGB2018" + }, + "retentionInDays": 30, + "publicNetworkAccessForQuery": "Enabled", + "publicNetworkAccessForIngestion": "Enabled" + }, + "location": "australiasoutheast", + "tags": { + "tag1": "val1" + } + } + } + } +} From 51942ed4edc40fa811176ad1bf57e834137853f2 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 16:47:02 +0300 Subject: [PATCH 47/73] remove from 2019 --- .../preview/2019-08-01-preview/Clusters.json | 58 +- .../2019-08-01-preview/DataSources.json | 356 -- .../2019-08-01-preview/IntelligencePacks.json | 189 -- .../2019-08-01-preview/LinkedServices.json | 286 -- .../LinkedStorageAccounts.json | 297 -- .../2019-08-01-preview/ManagementGroups.json | 146 - .../2019-08-01-preview/OperationStatuses.json | 167 - ...aExports.json => OperationalInsights.json} | 318 +- .../2019-08-01-preview/Operations.json | 118 - .../2019-08-01-preview/SharedKeys.json | 94 - .../preview/2019-08-01-preview/Usages.json | 141 - .../examples/DataSourcesCreate.json | 41 - .../examples/DataSourcesDelete.json | 13 - .../examples/DataSourcesGet.json | 23 - .../examples/DataSourcesListByWorkspace.json | 3019 ----------------- .../examples/LinkedServicesCreate.json | 36 - .../examples/LinkedServicesDelete.json | 13 - .../examples/LinkedServicesGet.json | 21 - .../LinkedServicesListByWorkspace.json | 30 - .../examples/OperationStatusesGet.json | 20 - .../examples/OperationsListByTenant.json | 327 -- .../WorkspacesDisableIntelligencePack.json | 12 - .../WorkspacesEnableIntelligencePack.json | 12 - .../examples/WorkspacesGetSharedKeys.json | 16 - .../WorkspacesListIntelligencePacks.json | 244 -- .../WorkspacesListManagementGroups.json | 15 - .../examples/WorkspacesListUsages.json | 27 - .../resource-manager/readme.md | 24 +- 28 files changed, 349 insertions(+), 5714 deletions(-) delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json rename specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/{DataExports.json => OperationalInsights.json} (52%) delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesCreate.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesDelete.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesGet.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesListByWorkspace.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesCreate.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesDelete.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesGet.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesListByWorkspace.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationStatusesGet.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsListByTenant.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDisableIntelligencePack.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesEnableIntelligencePack.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGetSharedKeys.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListIntelligencePacks.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListManagementGroups.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListUsages.json diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json index c48557428260..80c78abf7074 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json @@ -48,13 +48,13 @@ "description": "Gets Log Analytics clusters in a resource group.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -90,10 +90,10 @@ "description": "Gets the Log Analytics clusters in a subscription.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -155,10 +155,10 @@ "description": "The parameters required to create or update a Log Analytics cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -210,10 +210,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -258,10 +258,10 @@ "description": "Name of the Log Analytics Cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -318,10 +318,10 @@ "description": "The parameters required to patch a Log Analytics cluster." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -448,7 +448,7 @@ }, "allOf": [ { - "$ref": "#/definitions/ResourceCommonProperties" + "$ref": "#/definitions/Resource" } ], "description": "The top level Log Analytics cluster resource container.", @@ -500,7 +500,7 @@ ], "description": "Identity for the resource." }, - "ResourceCommonProperties": { + "Resource": { "properties": { "id": { "readOnly": true, @@ -533,5 +533,31 @@ "x-ms-azure-resource": true } }, - "parameters": {} + "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "required": true, + "type": "string", + "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." + }, + "ApiVersionParameter": { + "name": "api-version", + "in": "query", + "required": true, + "type": "string", + "description": "Client Api Version." + }, + "ResourceGroupNameParameter": { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method", + "description": "The name of the resource group to get. The name is case insensitive.", + "pattern": "^[-\\w\\._\\(\\)]+$", + "minLength": 1, + "maxLength": 90 + } + } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json deleted file mode 100644 index 15a2d2195c2d..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json +++ /dev/null @@ -1,356 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Azure Log Analytics", - "description": "Azure Log Analytics API reference", - "version": "2019-08-01-preview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}": { - "put": { - "tags": [ - "DataSources" - ], - "x-ms-examples": { - "DataSourcesCreate": { - "$ref": "./examples/DataSourcesCreate.json" - } - }, - "operationId": "DataSources_CreateOrUpdate", - "description": "Create or update a data source.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the datasource" - }, - { - "name": "dataSourceName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the datasource resource." - }, - { - "name": "parameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/DataSource" - }, - "description": "The parameters required to create or update a datasource." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/DataSource" - } - }, - "201": { - "description": "Created response definition.", - "schema": { - "$ref": "#/definitions/DataSource" - } - } - } - }, - "delete": { - "tags": [ - "DataSources" - ], - "x-ms-examples": { - "DataSourcesDelete": { - "$ref": "./examples/DataSourcesDelete.json" - } - }, - "operationId": "DataSources_Delete", - "description": "Deletes a data source instance.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that contains the datasource." - }, - { - "name": "dataSourceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the datasource." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition." - }, - "204": { - "description": "NoContent response definition." - } - } - }, - "get": { - "tags": [ - "DataSources" - ], - "x-ms-examples": { - "DataSourcesGet": { - "$ref": "./examples/DataSourcesGet.json" - } - }, - "operationId": "DataSources_Get", - "description": "Gets a datasource instance.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that contains the datasource." - }, - { - "name": "dataSourceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the datasource" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/DataSource" - } - } - } - } - }, - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources": { - "get": { - "tags": [ - "DataSources" - ], - "x-ms-examples": { - "DataSourcesListByWorkspace": { - "$ref": "./examples/DataSourcesListByWorkspace.json" - } - }, - "operationId": "DataSources_ListByWorkspace", - "description": "Gets the first page of data source instances in a workspace with the link to the next page.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "The workspace that contains the data sources." - }, - { - "name": "$filter", - "in": "query", - "required": true, - "type": "string", - "description": "The filter to apply on the operation." - }, - { - "name": "$skiptoken", - "in": "query", - "required": false, - "type": "string", - "description": "Starting point of the collection of data source instances." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/DataSourceListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, - "x-ms-odata": "#/definitions/DataSourceFilter" - } - } - }, - "definitions": { - "DataSourceKind": { - "type": "string", - "enum": [ - "WindowsEvent", - "WindowsPerformanceCounter", - "IISLogs", - "LinuxSyslog", - "LinuxSyslogCollection", - "LinuxPerformanceObject", - "LinuxPerformanceCollection", - "CustomLog", - "CustomLogCollection", - "AzureAuditLog", - "AzureActivityLog", - "GenericDataSource", - "ChangeTrackingCustomPath", - "ChangeTrackingPath", - "ChangeTrackingServices", - "ChangeTrackingDataTypeConfiguration", - "ChangeTrackingDefaultRegistry", - "ChangeTrackingRegistry", - "ChangeTrackingLinuxPath", - "LinuxChangeTrackingPath", - "ChangeTrackingContentLocation", - "WindowsTelemetry", - "Office365", - "SecurityWindowsBaselineConfiguration", - "SecurityCenterSecurityWindowsBaselineConfiguration", - "SecurityEventCollectionConfiguration", - "SecurityInsightsSecurityEventCollectionConfiguration", - "ImportComputerGroup", - "NetworkMonitoring", - "Itsm", - "DnsAnalytics", - "ApplicationInsights", - "SqlDataClassification" - ], - "x-ms-enum": { - "name": "DataSourceKind", - "modelAsString": true - }, - "description": "The kind of the DataSource." - }, - "DataSource": { - "properties": { - "properties": { - "$ref": "#/definitions/Object", - "description": "The data source properties in raw json format, each kind of data source have it's own schema." - }, - "eTag": { - "type": "string", - "description": "The ETag of the data source." - }, - "kind": { - "$ref": "#/definitions/DataSourceKind" - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags" - } - }, - "required": [ - "kind", - "properties" - ], - "allOf": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" - } - ], - "description": "Datasources under OMS Workspace.", - "x-ms-azure-resource": true - }, - "DataSourceFilter": { - "properties": { - "kind": { - "$ref": "#/definitions/DataSourceKind" - } - }, - "description": "DataSource filter. Right now, only filter by kind is supported." - }, - "DataSourceListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/DataSource" - }, - "description": "A list of datasources." - }, - "nextLink": { - "type": "string", - "description": "The link (url) to the next page of datasources." - } - }, - "description": "The list data source by workspace operation response." - }, - "Object": { - "type": "object", - "properties": {}, - "description": "JSON object" - } - }, - "parameters": {} -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json deleted file mode 100644 index 20b4618e482d..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json +++ /dev/null @@ -1,189 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Azure Log Analytics", - "description": "Azure Log Analytics API reference", - "version": "2019-08-01-preview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Disable": { - "post": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "IntelligencePacksDisable": { - "$ref": "./examples/WorkspacesDisableIntelligencePack.json" - } - }, - "operationId": "Workspaces_DisableIntelligencePack", - "description": "Disables an intelligence pack for a given workspace.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." - }, - { - "name": "intelligencePackName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the intelligence pack to be disabled." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition." - } - } - } - }, - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Enable": { - "post": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "IntelligencePacksEnable": { - "$ref": "./examples/WorkspacesEnableIntelligencePack.json" - } - }, - "operationId": "Workspaces_EnableIntelligencePack", - "description": "Enables an intelligence pack for a given workspace.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." - }, - { - "name": "intelligencePackName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the intelligence pack to be enabled." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition." - } - } - } - }, - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks": { - "get": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "IntelligencePacksList": { - "$ref": "./examples/WorkspacesListIntelligencePacks.json" - } - }, - "operationId": "Workspaces_ListIntelligencePacks", - "description": "Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "type": "array", - "items": { - "$ref": "#/definitions/IntelligencePack" - } - } - } - } - } - } - }, - "definitions": { - "IntelligencePack": { - "properties": { - "name": { - "type": "string", - "description": "The name of the intelligence pack." - }, - "enabled": { - "type": "boolean", - "description": "The enabled boolean for the intelligence pack." - }, - "displayName": { - "type": "string", - "description": "The display name of the intelligence pack." - } - }, - "description": "Intelligence Pack containing a string name and boolean indicating if it's enabled." - } - }, - "parameters": {} -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json deleted file mode 100644 index 321f88cb0ae5..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json +++ /dev/null @@ -1,286 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Azure Log Analytics", - "description": "Azure Log Analytics API reference", - "version": "2019-08-01-preview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices/{linkedServiceName}": { - "put": { - "tags": [ - "LinkedServices" - ], - "x-ms-examples": { - "LinkedServicesCreate": { - "$ref": "./examples/LinkedServicesCreate.json" - } - }, - "operationId": "LinkedServices_CreateOrUpdate", - "description": "Create or update a linked service.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the linkedServices resource" - }, - { - "name": "linkedServiceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the linkedServices resource" - }, - { - "name": "parameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/LinkedService" - }, - "description": "The parameters required to create or update a linked service." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/LinkedService" - } - }, - "201": { - "description": "Created response definition.", - "schema": { - "$ref": "#/definitions/LinkedService" - } - } - } - }, - "delete": { - "tags": [ - "LinkedServices" - ], - "x-ms-examples": { - "LinkedServicesDelete": { - "$ref": "./examples/LinkedServicesDelete.json" - } - }, - "operationId": "LinkedServices_Delete", - "description": "Deletes a linked service instance.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that contains the linkedServices resource" - }, - { - "name": "linkedServiceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the linked service." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition." - }, - "204": { - "description": "NoContent response definition." - } - } - }, - "get": { - "tags": [ - "LinkedServices" - ], - "x-ms-examples": { - "LinkedServicesGet": { - "$ref": "./examples/LinkedServicesGet.json" - } - }, - "operationId": "LinkedServices_Get", - "description": "Gets a linked service instance.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that contains the linkedServices resource" - }, - { - "name": "linkedServiceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the linked service." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/LinkedService" - } - } - } - } - }, - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices": { - "get": { - "tags": [ - "LinkedServices" - ], - "x-ms-examples": { - "LinkedServicesListByWorkspace": { - "$ref": "./examples/LinkedServicesListByWorkspace.json" - } - }, - "operationId": "LinkedServices_ListByWorkspace", - "description": "Gets the linked services instances in a workspace.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that contains the linked services." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/LinkedServiceListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - } - } - } - }, - "definitions": { - "LinkedServiceProperties": { - "properties": { - "resourceId": { - "type": "string", - "description": "The resource id of the resource that will be linked to the workspace." - } - }, - "required": [ - "resourceId" - ], - "description": "Linked service properties." - }, - "LinkedService": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/LinkedServiceProperties", - "description": "The properties of the linked service." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags" - } - }, - "required": [ - "properties" - ], - "allOf": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" - } - ], - "description": "The top level Linked service resource container.", - "x-ms-azure-resource": true - }, - "LinkedServiceListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/LinkedService" - }, - "description": "Gets or sets a list of linked service instances." - } - }, - "description": "The list linked service operation response." - } - }, - "parameters": {} -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json deleted file mode 100644 index a4dd681e2146..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json +++ /dev/null @@ -1,297 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Azure Log Analytics", - "description": "Azure Log Analytics API reference", - "version": "2019-08-01-preview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}": { - "put": { - "tags": [ - "LinkedStorageAccounts" - ], - "x-ms-examples": { - "LinkedStorageAccountsCreate": { - "$ref": "./examples/LinkedStorageAccountsCreate.json" - } - }, - "operationId": "LinkedStorageAccounts_CreateOrUpdate", - "description": "Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." - }, - { - "$ref": "#/parameters/DataSourceTypeParameter" - }, - { - "name": "parameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/LinkedStorageAccounts" - }, - "description": "The parameters required to create or update linked storage accounts." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/LinkedStorageAccounts" - } - } - } - }, - "delete": { - "tags": [ - "LinkedStorageAccounts" - ], - "x-ms-examples": { - "LinkedStorageAccountsDelete": { - "$ref": "./examples/LinkedStorageAccountsDelete.json" - } - }, - "operationId": "LinkedStorageAccounts_Delete", - "description": "Deletes all linked storage accounts of a specific data source type associated with the specified workspace.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." - }, - { - "$ref": "#/parameters/DataSourceTypeParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition." - } - } - }, - "get": { - "tags": [ - "LinkedStorageAccounts" - ], - "x-ms-examples": { - "LinkedStorageAccountsGet": { - "$ref": "./examples/LinkedStorageAccountsGet.json" - } - }, - "operationId": "LinkedStorageAccounts_Get", - "description": "Gets all linked storage account of a specific data source type associated with the specified workspace.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." - }, - { - "$ref": "#/parameters/DataSourceTypeParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/LinkedStorageAccounts" - } - } - } - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts": { - "get": { - "tags": [ - "LinkedStorageAccounts" - ], - "description": "Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.", - "operationId": "LinkedStorageAccounts_ListByWorkspace", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/LinkedStorageAccountsListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - }, - "x-ms-examples": { - "Gets list of linked storage accounts on a workspace.": { - "$ref": "./examples/LinkedStorageAccountsListByWorkspace.json" - } - } - } - } - }, - "definitions": { - "LinkedStorageAccountsProperties": { - "description": "Linked storage accounts properties.", - "type": "object", - "properties": { - "dataSourceType": { - "description": "Linked storage accounts type.", - "type": "string", - "readOnly": true, - "enum": [ - "CustomLogs", - "AzureWatson" - ], - "x-ms-enum": { - "name": "DataSourceType", - "modelAsString": false - } - }, - "storageAccountIds": { - "description": "Linked storage accounts resources ids.", - "type": "array", - "items": { - "type": "string" - } - } - } - }, - "LinkedStorageAccounts": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/LinkedStorageAccountsProperties", - "description": "Linked storage accounts properties." - } - }, - "required": [ - "properties" - ], - "allOf": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" - } - ], - "description": "Linked storage accounts top level resource container.", - "x-ms-azure-resource": true - }, - "LinkedStorageAccountsListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/LinkedStorageAccounts" - }, - "description": "A list of linked storage accounts instances." - } - }, - "description": "The list linked storage accounts service operation response." - } - }, - "parameters": { - "WorkspaceNameParameter": { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "The Log Analytics workspace name.", - "x-ms-parameter-location": "method" - }, - "DataSourceTypeParameter": { - "name": "dataSourceType", - "in": "path", - "required": true, - "type": "string", - "enum": [ - "CustomLogs", - "AzureWatson" - ], - "x-ms-enum": { - "name": "DataSourceType", - "modelAsString": false - }, - "description": "Linked storage accounts type.", - "x-ms-parameter-location": "method" - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json deleted file mode 100644 index 97f6ce2181ea..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json +++ /dev/null @@ -1,146 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Azure Log Analytics", - "description": "Azure Log Analytics API reference", - "version": "2019-08-01-preview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/managementGroups": { - "get": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "WorkspacesListManagementGroups": { - "$ref": "./examples/WorkspacesListManagementGroups.json" - } - }, - "operationId": "Workspaces_ListManagementGroups", - "description": "Gets a list of management groups connected to a workspace.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the workspace." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/WorkspaceListManagementGroupsResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - } - } - } - }, - "definitions": { - "ManagementGroupProperties": { - "properties": { - "serverCount": { - "type": "integer", - "format": "int32", - "description": "The number of servers connected to the management group." - }, - "isGateway": { - "type": "boolean", - "description": "Gets or sets a value indicating whether the management group is a gateway." - }, - "name": { - "type": "string", - "description": "The name of the management group." - }, - "id": { - "type": "string", - "description": "The unique ID of the management group." - }, - "created": { - "type": "string", - "format": "date-time", - "description": "The datetime that the management group was created." - }, - "dataReceived": { - "type": "string", - "format": "date-time", - "description": "The last datetime that the management group received data." - }, - "version": { - "type": "string", - "description": "The version of System Center that is managing the management group." - }, - "sku": { - "type": "string", - "description": "The SKU of System Center that is managing the management group." - } - }, - "description": "Management group properties." - }, - "ManagementGroup": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/ManagementGroupProperties", - "description": "The properties of the management group." - } - }, - "description": "A management group that is connected to a workspace" - }, - "WorkspaceListManagementGroupsResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/ManagementGroup" - }, - "description": "Gets or sets a list of management groups attached to the workspace." - } - }, - "description": "The list workspace management groups operation response." - } - }, - "parameters": {} -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json deleted file mode 100644 index 018b529d7a23..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Azure Log Analytics", - "description": "Azure Log Analytics API reference", - "version": "2019-08-01-preview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/locations/{location}/operationStatuses/{asyncOperationId}": { - "get": { - "x-ms-examples": { - "Get specific operation status": { - "$ref": "./examples/OperationStatusesGet.json" - } - }, - "tags": [ - "asyncOperations" - ], - "operationId": "GetAsyncOperationsStatus", - "description": "Get the status of a long running azure asynchronous operation.", - "parameters": [ - { - "name": "location", - "in": "path", - "required": true, - "type": "string", - "description": "The region name of operation." - }, - { - "name": "asyncOperationId", - "in": "path", - "required": true, - "type": "string", - "description": "The operation Id." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK. Operation status.", - "schema": { - "$ref": "#/definitions/OperationStatus" - } - } - } - } - } - }, - "definitions": { - "ErrorResponse": { - "properties": { - "code": { - "readOnly": true, - "type": "string", - "description": "The error code." - }, - "message": { - "readOnly": true, - "type": "string", - "description": "The error message." - }, - "target": { - "readOnly": true, - "type": "string", - "description": "The error target." - }, - "details": { - "readOnly": true, - "type": "array", - "items": { - "$ref": "#/definitions/ErrorResponse" - }, - "description": "The error details." - }, - "additionalInfo": { - "readOnly": true, - "type": "array", - "items": { - "$ref": "#/definitions/ErrorAdditionalInfo" - }, - "description": "The error additional info." - } - }, - "description": "The resource management error response." - }, - "ErrorAdditionalInfo": { - "properties": { - "type": { - "readOnly": true, - "type": "string", - "description": "The additional info type." - }, - "info": { - "readOnly": true, - "type": "object", - "description": "The additional info." - } - }, - "description": "The resource management error additional info." - }, - "OperationStatus": { - "description": "The status of operation.", - "type": "object", - "properties": { - "id": { - "type": "string", - "description": "The operation Id." - }, - "name": { - "type": "string", - "description": "The operation name." - }, - "startTime": { - "type": "string", - "description": "The start time of the operation." - }, - "endTime": { - "type": "string", - "description": "The end time of the operation." - }, - "status": { - "type": "string", - "description": "The status of the operation." - }, - "error": { - "type": "object", - "description": "The error detail of the operation if any.", - "$ref": "#/definitions/ErrorResponse" - } - } - } - }, - "parameters": {} -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json similarity index 52% rename from specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json rename to specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json index 2c4895fd2a03..2a01a76827ae 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json @@ -48,16 +48,16 @@ "description": "Lists the data export instances within a workspace.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -93,10 +93,10 @@ "description": "Create or update a data export.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -112,7 +112,7 @@ "description": "The data export rule name." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" }, { "name": "parameters", @@ -162,10 +162,10 @@ "description": "Gets a data export instance.", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -178,7 +178,7 @@ "description": "The data export rule name." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -212,10 +212,10 @@ "description": "Deletes the specified data export in a given workspace..", "parameters": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + "$ref": "#/parameters/ResourceGroupNameParameter" }, { "$ref": "#/parameters/WorkspaceNameParameter" @@ -228,7 +228,7 @@ "description": "The data export rule name." }, { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -246,6 +246,180 @@ } } } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}": { + "put": { + "tags": [ + "LinkedStorageAccounts" + ], + "x-ms-examples": { + "LinkedStorageAccountsCreate": { + "$ref": "./examples/LinkedStorageAccountsCreate.json" + } + }, + "operationId": "LinkedStorageAccounts_CreateOrUpdate", + "description": "Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.", + "parameters": [ + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + }, + { + "$ref": "#/parameters/DataSourceTypeParameter" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/LinkedStorageAccounts" + }, + "description": "The parameters required to create or update linked storage accounts." + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedStorageAccounts" + } + } + } + }, + "delete": { + "tags": [ + "LinkedStorageAccounts" + ], + "x-ms-examples": { + "LinkedStorageAccountsDelete": { + "$ref": "./examples/LinkedStorageAccountsDelete.json" + } + }, + "operationId": "LinkedStorageAccounts_Delete", + "description": "Deletes all linked storage accounts of a specific data source type associated with the specified workspace.", + "parameters": [ + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + }, + { + "$ref": "#/parameters/DataSourceTypeParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + } + } + }, + "get": { + "tags": [ + "LinkedStorageAccounts" + ], + "x-ms-examples": { + "LinkedStorageAccountsGet": { + "$ref": "./examples/LinkedStorageAccountsGet.json" + } + }, + "operationId": "LinkedStorageAccounts_Get", + "description": "Gets all linked storage account of a specific data source type associated with the specified workspace.", + "parameters": [ + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + }, + { + "$ref": "#/parameters/DataSourceTypeParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedStorageAccounts" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts": { + "get": { + "tags": [ + "LinkedStorageAccounts" + ], + "description": "Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.", + "operationId": "LinkedStorageAccounts_ListByWorkspace", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the Log Analytics Workspace that will contain the resource." + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/LinkedStorageAccountsListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + }, + "x-ms-examples": { + "Gets list of linked storage accounts on a workspace.": { + "$ref": "./examples/LinkedStorageAccountsListByWorkspace.json" + } + } + } } }, "definitions": { @@ -259,7 +433,7 @@ }, "allOf": [ { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + "$ref": "#/definitions/ProxyResource" } ], "description": "The top level data export resource container.", @@ -378,9 +552,111 @@ "readOnly": true } } + }, + "ProxyResource": { + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource ID." + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + } + }, + "description": "Common properties of proxy resource." + }, + "LinkedStorageAccountsProperties": { + "description": "Linked storage accounts properties.", + "type": "object", + "properties": { + "dataSourceType": { + "description": "Linked storage accounts type.", + "type": "string", + "readOnly": true, + "enum": [ + "CustomLogs", + "AzureWatson" + ], + "x-ms-enum": { + "name": "DataSourceType", + "modelAsString": false + } + }, + "storageAccountIds": { + "description": "Linked storage accounts resources ids.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "LinkedStorageAccounts": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/LinkedStorageAccountsProperties", + "description": "Linked storage accounts properties." + } + }, + "required": [ + "properties" + ], + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ], + "description": "Linked storage accounts top level resource container.", + "x-ms-azure-resource": true + }, + "LinkedStorageAccountsListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/LinkedStorageAccounts" + }, + "description": "A list of linked storage accounts instances." + } + }, + "description": "The list linked storage accounts service operation response." } }, "parameters": { + "SubscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "required": true, + "type": "string", + "description": "The workspace's resource subscription ID." + }, + "ApiVersionParameter": { + "name": "api-version", + "in": "query", + "required": true, + "type": "string", + "description": "The client API version." + }, + "ResourceGroupNameParameter": { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "x-ms-parameter-location": "method", + "description": "The workspace's resource group name.", + "pattern": "^[-\\w\\._\\(\\)]+$", + "minLength": 1, + "maxLength": 90 + }, "WorkspaceNameParameter": { "name": "workspaceName", "in": "path", @@ -388,6 +664,22 @@ "type": "string", "description": "The Log Analytics workspace name.", "x-ms-parameter-location": "method" + }, + "DataSourceTypeParameter": { + "name": "dataSourceType", + "in": "path", + "required": true, + "type": "string", + "enum": [ + "CustomLogs", + "AzureWatson" + ], + "x-ms-enum": { + "name": "DataSourceType", + "modelAsString": false + }, + "description": "Linked storage accounts type.", + "x-ms-parameter-location": "method" } } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json deleted file mode 100644 index cefa028f4ecf..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Azure Log Analytics", - "description": "Azure Log Analytics API reference", - "version": "2019-08-01-preview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/providers/Microsoft.OperationalInsights/operations": { - "get": { - "x-ms-examples": { - "Get specific operation status": { - "$ref": "./examples/OperationsListByTenant.json" - } - }, - "tags": [ - "Operations" - ], - "operationId": "Operations_List", - "description": "Lists all of the available OperationalInsights Rest API operations.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/OperationListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } - } - } - }, - "definitions": { - "OperationListResult": { - "description": "Result of the request to list solution operations.", - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/Operation" - }, - "description": "List of solution operations supported by the OperationsManagement resource provider." - }, - "nextLink": { - "type": "string", - "readOnly": true, - "description": "URL to get the next set of operation list results if there are any." - } - } - }, - "Operation": { - "description": "Supported operation of OperationalInsights resource provider.", - "properties": { - "name": { - "description": "Operation name: {provider}/{resource}/{operation}", - "type": "string" - }, - "display": { - "description": "Display metadata associated with the operation.", - "properties": { - "provider": { - "description": "Service provider: Microsoft OperationsManagement.", - "type": "string" - }, - "resource": { - "description": "Resource on which the operation is performed etc.", - "type": "string" - }, - "operation": { - "description": "Type of operation: get, read, delete, etc.", - "type": "string" - }, - "description": { - "description": "Description of operation", - "type": "string" - } - } - } - } - } - }, - "parameters": {} -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json deleted file mode 100644 index 12a383477f6c..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Azure Log Analytics", - "description": "Azure Log Analytics API reference", - "version": "2019-08-01-preview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/sharedKeys": { - "post": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "SharedKeysList": { - "$ref": "./examples/WorkspacesGetSharedKeys.json" - } - }, - "operationId": "Workspaces_GetSharedKeys", - "description": "Gets the shared keys for a workspace.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/SharedKeys" - } - } - } - } - } - }, - "definitions": { - "SharedKeys": { - "properties": { - "primarySharedKey": { - "type": "string", - "description": "The primary shared key of a workspace." - }, - "secondarySharedKey": { - "type": "string", - "description": "The secondary shared key of a workspace." - } - }, - "description": "The shared keys for a workspace." - } - }, - "parameters": {} -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json deleted file mode 100644 index c1ef6ecb5fed..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Azure Log Analytics", - "description": "Azure Log Analytics API reference", - "version": "2019-08-01-preview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/usages": { - "get": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "UsagesList": { - "$ref": "./examples/WorkspacesListUsages.json" - } - }, - "operationId": "Workspaces_ListUsages", - "description": "Gets a list of usage metrics for a workspace.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the workspace." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/WorkspaceListUsagesResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - } - } - } - }, - "definitions": { - "MetricName": { - "properties": { - "value": { - "type": "string", - "description": "The system name of the metric." - }, - "localizedValue": { - "type": "string", - "description": "The localized name of the metric." - } - }, - "description": "The name of a metric." - }, - "UsageMetric": { - "properties": { - "name": { - "$ref": "#/definitions/MetricName", - "description": "The name of the metric." - }, - "unit": { - "type": "string", - "description": "The units used for the metric." - }, - "currentValue": { - "type": "number", - "format": "double", - "description": "The current value of the metric." - }, - "limit": { - "type": "number", - "format": "double", - "description": "The quota limit for the metric." - }, - "nextResetTime": { - "type": "string", - "format": "date-time", - "description": "The time that the metric's value will reset." - }, - "quotaPeriod": { - "type": "string", - "description": "The quota period that determines the length of time between value resets." - } - }, - "description": "A metric describing the usage of a resource." - }, - "WorkspaceListUsagesResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/UsageMetric" - }, - "description": "Gets or sets a list of usage metrics for a workspace." - } - }, - "description": "The list workspace usages operation response." - } - }, - "parameters": {} -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesCreate.json deleted file mode 100644 index ed77a8dfb252..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesCreate.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "OIAutoRest5123", - "workspaceName": "AzTest9724", - "dataSourceName": "AzTestDS774", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000", - "parameters": { - "properties": { - "LinkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" - }, - "kind": "AzureActivityLog" - } - }, - "responses": { - "200": { - "body": { - "kind": "AzureActivityLog", - "properties": { - "linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774", - "eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"", - "name": "AzTestDS774", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - } - }, - "201": { - "body": { - "kind": "AzureActivityLog", - "properties": { - "linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774", - "eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"", - "name": "AzTestDS774", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - } - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesDelete.json deleted file mode 100644 index b54e9fbbda25..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesDelete.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "OIAutoRest5123", - "workspaceName": "AzTest9724", - "dataSourceName": "AzTestDS774", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": {}, - "204": {} - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesGet.json deleted file mode 100644 index ac0990d9be2b..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesGet.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "OIAutoRest5123", - "workspaceName": "AzTest9724", - "dataSourceName": "AzTestDS774", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": { - "kind": "AzureActivityLog", - "properties": { - "linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management" - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774", - "eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"", - "name": "AzTestDS774", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - } - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesListByWorkspace.json deleted file mode 100644 index 4f878cbc25bc..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataSourcesListByWorkspace.json +++ /dev/null @@ -1,3019 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "OIAutoRest5123", - "workspaceName": "AzTest9724", - "dataSourceName": "AzTestDS774", - "$filter": "kind='WindowsEvent'", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent14", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1011", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.5629323Z'\"", - "name": "AzTestDSWE1011", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent64", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1013", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A22.2533211Z'\"", - "name": "AzTestDSWE1013", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent202", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1020", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.4645698Z'\"", - "name": "AzTestDSWE1020", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent231", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1074", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A12.5871672Z'\"", - "name": "AzTestDSWE1074", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent86", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1117", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A28.9325389Z'\"", - "name": "AzTestDSWE1117", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent30", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1128", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A13.2185735Z'\"", - "name": "AzTestDSWE1128", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent66", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1176", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A22.7779289Z'\"", - "name": "AzTestDSWE1176", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent199", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1293", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A03.5114136Z'\"", - "name": "AzTestDSWE1293", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent102", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE134", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.6788897Z'\"", - "name": "AzTestDSWE134", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent111", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1352", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A36.2312139Z'\"", - "name": "AzTestDSWE1352", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent31", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1360", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A13.4685716Z'\"", - "name": "AzTestDSWE1360", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent53", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1382", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.2840543Z'\"", - "name": "AzTestDSWE1382", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent132", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1410", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A42.7070374Z'\"", - "name": "AzTestDSWE1410", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent211", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1417", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.8922838Z'\"", - "name": "AzTestDSWE1417", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent274", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1560", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A26.6932412Z'\"", - "name": "AzTestDSWE1560", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent212", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1618", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A07.1422661Z'\"", - "name": "AzTestDSWE1618", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent221", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1662", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A09.5980265Z'\"", - "name": "AzTestDSWE1662", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent121", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1675", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A39.6167744Z'\"", - "name": "AzTestDSWE1675", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent157", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE169", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A50.1064668Z'\"", - "name": "AzTestDSWE169", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent196", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1735", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A02.4954752Z'\"", - "name": "AzTestDSWE1735", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent12", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1742", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.0452997Z'\"", - "name": "AzTestDSWE1742", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent145", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1815", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A46.5966089Z'\"", - "name": "AzTestDSWE1815", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent69", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1828", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A23.6529754Z'\"", - "name": "AzTestDSWE1828", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent58", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE188", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A20.7216320Z'\"", - "name": "AzTestDSWE188", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent48", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1962", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A17.9341560Z'\"", - "name": "AzTestDSWE1962", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent246", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1997", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A17.3081821Z'\"", - "name": "AzTestDSWE1997", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent154", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2046", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A49.2918213Z'\"", - "name": "AzTestDSWE2046", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent165", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2056", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A52.4111189Z'\"", - "name": "AzTestDSWE2056", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent172", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2116", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A54.7598026Z'\"", - "name": "AzTestDSWE2116", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent9", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2142", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A07.2711237Z'\"", - "name": "AzTestDSWE2142", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent150", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE22", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A48.2064500Z'\"", - "name": "AzTestDSWE22", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent218", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2208", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A08.7849248Z'\"", - "name": "AzTestDSWE2208", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent161", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2221", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A51.3306230Z'\"", - "name": "AzTestDSWE2221", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent75", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2226", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A25.5991266Z'\"", - "name": "AzTestDSWE2226", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent38", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2231", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A15.3592513Z'\"", - "name": "AzTestDSWE2231", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent208", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2242", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.0641077Z'\"", - "name": "AzTestDSWE2242", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent228", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2263", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A11.7829226Z'\"", - "name": "AzTestDSWE2263", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent259", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2369", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A21.5874093Z'\"", - "name": "AzTestDSWE2369", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent210", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE240", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.6266574Z'\"", - "name": "AzTestDSWE240", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent265", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2423", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A23.4752361Z'\"", - "name": "AzTestDSWE2423", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent112", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2463", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A36.5611370Z'\"", - "name": "AzTestDSWE2463", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent32", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2499", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A13.7187131Z'\"", - "name": "AzTestDSWE2499", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent220", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2509", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A09.3324224Z'\"", - "name": "AzTestDSWE2509", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent87", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2541", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A29.2312540Z'\"", - "name": "AzTestDSWE2541", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent2", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2578", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.3117461Z'\"", - "name": "AzTestDSWE2578", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent119", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2619", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A38.5379572Z'\"", - "name": "AzTestDSWE2619", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent1", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE274", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.0735592Z'\"", - "name": "AzTestDSWE274", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent92", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2754", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A30.6297451Z'\"", - "name": "AzTestDSWE2754", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent205", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE281", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A05.2972963Z'\"", - "name": "AzTestDSWE281", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent101", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2818", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.3820072Z'\"", - "name": "AzTestDSWE2818", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent236", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2860", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A14.0876077Z'\"", - "name": "AzTestDSWE2860", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent93", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2867", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A30.9266089Z'\"", - "name": "AzTestDSWE2867", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent278", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2923", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A27.9342580Z'\"", - "name": "AzTestDSWE2923", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent138", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2979", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A44.4311007Z'\"", - "name": "AzTestDSWE2979", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent217", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3009", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A08.5349323Z'\"", - "name": "AzTestDSWE3009", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent269", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3033", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A24.9696296Z'\"", - "name": "AzTestDSWE3033", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent49", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3095", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A18.2006423Z'\"", - "name": "AzTestDSWE3095", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent118", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3114", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A38.2879169Z'\"", - "name": "AzTestDSWE3114", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent116", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3132", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A37.6889867Z'\"", - "name": "AzTestDSWE3132", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent185", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3147", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A58.9331954Z'\"", - "name": "AzTestDSWE3147", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent109", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3159", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.6843083Z'\"", - "name": "AzTestDSWE3159", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent46", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE317", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A17.4118415Z'\"", - "name": "AzTestDSWE317", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent107", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3175", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.0592573Z'\"", - "name": "AzTestDSWE3175", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent28", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3183", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A12.6247906Z'\"", - "name": "AzTestDSWE3183", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent237", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3217", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A14.4938899Z'\"", - "name": "AzTestDSWE3217", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent62", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3220", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A21.7373059Z'\"", - "name": "AzTestDSWE3220", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent51", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3228", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A18.7785353Z'\"", - "name": "AzTestDSWE3228", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent171", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3395", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A54.4936956Z'\"", - "name": "AzTestDSWE3395", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent63", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3416", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A22.0032694Z'\"", - "name": "AzTestDSWE3416", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent280", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3506", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A28.8251658Z'\"", - "name": "AzTestDSWE3506", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent23", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3517", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A11.2153209Z'\"", - "name": "AzTestDSWE3517", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent229", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3528", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A12.0402565Z'\"", - "name": "AzTestDSWE3528", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent136", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3530", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A43.8027590Z'\"", - "name": "AzTestDSWE3530", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent194", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3594", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A01.9173304Z'\"", - "name": "AzTestDSWE3594", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent191", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3615", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A00.8990889Z'\"", - "name": "AzTestDSWE3615", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent242", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3645", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A16.0877829Z'\"", - "name": "AzTestDSWE3645", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent11", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3676", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A07.8068460Z'\"", - "name": "AzTestDSWE3676", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent155", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3700", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A49.5439700Z'\"", - "name": "AzTestDSWE3700", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent117", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3738", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A38.0363694Z'\"", - "name": "AzTestDSWE3738", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent159", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3740", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A50.6390339Z'\"", - "name": "AzTestDSWE3740", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent95", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3754", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A31.5203823Z'\"", - "name": "AzTestDSWE3754", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent96", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3761", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A31.7860159Z'\"", - "name": "AzTestDSWE3761", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent56", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3787", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A20.0966078Z'\"", - "name": "AzTestDSWE3787", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent181", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3880", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A57.8394298Z'\"", - "name": "AzTestDSWE3880", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent160", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3887", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A51.0806178Z'\"", - "name": "AzTestDSWE3887", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent244", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3899", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A16.6987634Z'\"", - "name": "AzTestDSWE3899", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent127", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3928", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A41.4223363Z'\"", - "name": "AzTestDSWE3928", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent186", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4005", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A59.1831854Z'\"", - "name": "AzTestDSWE4005", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent288", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4021", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A31.5314824Z'\"", - "name": "AzTestDSWE4021", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent193", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4054", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A01.6667691Z'\"", - "name": "AzTestDSWE4054", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent133", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE406", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A42.9581303Z'\"", - "name": "AzTestDSWE406", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent88", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4128", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A29.4890798Z'\"", - "name": "AzTestDSWE4128", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent189", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4140", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A00.2051432Z'\"", - "name": "AzTestDSWE4140", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent183", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4209", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A58.3706603Z'\"", - "name": "AzTestDSWE4209", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent67", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4216", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A23.1240354Z'\"", - "name": "AzTestDSWE4216", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent294", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4240", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A33.5368097Z'\"", - "name": "AzTestDSWE4240", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent91", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4279", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A30.3641074Z'\"", - "name": "AzTestDSWE4279", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent273", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4289", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A26.3963554Z'\"", - "name": "AzTestDSWE4289", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent148", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4317", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A47.6751803Z'\"", - "name": "AzTestDSWE4317", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent4", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4324", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.8120517Z'\"", - "name": "AzTestDSWE4324", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent201", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4362", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.1208323Z'\"", - "name": "AzTestDSWE4362", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent13", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4416", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.3109506Z'\"", - "name": "AzTestDSWE4416", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent153", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4424", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A48.9744951Z'\"", - "name": "AzTestDSWE4424", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent52", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4466", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.0457713Z'\"", - "name": "AzTestDSWE4466", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent37", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4467", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A15.0936374Z'\"", - "name": "AzTestDSWE4467", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent129", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4503", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A41.9399246Z'\"", - "name": "AzTestDSWE4503", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent276", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4521", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A27.2714771Z'\"", - "name": "AzTestDSWE4521", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent79", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4530", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A26.7419933Z'\"", - "name": "AzTestDSWE4530", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent115", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4600", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A37.4227966Z'\"", - "name": "AzTestDSWE4600", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent135", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4644", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A43.5519204Z'\"", - "name": "AzTestDSWE4644", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent162", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4694", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A51.6431386Z'\"", - "name": "AzTestDSWE4694", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent5", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4715", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A06.0530002Z'\"", - "name": "AzTestDSWE4715", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent267", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE472", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A24.3989962Z'\"", - "name": "AzTestDSWE472", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent243", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4721", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A16.3706498Z'\"", - "name": "AzTestDSWE4721", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent295", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4734", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A33.8337155Z'\"", - "name": "AzTestDSWE4734", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent270", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4755", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A25.2712759Z'\"", - "name": "AzTestDSWE4755", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent81", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4779", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A27.5076680Z'\"", - "name": "AzTestDSWE4779", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent0", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4791", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A04.6828938Z'\"", - "name": "AzTestDSWE4791", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent170", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4798", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A54.0073520Z'\"", - "name": "AzTestDSWE4798", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent263", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE480", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A22.9077505Z'\"", - "name": "AzTestDSWE480", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent25", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4847", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A11.7028912Z'\"", - "name": "AzTestDSWE4847", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent204", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4876", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.9847854Z'\"", - "name": "AzTestDSWE4876", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent68", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4900", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A23.4029367Z'\"", - "name": "AzTestDSWE4900", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent105", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4918", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A34.5280091Z'\"", - "name": "AzTestDSWE4918", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent296", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4928", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A34.2882196Z'\"", - "name": "AzTestDSWE4928", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent293", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4930", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A33.2381803Z'\"", - "name": "AzTestDSWE4930", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent113", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4945", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A36.8423994Z'\"", - "name": "AzTestDSWE4945", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent15", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4967", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A08.9379456Z'\"", - "name": "AzTestDSWE4967", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent180", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4969", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A57.5893926Z'\"", - "name": "AzTestDSWE4969", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent54", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE4983", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.5497139Z'\"", - "name": "AzTestDSWE4983", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent151", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5011", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A48.4588661Z'\"", - "name": "AzTestDSWE5011", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent290", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5082", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A32.2694295Z'\"", - "name": "AzTestDSWE5082", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent248", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5136", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A17.8863220Z'\"", - "name": "AzTestDSWE5136", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent206", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5141", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A05.5484906Z'\"", - "name": "AzTestDSWE5141", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent266", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5166", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A23.9283342Z'\"", - "name": "AzTestDSWE5166", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent282", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5207", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A29.4970655Z'\"", - "name": "AzTestDSWE5207", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent203", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5223", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A04.7146038Z'\"", - "name": "AzTestDSWE5223", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent20", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5233", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A10.3237629Z'\"", - "name": "AzTestDSWE5233", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent249", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5253", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A18.1831872Z'\"", - "name": "AzTestDSWE5253", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent286", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5255", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A30.9049829Z'\"", - "name": "AzTestDSWE5255", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent29", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5263", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A12.8904269Z'\"", - "name": "AzTestDSWE5263", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent255", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5351", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A20.4543884Z'\"", - "name": "AzTestDSWE5351", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent55", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5385", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A19.7997319Z'\"", - "name": "AzTestDSWE5385", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent89", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5394", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A29.7703365Z'\"", - "name": "AzTestDSWE5394", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent17", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE541", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A09.4692151Z'\"", - "name": "AzTestDSWE541", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent241", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5439", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A15.7994161Z'\"", - "name": "AzTestDSWE5439", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent223", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5460", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A10.3032105Z'\"", - "name": "AzTestDSWE5460", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent268", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5479", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A24.6802546Z'\"", - "name": "AzTestDSWE5479", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent192", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5483", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A01.1670463Z'\"", - "name": "AzTestDSWE5483", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent114", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5486", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A37.1393156Z'\"", - "name": "AzTestDSWE5486", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent126", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5554", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A41.1205470Z'\"", - "name": "AzTestDSWE5554", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent256", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5559", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A20.7200407Z'\"", - "name": "AzTestDSWE5559", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent50", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5585", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A18.4534330Z'\"", - "name": "AzTestDSWE5585", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent125", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE568", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A40.8861587Z'\"", - "name": "AzTestDSWE568", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent230", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5741", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A12.3059271Z'\"", - "name": "AzTestDSWE5741", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent120", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE58", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A39.0692471Z'\"", - "name": "AzTestDSWE58", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent44", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5810", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A16.9117573Z'\"", - "name": "AzTestDSWE5810", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent141", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5815", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A45.4055476Z'\"", - "name": "AzTestDSWE5815", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent173", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5858", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A55.0097893Z'\"", - "name": "AzTestDSWE5858", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent251", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5866", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A18.9931389Z'\"", - "name": "AzTestDSWE5866", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent187", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5888", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A59.4332080Z'\"", - "name": "AzTestDSWE5888", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent18", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE5905", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A09.7599986Z'\"", - "name": "AzTestDSWE5905", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent224", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6027", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A10.6395291Z'\"", - "name": "AzTestDSWE6027", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent235", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE607", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A13.7282386Z'\"", - "name": "AzTestDSWE607", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent100", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6099", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.1319662Z'\"", - "name": "AzTestDSWE6099", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent6", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6122", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A06.3186640Z'\"", - "name": "AzTestDSWE6122", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent24", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6218", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A11.4528829Z'\"", - "name": "AzTestDSWE6218", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent149", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE622", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A47.9407875Z'\"", - "name": "AzTestDSWE622", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent209", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6222", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A06.3453921Z'\"", - "name": "AzTestDSWE6222", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent60", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6240", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A21.2372832Z'\"", - "name": "AzTestDSWE6240", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent216", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6251", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A08.2849036Z'\"", - "name": "AzTestDSWE6251", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent195", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6274", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A02.1829375Z'\"", - "name": "AzTestDSWE6274", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent98", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6296", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A32.3491070Z'\"", - "name": "AzTestDSWE6296", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent261", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6301", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A22.1811938Z'\"", - "name": "AzTestDSWE6301", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent7", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6404", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A06.7093003Z'\"", - "name": "AzTestDSWE6404", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent3", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6406", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A05.5617435Z'\"", - "name": "AzTestDSWE6406", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent123", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6432", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A40.2886854Z'\"", - "name": "AzTestDSWE6432", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent110", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6439", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.9811949Z'\"", - "name": "AzTestDSWE6439", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent233", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6451", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A13.1344490Z'\"", - "name": "AzTestDSWE6451", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent22", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6486", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A10.9653354Z'\"", - "name": "AzTestDSWE6486", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent19", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6505", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A10.0582011Z'\"", - "name": "AzTestDSWE6505", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent166", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6514", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A52.8955201Z'\"", - "name": "AzTestDSWE6514", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent225", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6518", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A10.9395226Z'\"", - "name": "AzTestDSWE6518", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent70", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6537", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A24.0123335Z'\"", - "name": "AzTestDSWE6537", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent179", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6547", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A57.3394082Z'\"", - "name": "AzTestDSWE6547", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent103", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6556", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A33.9457044Z'\"", - "name": "AzTestDSWE6556", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent234", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6718", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A13.4313542Z'\"", - "name": "AzTestDSWE6718", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent108", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6724", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A35.4186784Z'\"", - "name": "AzTestDSWE6724", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent27", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6741", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A12.3279180Z'\"", - "name": "AzTestDSWE6741", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent72", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6796", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A24.5764501Z'\"", - "name": "AzTestDSWE6796", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent299", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6826", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A35.2579899Z'\"", - "name": "AzTestDSWE6826", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent297", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6829", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A34.6319483Z'\"", - "name": "AzTestDSWE6829", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent85", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6893", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A28.5887776Z'\"", - "name": "AzTestDSWE6893", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent41", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE6974", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A16.1249736Z'\"", - "name": "AzTestDSWE6974", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent279", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7008", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A28.3876585Z'\"", - "name": "AzTestDSWE7008", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent281", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7014", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A29.1220764Z'\"", - "name": "AzTestDSWE7014", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent272", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7068", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A26.0213457Z'\"", - "name": "AzTestDSWE7068", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent260", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7080", - "eTag": "W/\"datetime'2017-10-02T23%3A21%3A21.8686663Z'\"", - "name": "AzTestDSWE7080", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent124", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7166", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A40.5423724Z'\"", - "name": "AzTestDSWE7166", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - }, - { - "kind": "WindowsEvent", - "properties": { - "eventLogName": "windowsEvent42", - "eventTypes": [ - { - "eventType": "Error" - } - ] - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE7178", - "eTag": "W/\"datetime'2017-10-02T23%3A20%3A16.3906307Z'\"", - "name": "AzTestDSWE7178", - "type": "Microsoft.OperationalInsights/workspaces/datasources" - } - ], - "nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/dataSources?$filter=kind+eq+'WindowsEvent'&api-version=2019-08-01-preview&$skiptoken=AzTestDSWE7191" - } - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesCreate.json deleted file mode 100644 index 10a802feffc0..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesCreate.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "mms-eus", - "workspaceName": "TestLinkWS", - "linkedServiceName": "TestLinkWS/Automation", - "parameters": { - "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/testAccount" - } - }, - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": { - "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" - }, - "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", - "name": "TestLinkWS/Automation", - "type": "Microsoft.OperationalInsights/workspaces/linkedServices" - } - }, - "201": { - "body": { - "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" - }, - "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", - "name": "TestLinkWS/Automation", - "type": "Microsoft.OperationalInsights/workspaces/linkedServices" - } - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesDelete.json deleted file mode 100644 index 492c54271f50..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesDelete.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parameters": { - "linkedServiceName": "TestLinkWS/Automation", - "workspaceName": "TestLinkWS", - "resourceGroupName": "rg1", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": {}, - "204": {} - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesGet.json deleted file mode 100644 index 6f0ef009d050..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesGet.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "mms-eus", - "workspaceName": "TestLinkWS", - "linkedServiceName": "TestLinkWS/Automation", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": { - "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", - "name": "TestLinkWS/Automation", - "type": "Microsoft.OperationalInsights/workspaces/linkedServices" - } - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesListByWorkspace.json deleted file mode 100644 index 76afcaf0f637..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/LinkedServicesListByWorkspace.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "mms-eus", - "workspaceName": "TestLinkWS", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": [ - { - "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", - "name": "TestLinkWS/Automation", - "type": "Microsoft.OperationalInsights/workspaces/linkedServices" - }, - { - "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount2" - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", - "name": "TestLinkWS/Automation", - "type": "Microsoft.OperationalInsights/workspaces/linkedServices" - } - ] - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationStatusesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationStatusesGet.json deleted file mode 100644 index 2ab1dc7dd921..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationStatusesGet.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "parameters": { - "subscriptionId": "613192d7-503f-477a-9cfe-4efc3ee2bd60", - "location": "West US", - "asyncOperationId": "713192d7-503f-477a-9cfe-4efc3ee2bd11", - "api-version": "2019-08-01-preview" - }, - "responses": { - "200": { - "headers": {}, - "body": { - "id": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/locations/westus/operationStatuses/713192d7-503f-477a-9cfe-4efc3ee2bd11", - "name": "713192d7-503f-477a-9cfe-4efc3ee2bd11", - "startTime": "2017-01-01T13:13:13.933Z", - "endTime": "2017-01-01T16:13:13.933Z", - "status": "Succeeded" - } - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsListByTenant.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsListByTenant.json deleted file mode 100644 index d002c0836d08..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/OperationsListByTenant.json +++ /dev/null @@ -1,327 +0,0 @@ -{ - "parameters": { - "api-version": "2019-08-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "name": "Microsoft.OperationalInsights/workspaces/write", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Workspace", - "operation": "Create Workspace", - "description": "Creates a new workspace or links to an existing workspace by providing the customer id from the existing workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Workspace", - "operation": "Get Workspace", - "description": "Gets an existing workspace" - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/delete", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Workspace", - "operation": "Delete Workspace", - "description": "Deletes a workspace. If the workspace was linked to an existing workspace at creation time then the workspace it was linked to is not deleted." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/generateregistrationcertificate/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Registration Certificate", - "operation": "Generates Registration Certificate for Workspace.", - "description": "Generates Registration Certificate for the workspace. This Certificate is used to connect Microsoft System Center Operation Manager to the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/write", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Storage Insight Configuration", - "operation": "Create Storage Configuration", - "description": "Creates a new storage configuration. These configurations are used to pull data from a location in an existing storage account." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Storage Insight Configuration", - "operation": "Get Storage Configuration", - "description": "Gets a storage configuration." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs/delete", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Storage Insight Configuration", - "operation": "Delete Storage Configuration", - "description": "Deletes a storage configuration. This will stop Microsoft Operational Insights from reading data from the storage account." - } - }, - { - "name": "Microsoft.OperationalInsights/register/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Register", - "operation": "Register a subscription to a resource provider.", - "description": "Register a subscription to a resource provider." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/sharedKeys/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Shared Keys", - "operation": "List Workspace Shared Keys", - "description": "Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/sharedKeys/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Shared Keys", - "operation": "List Workspace Shared Keys", - "description": "Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/listKeys/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "List Keys", - "operation": "List Workspace Keys", - "description": "Retrieves the list keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/listKeys/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "List Keys", - "operation": "List Workspace Keys", - "description": "Retrieves the list keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/managementGroups/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Management Group", - "operation": "Get Management Groups for Workspace", - "description": "Gets the names and metadata for System Center Operations Manager management groups connected to this workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/usages/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Usage Metric", - "operation": "Get Usage Data for Workspace", - "description": "Gets usage data for a workspace including the amount of data read by the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/search/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Search", - "operation": "Search Workspace Data", - "description": "Executes a search query" - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/schema/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Search Schema", - "operation": "Get Search Schema", - "description": "Gets the search schema for the workspace. Search schema includes the exposed fields and their types." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/datasources/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Data Source", - "operation": "Get datasources under a workspace.", - "description": "Get datasources under a workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/datasources/write", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Data Source", - "operation": "Create/Update datasources under a workspace.", - "description": "Create/Update datasources under a workspace." - } - }, - {}, - {}, - {}, - {}, - { - "name": "Microsoft.OperationalInsights/workspaces/notificationSettings/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Notification Settings", - "operation": "Get Notification Settings", - "description": "Get the user's notification settings for the workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/notificationSettings/write", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Notification Settings", - "operation": "Put Notification Settings", - "description": "Set the user's notification settings for the workspace." - } - }, - {}, - {}, - {}, - { - "name": "Microsoft.OperationalInsights/workspaces/configurationScopes/delete", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Configuration Scope", - "operation": "Delete Configuration Scope", - "description": "Delete Configuration Scope" - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/linkedServices/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Linked Services", - "operation": "Get linked services under given workspace.", - "description": "Get linked services under given workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/linkedServices/write", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Linked Services", - "operation": "Create/Update linked services under given workspace.", - "description": "Create/Update linked services under given workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/linkedServices/delete", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Linked Services", - "operation": "Delete linked services under given workspace.", - "description": "Delete linked services under given workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Intelligence Packs", - "operation": "List Intelligence Packs", - "description": "Lists all intelligence packs that are visible for a given worksapce and also lists whether the pack is enabled or disabled for that workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/enable/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Intelligence Packs", - "operation": "Enable Intelligence Pack", - "description": "Enables an intelligence pack for a given workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/intelligencepacks/disable/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Intelligence Packs", - "operation": "Disable Intelligence Pack", - "description": "Disables an intelligence pack for a given workspace." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/analytics/query/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "analytics", - "operation": "Search using new engine.", - "description": "Search using new engine." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/analytics/query/schema/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "analytics", - "operation": "Get search schema V2.", - "description": "Get search schema V2." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/api/query/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "analytics", - "operation": "Search using new engine.", - "description": "Search using new engine." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/api/query/schema/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "analytics", - "operation": "Get search schema V2.", - "description": "Get search schema V2." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/purge/action", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "analytics", - "operation": "Delete specified data from workspace", - "description": "Delete specified data from workspace" - } - }, - { - "name": "Microsoft.OperationalInsights/linkTargets/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Unlinked Account", - "operation": "List Unlinked Accounts", - "description": "Lists existing accounts that are not associated with an Azure subscription. To link this Azure subscription to a workspace, use a customer id returned by this operation in the customer id property of the Create Workspace operation." - } - }, - { - "name": "Microsoft.OperationalInsights/workspaces/metricDefinitions/read", - "display": { - "provider": "Microsoft Operational Insights", - "resource": "Metric Definitions", - "operation": "Metric Definition operation", - "description": "Get Metric Definitions under workspace" - } - } - ], - "nextLink": "" - } - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDisableIntelligencePack.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDisableIntelligencePack.json deleted file mode 100644 index ee555a819d96..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDisableIntelligencePack.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "rg1", - "workspaceName": "TestLinkWS", - "intelligencePackName": "ChangeTracking", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": {} - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesEnableIntelligencePack.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesEnableIntelligencePack.json deleted file mode 100644 index ee555a819d96..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesEnableIntelligencePack.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "rg1", - "workspaceName": "TestLinkWS", - "intelligencePackName": "ChangeTracking", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": {} - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGetSharedKeys.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGetSharedKeys.json deleted file mode 100644 index 61b60e77d2e3..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGetSharedKeys.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "rg1", - "workspaceName": "TestLinkWS", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": { - "primarySharedKey": "BozLY1JnZbxu0jWUQSY8iRPEM8ObmpP8rW+8bUl3+HpDJI+n689SxXgTgU7k1qdxo/WugRLxechxbolAfHM5uA==", - "secondarySharedKey": "7tDt5W0JBrCQKtQA3igfFltLSzJeyr9LmuT+B/ibzd8cdC1neZ1ePOQLBx5NUzc0q2VUIK0cLhWNyFvo/hT8Ww==" - } - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListIntelligencePacks.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListIntelligencePacks.json deleted file mode 100644 index 4b0fd23842b5..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListIntelligencePacks.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "rg1", - "workspaceName": "TestLinkWS", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": [ - { - "name": "CapacityPerformance", - "enabled": false, - "displayName": "Capacity and Performance" - }, - { - "name": "AzureWebAppsAnalytics", - "enabled": false, - "displayName": "Azure Web Apps Analytics (Preview)" - }, - { - "name": "Security", - "enabled": false, - "displayName": "Security and Audit" - }, - { - "name": "Updates", - "enabled": false, - "displayName": "Update Management" - }, - { - "name": "AntiMalware", - "enabled": false, - "displayName": "Antimalware Assessment" - }, - { - "name": "LogManagement", - "enabled": true, - "displayName": "Log Management" - }, - { - "name": "ChangeTracking", - "enabled": true, - "displayName": "Change Tracking" - }, - { - "name": "SQLAssessment", - "enabled": false, - "displayName": "SQL Assessment" - }, - { - "name": "SCOMAssessment", - "enabled": false, - "displayName": "System Center Operations Manager Assessment (Preview)" - }, - { - "name": "ServiceDesk", - "enabled": false, - "displayName": "IT Service Management Connector(Preview)" - }, - { - "name": "ADAssessment", - "enabled": false, - "displayName": "AD Assessment" - }, - { - "name": "AlertManagement", - "enabled": false, - "displayName": "Alert Management" - }, - { - "name": "AzureAutomation", - "enabled": false, - "displayName": "Azure Automation" - }, - { - "name": "WireData", - "enabled": false, - "displayName": "Wire Data" - }, - { - "name": "SiteRecovery", - "enabled": true, - "displayName": "Azure Site Recovery" - }, - { - "name": "Backup", - "enabled": false, - "displayName": "Backup" - }, - { - "name": "SurfaceHub", - "enabled": false, - "displayName": "Surface Hub" - }, - { - "name": "NetworkMonitoring", - "enabled": false, - "displayName": "Network Performance Monitor" - }, - { - "name": "Containers", - "enabled": false, - "displayName": "Container Monitoring Solution" - }, - { - "name": "ServiceMap", - "enabled": false, - "displayName": "Service Map" - }, - { - "name": "AzureNetworking", - "enabled": false, - "displayName": "Azure Networking Analytics (Deprecated)" - }, - { - "name": "ADReplication", - "enabled": false, - "displayName": "AD Replication Status" - }, - { - "name": "Office365", - "enabled": false, - "displayName": "Office 365 (Preview)" - }, - { - "name": "CompatibilityAssessment", - "enabled": false, - "displayName": "Upgrade Readiness" - }, - { - "name": "KeyVault", - "enabled": false, - "displayName": "Key Vault (Deprecated)" - }, - { - "name": "ServiceFabric", - "enabled": false, - "displayName": "Service Fabric" - }, - { - "name": "DnsAnalytics", - "enabled": false, - "displayName": "DNS Analytics (Preview)" - }, - { - "name": "ApplicationInsights", - "enabled": false, - "displayName": "Application Insights (Preview)" - }, - { - "name": "WireData2", - "enabled": false, - "displayName": "Wire Data 2.0" - }, - { - "name": "WaaSUpdateInsights", - "enabled": false, - "displayName": "Update Compliance (Preview)" - }, - { - "name": "AgentHealthAssessment", - "enabled": false, - "displayName": "Agent Health " - }, - { - "name": "AzureActivity", - "enabled": false, - "displayName": "Activity Log Analytics" - }, - { - "name": "HDInsight", - "enabled": false, - "displayName": "HDInsight HBase Monitoring (Preview)" - }, - { - "name": "HDInsightKafka", - "enabled": false, - "displayName": "HDInsight Kafka Monitoring" - }, - { - "name": "HDInsightSpark", - "enabled": false, - "displayName": "HDInsight Spark Monitoring" - }, - { - "name": "VMware", - "enabled": false, - "displayName": "VMware (Preview)" - }, - { - "name": "SecurityCenterFree", - "enabled": false, - "displayName": "Security Center Free � for Azure Resources only" - }, - { - "name": "LogicAppsManagement", - "enabled": false, - "displayName": "Logic Apps Management" - }, - { - "name": "LogicAppB2B", - "enabled": false, - "displayName": "Logic Apps B2B" - }, - { - "name": "AzureSQLAnalytics", - "enabled": false, - "displayName": "Azure SQL Analytics (Preview)" - }, - { - "name": "KeyVaultAnalytics", - "enabled": false, - "displayName": "Key Vault Analytics" - }, - { - "name": "AzureNSGAnalytics", - "enabled": false, - "displayName": "Azure Network Security Group Analytics" - }, - { - "name": "AzureAppGatewayAnalytics", - "enabled": false, - "displayName": "Azure Application Gateway Analytics" - }, - { - "name": "DeviceHealthProd", - "enabled": false, - "displayName": "Device Health (Preview)" - }, - { - "name": "WindowsDefenderATP", - "enabled": false, - "displayName": "Windows Defender ATP" - }, - { - "name": "ProcessInvestigator", - "enabled": false, - "displayName": "ProcessInvestigator" - } - ] - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListManagementGroups.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListManagementGroups.json deleted file mode 100644 index e98d4bf2d82d..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListManagementGroups.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "rg1", - "workspaceName": "TestLinkWS", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": { - "value": [] - } - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListUsages.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListUsages.json deleted file mode 100644 index dd23a3681728..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListUsages.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "rg1", - "workspaceName": "TestLinkWS", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "name": { - "value": "DataAnalyzed", - "localizedValue": "Data Analyzed" - }, - "unit": "Bytes", - "currentValue": 0.0, - "limit": 524288000.0, - "nextResetTime": "2017-10-03T00:00:00Z", - "quotaPeriod": "P1D" - } - ] - } - } - } -} diff --git a/specification/operationalinsights/resource-manager/readme.md b/specification/operationalinsights/resource-manager/readme.md index d2f1096d1b21..472b40dcd15e 100644 --- a/specification/operationalinsights/resource-manager/readme.md +++ b/specification/operationalinsights/resource-manager/readme.md @@ -57,17 +57,7 @@ These settings apply only when `--tag=package-2019-08-preview` is specified on t ``` yaml $(tag) == 'package-2019-08-preview' input-file: - Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json -- Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json +- Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json ``` --- @@ -170,17 +160,7 @@ input-file: - $(this-folder)/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json - $(this-folder)/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataExports.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/DataSources.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/IntelligencePacks.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedServices.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/LinkedStorageAccounts.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/ManagementGroups.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Operations.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationStatuses.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/SharedKeys.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Usages.json - - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json ``` From 3239e6e2bbc06f7a92e1611e1cb5ccec604dadb1 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 16:47:52 +0300 Subject: [PATCH 48/73] workspaces --- .../2019-08-01-preview/Workspaces.json | 464 ------------------ .../examples/WorkspacesCreate.json | 65 --- .../examples/WorkspacesDelete.json | 13 - .../examples/WorkspacesGet.json | 46 -- .../WorkspacesListByResourceGroup.json | 32 -- .../examples/WorkspacesSubscriptionList.json | 31 -- .../examples/WorkspacesUpdate.json | 35 -- 7 files changed, 686 deletions(-) delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json delete mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json deleted file mode 100644 index 285e1a4794d8..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/Workspaces.json +++ /dev/null @@ -1,464 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "Azure Log Analytics", - "description": "Azure Log Analytics API reference", - "version": "2019-08-01-preview" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces": { - "get": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "WorkspacesGet": { - "$ref": "./examples/WorkspacesListByResourceGroup.json" - } - }, - "operationId": "Workspaces_ListByResourceGroup", - "description": "Gets workspaces in a resource group.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/WorkspaceListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - } - } - }, - "/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces": { - "get": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "WorkspacesSubscriptionList": { - "$ref": "./examples/WorkspacesSubscriptionList.json" - } - }, - "operationId": "Workspaces_List", - "description": "Gets the workspaces in a subscription.", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/WorkspaceListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - } - } - }, - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}": { - "put": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "WorkspacesCreate": { - "$ref": "./examples/WorkspacesCreate.json" - } - }, - "operationId": "Workspaces_CreateOrUpdate", - "description": "Create or update a workspace.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The resource group name of the workspace." - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", - "minLength": 4, - "maxLength": 63, - "description": "The name of the workspace." - }, - { - "name": "parameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/Workspace" - }, - "description": "The parameters required to create or update a workspace." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/Workspace" - } - }, - "201": { - "description": "Created response definition.", - "schema": { - "$ref": "#/definitions/Workspace" - } - }, - "202": { - "description": "Accepted" - } - }, - "x-ms-long-running-operation": true - }, - "delete": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "WorkspacesDelete": { - "$ref": "./examples/WorkspacesDelete.json" - } - }, - "operationId": "Workspaces_Delete", - "description": "Deletes a workspace instance.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The resource group name of the workspace." - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition." - }, - "202": { - "description": "Accepted" - }, - "204": { - "description": "NoContent response definition." - } - }, - "x-ms-long-running-operation": true - }, - "get": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "WorkspaceGet": { - "$ref": "./examples/WorkspacesGet.json" - } - }, - "operationId": "Workspaces_Get", - "description": "Gets a workspace instance.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The resource group name of the workspace." - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/Workspace" - } - } - } - }, - "patch": { - "tags": [ - "Workspaces" - ], - "x-ms-examples": { - "WorkspacesPatch": { - "$ref": "./examples/WorkspacesUpdate.json" - } - }, - "operationId": "Workspaces_Update", - "description": "Updates a workspace.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The resource group name of the workspace." - }, - { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", - "minLength": 4, - "maxLength": 63, - "description": "The name of the workspace." - }, - { - "name": "parameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/Workspace" - }, - "description": "The parameters required to patch a workspace." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "The existing workspace was successfully updated. Check provisioningStatus to see detailed status.", - "schema": { - "$ref": "#/definitions/Workspace" - } - } - } - } - } - }, - "definitions": { - "Sku": { - "properties": { - "name": { - "type": "string", - "description": "The name of the SKU.", - "enum": [ - "Free", - "Standard", - "Premium", - "PerNode", - "PerGB2018", - "Standalone", - "CapacityReservation" - ], - "x-ms-enum": { - "name": "SkuNameEnum", - "modelAsString": true - } - } - }, - "required": [ - "name" - ], - "description": "The SKU (tier) of a workspace." - }, - "WorkspaceProperties": { - "properties": { - "provisioningState": { - "type": "string", - "description": "The provisioning state of the workspace.", - "enum": [ - "Creating", - "Succeeded", - "Failed", - "Canceled", - "Deleting", - "ProvisioningAccount" - ], - "x-ms-enum": { - "name": "EntityStatus", - "modelAsString": true - } - }, - "customerId": { - "type": "string", - "description": "This is a read-only property. Represents the ID associated with the workspace.", - "readOnly": true - }, - "sku": { - "$ref": "#/definitions/Sku", - "description": "The SKU of the workspace." - }, - "retentionInDays": { - "type": "integer", - "format": "int32", - "minimum": -1, - "maximum": 730, - "description": "The workspace data retention in days. -1 means Unlimited retention for the Unlimited Sku. 730 days is the maximum allowed for all other Skus. " - }, - "publicNetworkAccessForIngestion": { - "description": "The network access type for accessing Log Analytics ingestion.", - "$ref": "#/definitions/PublicNetworkAccessType" - }, - "publicNetworkAccessForQuery": { - "description": "The network access type for accessing Log Analytics query.", - "$ref": "#/definitions/PublicNetworkAccessType" - }, - "privateLinkScopedResources": { - "readOnly": true, - "type": "array", - "items": { - "$ref": "#/definitions/PrivateLinkScopedResource" - }, - "description": "List of linked private link scope resources." - } - }, - "description": "Workspace properties." - }, - "PrivateLinkScopedResource": { - "properties": { - "resourceId": { - "type": "string", - "description": "The full resource Id of the private link scope resource." - }, - "scopeId": { - "type": "string", - "description": "The private link scope unique Identifier." - } - }, - "description": "The private link scope resource reference." - }, - "Workspace": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/WorkspaceProperties", - "description": "Workspace properties." - }, - "eTag": { - "type": "string", - "description": "The ETag of the workspace." - } - }, - "allOf": [ - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource" - } - ], - "description": "The top level Workspace resource container.", - "x-ms-azure-resource": true - }, - "WorkspaceListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/Workspace" - }, - "description": "A list of workspaces." - } - }, - "description": "The list workspaces operation response." - }, - "PublicNetworkAccessType": { - "type": "string", - "description": "The network access type for operating on the Log Analytics Workspace. By default it is Enabled", - "default": "Enabled", - "enum": [ - "Enabled", - "Disabled" - ], - "x-ms-enum": { - "name": "PublicNetworkAccessType", - "modelAsString": true, - "values": [ - { - "value": "Enabled", - "description": "Enables connectivity to Log Analytics through public DNS." - }, - { - "value": "Disabled", - "description": "Disables public connectivity to Log Analytics through public DNS." - } - ] - } - } - }, - "parameters": {} -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json deleted file mode 100644 index 3e2b80904a3a..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesCreate.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "oiautorest6685", - "workspaceName": "oiautorest6685", - "parameters": { - "properties": { - "sku": { - "name": "PerGB2018" - }, - "retentionInDays": 30 - }, - "location": "australiasoutheast", - "tags": { - "tag1": "val1" - } - }, - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", - "name": "AzTest2170", - "type": "Microsoft.OperationalInsights/workspaces", - "location": "australiasoutheast", - "tags": { - "tag1": "val1" - }, - "properties": { - "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", - "provisioningState": "Creating", - "sku": { - "name": "PerGB2018" - }, - "retentionInDays": 30, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" - } - } - }, - "201": { - "body": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", - "name": "AzTest2170", - "type": "Microsoft.OperationalInsights/workspaces", - "location": "australiasoutheast", - "tags": { - "tag1": "val1" - }, - "properties": { - "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", - "provisioningState": "Creating", - "sku": { - "name": "PerGB2018" - }, - "retentionInDays": 30, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" - } - } - }, - "202": {} - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json deleted file mode 100644 index 64e60e5ee831..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesDelete.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "oiautorest6685", - "workspaceName": "oiautorest6685", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": {}, - "204": {}, - "202": {} - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json deleted file mode 100644 index 16759823f1ff..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesGet.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "oiautorest6685", - "workspaceName": "oiautorest6685", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": [ - { - "properties": { - "customerId": "5b02755b-5bf4-430c-9487-45502a2a7e62", - "provisioningState": "Succeeded", - "sku": { - "name": "free" - }, - "retentionInDays": 7, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" - }, - "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/workspaces/testresourcelock", - "name": "TestResourceLock", - "type": "Microsoft.OperationalInsights/workspaces", - "location": "eastus" - }, - { - "properties": { - "customerId": "4884a2fd-b08f-4aa6-bf16-5757df1093fe", - "provisioningState": "Succeeded", - "sku": { - "name": "free" - }, - "retentionInDays": 7, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" - }, - "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/southukws", - "name": "SouthUKWS", - "type": "Microsoft.OperationalInsights/workspaces", - "location": "East US" - } - ] - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json deleted file mode 100644 index 071efa6c768d..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesListByResourceGroup.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "oiautorest6685", - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": [ - { - "properties": { - "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", - "provisioningState": "Succeeded", - "sku": { - "name": "PerGB2018" - }, - "retentionInDays": 30, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", - "name": "AzTest2170", - "type": "Microsoft.OperationalInsights/workspaces", - "location": "australiasoutheast", - "tags": { - "tag1": "val1" - } - } - ] - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json deleted file mode 100644 index 134ce6ab0f18..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesSubscriptionList.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "parameters": { - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": [ - { - "properties": { - "customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", - "provisioningState": "Succeeded", - "sku": { - "name": "PerGB2018" - }, - "retentionInDays": 30, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170", - "name": "AzTest2170", - "type": "Microsoft.OperationalInsights/workspaces", - "location": "australiasoutheast", - "tags": { - "tag1": "val1" - } - } - ] - } - } -} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json deleted file mode 100644 index e43a565218b0..000000000000 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/WorkspacesUpdate.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parameters": { - "resourceGroupName": "oiautorest6685", - "workspaceName": "oiautorest6685", - "parameters": { - "properties": { - "sku": { - "name": "PerGB2018" - }, - "retentionInDays": 30 - }, - "location": "australiasoutheast" - }, - "api-version": "2019-08-01-preview", - "subscriptionId": "00000000-0000-0000-0000-00000000000" - }, - "responses": { - "200": { - "body": { - "properties": { - "sku": { - "name": "PerGB2018" - }, - "retentionInDays": 30, - "publicNetworkAccessForQuery": "Enabled", - "publicNetworkAccessForIngestion": "Enabled" - }, - "location": "australiasoutheast", - "tags": { - "tag1": "val1" - } - } - } - } -} From bbec830f4343469aeae5beff798e95c2bf625a69 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 16:51:28 +0300 Subject: [PATCH 49/73] new package --- .../resource-manager/readme.md | 29 ++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/readme.md b/specification/operationalinsights/resource-manager/readme.md index 472b40dcd15e..2e6affaca062 100644 --- a/specification/operationalinsights/resource-manager/readme.md +++ b/specification/operationalinsights/resource-manager/readme.md @@ -60,6 +60,22 @@ input-file: - Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json ``` +``` yaml $(tag) == 'package-2020-03-preview' +input-file: +- Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/IntelligencePacks.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/ManagementGroups.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/Operations.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/OperationStatuses.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/SharedKeys.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json +``` + --- # Code Generation @@ -161,7 +177,18 @@ input-file: - $(this-folder)/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json - $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json - + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/IntelligencePacks.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/ManagementGroups.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/Operations.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/OperationStatuses.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/SharedKeys.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json ``` If there are files that should not be in the `all-api-versions` set, From a2ffb02e5a8b86e08f64aa7560181513ffcf208d Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 17:15:31 +0300 Subject: [PATCH 50/73] use common error --- .../preview/2020-03-01-preview/Clusters.json | 36 +++---------- .../2020-03-01-preview/DataExports.json | 32 +++-------- .../2020-03-01-preview/OperationStatuses.json | 53 +------------------ 3 files changed, 15 insertions(+), 106 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json index ff596c4a8c1e..1189ea7f250c 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json @@ -67,7 +67,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } }, @@ -106,7 +106,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } }, @@ -177,7 +177,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } }, @@ -226,7 +226,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } } @@ -274,7 +274,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } } @@ -334,7 +334,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "#/definitions/ClusterErrorResponse" } } } @@ -377,33 +377,13 @@ }, "description": "Cluster properties." }, - "ErrorResponse": { + "ClusterErrorResponse": { "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", "type": "object", "properties": { "error": { "description": "The details of the error.", - "$ref": "#/definitions/ErrorDetails" - } - } - }, - "ErrorDetails": { - "description": "The details of the error.", - "properties": { - "code": { - "description": "Error code.", - "type": "string", - "readOnly": true - }, - "message": { - "description": "Error message indicating why the operation failed.", - "type": "string", - "readOnly": true - }, - "target": { - "description": "The target of the particular error.", - "type": "string", - "readOnly": true + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } }, diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json index aef2fa078233..488f014ac665 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json @@ -70,7 +70,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "#/definitions/DataExportErrorResponse" } } }, @@ -140,7 +140,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "#/definitions/DataExportErrorResponse" } } }, @@ -194,7 +194,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "#/definitions/DataExportErrorResponse" } } } @@ -241,7 +241,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ErrorResponse" + "$ref": "#/definitions/DataExportErrorResponse" } } } @@ -349,33 +349,13 @@ }, "description": "Destination meta data." }, - "ErrorResponse": { + "DataExportErrorResponse": { "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.", "type": "object", "properties": { "error": { "description": "The details of the error.", - "$ref": "#/definitions/ErrorDetails" - } - } - }, - "ErrorDetails": { - "description": "The details of the error.", - "properties": { - "code": { - "description": "Error code.", - "type": "string", - "readOnly": true - }, - "message": { - "description": "Error message indicating why the operation failed.", - "type": "string", - "readOnly": true - }, - "target": { - "description": "The target of the particular error.", - "type": "string", - "readOnly": true + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/OperationStatuses.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/OperationStatuses.json index b10509e83b25..a1eef581e955 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/OperationStatuses.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/OperationStatuses.json @@ -80,57 +80,6 @@ } }, "definitions": { - "ErrorResponse": { - "properties": { - "code": { - "readOnly": true, - "type": "string", - "description": "The error code." - }, - "message": { - "readOnly": true, - "type": "string", - "description": "The error message." - }, - "target": { - "readOnly": true, - "type": "string", - "description": "The error target." - }, - "details": { - "readOnly": true, - "type": "array", - "items": { - "$ref": "#/definitions/ErrorResponse" - }, - "description": "The error details." - }, - "additionalInfo": { - "readOnly": true, - "type": "array", - "items": { - "$ref": "#/definitions/ErrorAdditionalInfo" - }, - "description": "The error additional info." - } - }, - "description": "The resource management error response." - }, - "ErrorAdditionalInfo": { - "properties": { - "type": { - "readOnly": true, - "type": "string", - "description": "The additional info type." - }, - "info": { - "readOnly": true, - "type": "object", - "description": "The additional info." - } - }, - "description": "The resource management error additional info." - }, "OperationStatus": { "description": "The status of operation.", "type": "object", @@ -158,7 +107,7 @@ "error": { "type": "object", "description": "The error detail of the operation if any.", - "$ref": "#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" } } } From bfde567158aea9de8fa4418412afa2c1ed8ae3ec Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 18:05:22 +0300 Subject: [PATCH 51/73] merge from cluster pr --- .../preview/2020-03-01-preview/Clusters.json | 107 ++++++++++++------ .../2020-03-01-preview/LinkedServices.json | 11 +- .../examples/ClustersCreate.json | 53 ++------- .../examples/ClustersGet.json | 24 +++- .../examples/ClustersListByResourceGroup.json | 12 +- .../examples/ClustersSubscriptionList.json | 12 +- .../examples/ClustersUpdate.json | 22 +++- .../examples/DataSourcesListByWorkspace.json | 2 +- .../examples/LinkedServicesCreate.json | 16 +-- .../examples/LinkedServicesDelete.json | 2 +- .../examples/LinkedServicesGet.json | 8 +- .../LinkedServicesListByWorkspace.json | 6 +- 12 files changed, 163 insertions(+), 112 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json index 1189ea7f250c..e4d81cf8f689 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json @@ -129,11 +129,13 @@ "description": "Create or update a Log Analytics cluster.", "parameters": [ { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The resource group name of the Log Analytics cluster." + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" }, { "name": "clusterName", @@ -153,26 +155,11 @@ "$ref": "#/definitions/Cluster" }, "description": "The parameters required to create or update a Log Analytics cluster." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { - "200": { - "description": "OK response definition.", - "schema": { - "$ref": "#/definitions/Cluster" - } - }, - "201": { - "description": "Created response definition.", - "schema": { - "$ref": "#/definitions/Cluster" - } + "202": { + "description": "Accepted response definition." }, "default": { "description": "Error response describing why the operation failed.", @@ -196,11 +183,7 @@ "description": "Deletes a cluster instance.", "parameters": [ { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The resource group name of the Log Analytics cluster." + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "clusterName", @@ -244,11 +227,14 @@ "description": "Gets a Log Analytics cluster instance.", "parameters": [ { - "name": "resourceGroupName", + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "clusterName", "in": "path", "required": true, "type": "string", - "description": "The resource group name of the Log Analytics cluster." + "description": "Name of the Log Analytics Cluster." }, { "name": "clusterName", @@ -292,11 +278,14 @@ "description": "Updates a Log Analytics cluster.", "parameters": [ { - "name": "resourceGroupName", + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "clusterName", "in": "path", "required": true, "type": "string", - "description": "The resource group name of the cluster." + "description": "Name of the Log Analytics Cluster." }, { "name": "clusterName", @@ -370,9 +359,9 @@ "modelAsString": true } }, - "encryptionKeyUri": { - "type": "string", - "description": "The Key Vault key or certificate path associated with the Log Analytics cluster." + "keyVaultProperties": { + "$ref": "#/definitions/keyVaultProperties", + "description": "The associated key properties." } }, "description": "Cluster properties." @@ -389,9 +378,9 @@ }, "ClusterPatchProperties": { "properties": { - "encryptionKeyUri": { - "type": "string", - "description": "The Key Vault key or certificate path associated with the Log Analytics cluster." + "keyVaultProperties": { + "$ref": "#/definitions/keyVaultProperties", + "description": "The associated key properties." } }, "description": "Log Analytics cluster patch properties." @@ -403,6 +392,10 @@ "$ref": "#/definitions/ClusterPatchProperties", "description": "Log Analytics cluster properties." }, + "sku": { + "$ref": "#/definitions/sku", + "description": "The sku properties." + }, "tags": { "type": "object", "additionalProperties": { @@ -420,6 +413,10 @@ "$ref": "#/definitions/Identity", "description": "The identity of the resource." }, + "sku": { + "$ref": "#/definitions/sku", + "description": "The sku properties." + }, "properties": { "x-ms-client-flatten": true, "$ref": "#/definitions/ClusterProperties", @@ -450,6 +447,42 @@ }, "description": "The list clusters operation response." }, + "keyVaultProperties": { + "properties": { + "keyVaultUri": { + "description": "The Key Vault uri which holds they key associated with the Log Analytics cluster.", + "type": "string" + }, + "keyName": { + "description": "The name of the key associated with the Log Analytics cluster.", + "type": "string" + }, + "keyVersion": { + "description": "The version of the key associated with the Log Analytics cluster.", + "type": "string" + } + } + }, + "sku": { + "properties": { + "capacity": { + "description": "The capacity value", + "type": "integer", + "format": "int64" + }, + "name": { + "type": "string", + "description": "The name of the SKU.", + "enum": [ + "CapacityReservation" + ], + "x-ms-enum": { + "name": "SkuNameEnum", + "modelAsString": true + } + } + } + }, "Identity": { "properties": { "principalId": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json index c963b6a1221f..b105c35cd94a 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json @@ -235,12 +235,13 @@ "properties": { "resourceId": { "type": "string", - "description": "The resource id of the resource that will be linked to the workspace." + "description": "The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require read access" + }, + "writeAccessResourceId": { + "type": "string", + "description": "The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require write access" } }, - "required": [ - "resourceId" - ], "description": "Linked service properties." }, "LinkedService": { @@ -276,7 +277,7 @@ "items": { "$ref": "#/definitions/LinkedService" }, - "description": "Gets or sets a list of linked service instances." + "description": "The list of linked service instances" } }, "description": "The list linked service operation response." diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json index ae441558d451..29c830a73552 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json @@ -4,7 +4,15 @@ "clusterName": "oiautorest6685", "parameters": { "properties": { - "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + "keyVaultProperties": { + "keyVaultUri": "https://aztest2170.vault.azure.net", + "keyName": "aztest2170cert", + "keyVersion": "654ft6c4e63845cbb50fd6fg51540429" + } + }, + "sku": { + "name": "CapacityReservation", + "capacity": 1000 }, "location": "australiasoutheast", "tags": { @@ -15,47 +23,6 @@ "subscriptionId": "00000000-0000-0000-0000-00000000000" }, "responses": { - "200": { - "body": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/clusters/aztest2170", - "identity": { - "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "type": "SystemAssigned" - }, - "name": "AzTest2170", - "type": "Microsoft.OperationalInsights/clusters", - "location": "australiasoutheast", - "tags": { - "tag1": "val1" - }, - "properties": { - "clusterId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", - "provisioningState": "Creating", - "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" - } - } - }, - "201": { - "body": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/clusters/aztest2170", - "identity": { - "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "type": "SystemAssigned" - }, - "name": "AzTest2170", - "type": "Microsoft.OperationalInsights/clusters", - "location": "australiasoutheast", - "tags": { - "tag1": "val1" - }, - "properties": { - "clusterId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f", - "provisioningState": "Creating", - "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" - } - } - } + "202": {} } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersGet.json index 3e950e7ed65d..14fa3afb311d 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersGet.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersGet.json @@ -10,9 +10,13 @@ "body": [ { "properties": { - "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62", + "keyVaultProperties": { + "keyVaultUri": "https://aztest2170.vault.azure.net", + "keyName": "aztest2170cert", + "keyVersion": "654ft6c4e63845cbb50fd6fg51540429" + }, "provisioningState": "Succeeded", - "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62" }, "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/clusters/testresourcelock", "identity": { @@ -20,15 +24,23 @@ "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "type": "SystemAssigned" }, + "sku": { + "name": "CapacityReservation", + "capacity": 1000 + }, "name": "TestResourceLock", "type": "Microsoft.OperationalInsights/clusters", "location": "eastus" }, { "properties": { - "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62", + "keyVaultProperties": { + "keyVaultUri": "https://aztest2170.vault.azure.net", + "keyName": "aztest2170cert", + "keyVersion": "654ft6c4e63845cbb50fd6fg51540429" + }, "provisioningState": "Succeeded", - "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62" }, "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/mms-eus/providers/microsoft.operationalinsights/clusters/southukws", "identity": { @@ -36,6 +48,10 @@ "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "type": "SystemAssigned" }, + "sku": { + "name": "CapacityReservation", + "capacity": 1000 + }, "name": "SouthUKWS", "type": "Microsoft.OperationalInsights/clusters", "location": "East US" diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersListByResourceGroup.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersListByResourceGroup.json index a99590b56722..b555544955b6 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersListByResourceGroup.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersListByResourceGroup.json @@ -9,9 +9,17 @@ "body": [ { "properties": { - "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62", + "keyVaultProperties": { + "keyVaultUri": "https://aztest2170.vault.azure.net", + "keyName": "aztest2170cert", + "keyVersion": "654ft6c4e63845cbb50fd6fg51540429" + }, "provisioningState": "Succeeded", - "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62" + }, + "sku": { + "name": "CapacityReservation", + "capacity": 1000 }, "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/clusters/testresourcelock", "identity": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersSubscriptionList.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersSubscriptionList.json index 6cebe285f974..f56e36a77d2b 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersSubscriptionList.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersSubscriptionList.json @@ -8,9 +8,17 @@ "body": [ { "properties": { - "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62", + "keyVaultProperties": { + "keyVaultUri": "https://aztest2170.vault.azure.net", + "keyName": "aztest2170cert", + "keyVersion": "654ft6c4e63845cbb50fd6fg51540429" + }, "provisioningState": "Succeeded", - "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62" + }, + "sku": { + "name": "CapacityReservation", + "capacity": 1000 }, "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/clusters/testresourcelock", "identity": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersUpdate.json index 7f86defd8c95..f34858d33a82 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersUpdate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersUpdate.json @@ -4,7 +4,15 @@ "clusterName": "oiautorest6685", "parameters": { "properties": { - "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + "keyVaultProperties": { + "keyVaultUri": "https://aztest2170.vault.azure.net", + "keyName": "aztest2170cert", + "keyVersion": "654ft6c4e63845cbb50fd6fg51540429" + } + }, + "sku": { + "name": "CapacityReservation", + "capacity": 1000 }, "tags": { "tag1": "val1" @@ -17,7 +25,17 @@ "200": { "body": { "properties": { - "encryptionKeyUri": "https://aztest2170.vault.azure.net/certificates/aztest2170cert/654ft6c4e63845cbb50fd6fg51540429" + "keyVaultProperties": { + "keyVaultUri": "https://aztest2170.vault.azure.net", + "keyName": "aztest2170cert", + "keyVersion": "654ft6c4e63845cbb50fd6fg51540429" + }, + "provisioningState": "Succeeded", + "clusterId": "1c3f2afc-9ec1-4e74-bfe8-022b83bcd7b1" + }, + "sku": { + "name": "CapacityReservation", + "capacity": 1000 }, "location": "australiasoutheast", "tags": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesListByWorkspace.json index ff54edfbb138..b24fee05304c 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesListByWorkspace.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataSourcesListByWorkspace.json @@ -3012,7 +3012,7 @@ "type": "Microsoft.OperationalInsights/workspaces/datasources" } ], - "nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/dataSources?$filter=kind+eq+'WindowsEvent'&api-version=2019-08-01-preview&$skiptoken=AzTestDSWE7191" + "nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/dataSources?$filter=kind+eq+'WindowsEvent'&api-version=2020-03-01-preview&$skiptoken=AzTestDSWE7191" } } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json index 9b56d95edd31..f7e47df8d156 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json @@ -2,10 +2,10 @@ "parameters": { "resourceGroupName": "mms-eus", "workspaceName": "TestLinkWS", - "linkedServiceName": "TestLinkWS/Automation", + "linkedServiceName": "TestLinkWS/Cluster", "parameters": { "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/testAccount" + "WriteAccessResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/automationClusters/testcluster" } }, "api-version": "2020-03-01-preview", @@ -15,20 +15,20 @@ "200": { "body": { "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" + "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/automationClusters/testcluste" }, - "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", - "name": "TestLinkWS/Automation", + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/cluster", + "name": "TestLinkWS/Cluster", "type": "Microsoft.OperationalInsights/workspaces/linkedServices" } }, "201": { "body": { "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" + "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/automationClusters/testcluste" }, - "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", - "name": "TestLinkWS/Automation", + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/cluster", + "name": "TestLinkWS/Cluster", "type": "Microsoft.OperationalInsights/workspaces/linkedServices" } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json index f215053f0a67..fbcbfe93d983 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json @@ -1,6 +1,6 @@ { "parameters": { - "linkedServiceName": "TestLinkWS/Automation", + "linkedServiceName": "TestLinkWS/Cluster", "workspaceName": "TestLinkWS", "resourceGroupName": "rg1", "api-version": "2020-03-01-preview", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json index 04249c16e31f..319c5592be5b 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json @@ -2,7 +2,7 @@ "parameters": { "resourceGroupName": "mms-eus", "workspaceName": "TestLinkWS", - "linkedServiceName": "TestLinkWS/Automation", + "linkedServiceName": "TestLinkWS/Cluster", "api-version": "2020-03-01-preview", "subscriptionId": "00000000-0000-0000-0000-00000000000" }, @@ -10,10 +10,10 @@ "200": { "body": { "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount" + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/Clusters/TestCluster" }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", - "name": "TestLinkWS/Automation", + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/cluster", + "name": "TestLinkWS/Cluster", "type": "Microsoft.OperationalInsights/workspaces/linkedServices" } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json index 2588beb14130..97c779b0a090 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json @@ -18,10 +18,10 @@ }, { "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/TestAccount2" + "WriteAccessResourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/clusters/TestCluster" }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/automation", - "name": "TestLinkWS/Automation", + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/cluster", + "name": "TestLinkWS/Cluster", "type": "Microsoft.OperationalInsights/workspaces/linkedServices" } ] From 2d6eb23a1bc4a081b9a26d6f29824f79b635227d Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 18:12:37 +0300 Subject: [PATCH 52/73] fix validation --- .../2020-03-01-preview/examples/LinkedServicesCreate.json | 2 +- .../examples/LinkedServicesListByWorkspace.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json index f7e47df8d156..a8058c9d5d8f 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json @@ -5,7 +5,7 @@ "linkedServiceName": "TestLinkWS/Cluster", "parameters": { "properties": { - "WriteAccessResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/automationClusters/testcluster" + "writeAccessResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/automationClusters/testcluster" } }, "api-version": "2020-03-01-preview", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json index 97c779b0a090..06d6e934648f 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesListByWorkspace.json @@ -18,7 +18,7 @@ }, { "properties": { - "WriteAccessResourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/clusters/TestCluster" + "writeAccessResourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/clusters/TestCluster" }, "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/cluster", "name": "TestLinkWS/Cluster", From 55a648f09c6399e8bfcfdcddcf526da090c2fbce Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 18:21:06 +0300 Subject: [PATCH 53/73] Update Clusters.json --- .../preview/2020-03-01-preview/Clusters.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json index e4d81cf8f689..fff6598518bb 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json @@ -226,15 +226,14 @@ "operationId": "Clusters_Get", "description": "Gets a Log Analytics cluster instance.", "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "clusterName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Cluster." + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { "name": "clusterName", @@ -242,12 +241,6 @@ "required": true, "type": "string", "description": "Name of the Log Analytics Cluster." - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" } ], "responses": { From 9a4028c24c017aef14837753cce8a409a88c1ded Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Sun, 29 Mar 2020 18:33:36 +0300 Subject: [PATCH 54/73] Update Clusters.json --- .../preview/2020-03-01-preview/Clusters.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json index fff6598518bb..b84887d606a0 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json @@ -280,16 +280,6 @@ "type": "string", "description": "Name of the Log Analytics Cluster." }, - { - "name": "clusterName", - "in": "path", - "required": true, - "type": "string", - "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", - "minLength": 4, - "maxLength": 63, - "description": "The name of the cluster." - }, { "name": "parameters", "in": "body", From ece26bce763159d7fabeac053635cfb5bc18f1a2 Mon Sep 17 00:00:00 2001 From: MyronFanQiu <49134743+MyronFanQiu@users.noreply.github.com> Date: Tue, 31 Mar 2020 10:13:40 +0800 Subject: [PATCH 55/73] change default tag to package-2020-03-preview --- specification/operationalinsights/resource-manager/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/readme.md b/specification/operationalinsights/resource-manager/readme.md index 4f5bd233fa8f..be83c6c2a167 100644 --- a/specification/operationalinsights/resource-manager/readme.md +++ b/specification/operationalinsights/resource-manager/readme.md @@ -28,7 +28,7 @@ These are the global settings for the OperationalInsights API. title: OperationalInsightsManagementClient description: Operational Insights Client openapi-type: arm -tag: package-2015-11-preview +tag: package-2020-03-preview ``` From 8ebfde253ec75c738ecf1946b2b24e5918f21cac Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Tue, 31 Mar 2020 08:58:56 +0300 Subject: [PATCH 56/73] fix lint errors --- .../preview/2020-03-01-preview/Clusters.json | 13 +++++-- .../2020-03-01-preview/DataExports.json | 6 ++- .../2020-03-01-preview/DataSources.json | 7 +++- .../2020-03-01-preview/LinkedServices.json | 7 +++- .../LinkedStorageAccounts.json | 10 ++--- .../2020-03-01-preview/Workspaces.json | 38 +++++++++++++++++-- 6 files changed, 66 insertions(+), 15 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json index b84887d606a0..b9208cf86508 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json @@ -376,7 +376,7 @@ "description": "Log Analytics cluster properties." }, "sku": { - "$ref": "#/definitions/sku", + "$ref": "#/definitions/ClusterSku", "description": "The sku properties." }, "tags": { @@ -384,7 +384,12 @@ "additionalProperties": { "type": "string" }, - "description": "Resource tags" + "x-ms-mutability": [ + "read", + "create", + "update" + ], + "description": "Resource tags." } }, "description": "The top level Log Analytics cluster resource container.", @@ -397,7 +402,7 @@ "description": "The identity of the resource." }, "sku": { - "$ref": "#/definitions/sku", + "$ref": "#/definitions/ClusterSku", "description": "The sku properties." }, "properties": { @@ -446,7 +451,7 @@ } } }, - "sku": { + "ClusterSku": { "properties": { "capacity": { "description": "The capacity value", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json index 488f014ac665..6be8dad6d949 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json @@ -327,7 +327,11 @@ "enum": [ "StorageAccount", "EventHub" - ] + ], + "x-ms-enum": { + "name": "type", + "modelAsString": true + } }, "metaData": { "$ref": "#/definitions/DestinationMetaData", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json index b07585b5cd3e..2f8cc5e833d6 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json @@ -307,7 +307,12 @@ "additionalProperties": { "type": "string" }, - "description": "Resource tags" + "x-ms-mutability": [ + "read", + "create", + "update" + ], + "description": "Resource tags." } }, "required": [ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json index b105c35cd94a..f724f73ad3a6 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json @@ -256,7 +256,12 @@ "additionalProperties": { "type": "string" }, - "description": "Resource tags" + "x-ms-mutability": [ + "read", + "create", + "update" + ], + "description": "Resource tags." } }, "required": [ diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json index a3438a136be1..26fa7826652f 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json @@ -65,7 +65,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/LinkedStorageAccounts" + "$ref": "#/definitions/LinkedStorageAccountsResource" }, "description": "The parameters required to create or update linked storage accounts." }, @@ -80,7 +80,7 @@ "200": { "description": "OK response definition.", "schema": { - "$ref": "#/definitions/LinkedStorageAccounts" + "$ref": "#/definitions/LinkedStorageAccountsResource" } } } @@ -159,7 +159,7 @@ "200": { "description": "OK response definition.", "schema": { - "$ref": "#/definitions/LinkedStorageAccounts" + "$ref": "#/definitions/LinkedStorageAccountsResource" } } } @@ -236,7 +236,7 @@ } } }, - "LinkedStorageAccounts": { + "LinkedStorageAccountsResource": { "properties": { "properties": { "x-ms-client-flatten": true, @@ -260,7 +260,7 @@ "value": { "type": "array", "items": { - "$ref": "#/definitions/LinkedStorageAccounts" + "$ref": "#/definitions/LinkedStorageAccountsResource" }, "description": "A list of linked storage accounts instances." } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json index 1c32b4461d7f..c14d040cb5dd 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json @@ -290,7 +290,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/Workspace" + "$ref": "#/definitions/WorkspacePatch" }, "description": "The parameters required to patch a workspace." }, @@ -313,7 +313,7 @@ } }, "definitions": { - "Sku": { + "WorkspaceSku": { "properties": { "name": { "type": "string", @@ -362,7 +362,7 @@ "readOnly": true }, "sku": { - "$ref": "#/definitions/Sku", + "$ref": "#/definitions/WorkspaceSku", "description": "The SKU of the workspace." }, "retentionInDays": { @@ -424,6 +424,38 @@ "description": "The top level Workspace resource container.", "x-ms-azure-resource": true }, + "WorkspacePatch": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/WorkspaceProperties", + "description": "Workspace properties." + }, + "location": { + "type": "string", + "description": "The Location. Optional." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-ms-mutability": [ + "read", + "create", + "update" + ], + "description": "Resource tags. Optional." + } + }, + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/AzureEntityResource" + } + ], + "description": "The top level Workspace resource container.", + "x-ms-azure-resource": true + }, "WorkspaceListResult": { "properties": { "value": { From 4b5922ff2f50975bd07c57f6afe91bdd06ab99a2 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Tue, 31 Mar 2020 09:08:08 +0300 Subject: [PATCH 57/73] Update Workspaces.json --- .../preview/2020-03-01-preview/Workspaces.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json index c14d040cb5dd..705120eea49b 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json @@ -431,10 +431,6 @@ "$ref": "#/definitions/WorkspaceProperties", "description": "Workspace properties." }, - "location": { - "type": "string", - "description": "The Location. Optional." - }, "tags": { "type": "object", "additionalProperties": { From a914751a8bf681179a064b98c25b0a5057c3ca38 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Tue, 31 Mar 2020 09:14:28 +0300 Subject: [PATCH 58/73] Update WorkspacesUpdate.json --- .../preview/2020-03-01-preview/examples/WorkspacesUpdate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesUpdate.json index c6010b55fb4a..215199c746ab 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesUpdate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesUpdate.json @@ -8,8 +8,7 @@ "name": "PerGB2018" }, "retentionInDays": 30 - }, - "location": "australiasoutheast" + } }, "api-version": "2020-03-01-preview", "subscriptionId": "00000000-0000-0000-0000-00000000000" From b0b1b296c3321a147865e4e0b512854782ba6009 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Tue, 31 Mar 2020 09:23:15 +0300 Subject: [PATCH 59/73] fix lint --- .../preview/2020-03-01-preview/Clusters.json | 2 ++ .../preview/2020-03-01-preview/DataExports.json | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json index b9208cf86508..28beaa107b94 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json @@ -436,6 +436,7 @@ "description": "The list clusters operation response." }, "keyVaultProperties": { + "description": "The key vault properties.", "properties": { "keyVaultUri": { "description": "The Key Vault uri which holds they key associated with the Log Analytics cluster.", @@ -452,6 +453,7 @@ } }, "ClusterSku": { + "description": "The cluster sku definition.", "properties": { "capacity": { "description": "The capacity value", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json index 6be8dad6d949..c16e2d7c8b97 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json @@ -44,7 +44,7 @@ "$ref": "./examples/DataExportListByWorkspace.json" } }, - "operationId": "DataExport_ListByWorkspace", + "operationId": "DataExports_ListByWorkspace", "description": "Lists the data export instances within a workspace.", "parameters": [ { @@ -89,7 +89,7 @@ "$ref": "./examples/DataExportCreateOrUpdate.json" } }, - "operationId": "DataExport_CreateOrUpdate", + "operationId": "DataExports_CreateOrUpdate", "description": "Create or update a data export.", "parameters": [ { @@ -158,7 +158,7 @@ "$ref": "./examples/DataExportGet.json" } }, - "operationId": "DataExport_Get", + "operationId": "DataExports_Get", "description": "Gets a data export instance.", "parameters": [ { @@ -208,7 +208,7 @@ "$ref": "./examples/DataExportDelete.json" } }, - "operationId": "DataExport_Delete", + "operationId": "DataExports_Delete", "description": "Deletes the specified data export in a given workspace..", "parameters": [ { From 7ebfffcb247b12cfbd288a64ab2940d0591814e8 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Tue, 31 Mar 2020 09:31:12 +0300 Subject: [PATCH 60/73] add responses --- .../preview/2020-03-01-preview/Clusters.json | 6 +++ .../examples/ClustersCreate.json | 54 ++++++++++++++++++- 2 files changed, 59 insertions(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json index 28beaa107b94..33fb328017a6 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json @@ -161,6 +161,12 @@ "202": { "description": "Accepted response definition." }, + "200": { + "description": "OK response definition." + }, + "201": { + "description": "Created response definition." + }, "default": { "description": "Error response describing why the operation failed.", "schema": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json index 29c830a73552..469e9f27f962 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/ClustersCreate.json @@ -23,6 +23,58 @@ "subscriptionId": "00000000-0000-0000-0000-00000000000" }, "responses": { - "202": {} + "202": {}, + "200": { + "body": { + "properties": { + "keyVaultProperties": { + "keyVaultUri": "https://aztest2170.vault.azure.net", + "keyName": "aztest2170cert", + "keyVersion": "654ft6c4e63845cbb50fd6fg51540429" + }, + "provisioningState": "Succeeded", + "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62" + }, + "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/clusters/oiautorest6685", + "identity": { + "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "type": "SystemAssigned" + }, + "sku": { + "name": "CapacityReservation", + "capacity": 1000 + }, + "name": "oiautorest6685", + "type": "Microsoft.OperationalInsights/clusters", + "location": "australiasoutheast" + } + }, + "201": { + "body": { + "properties": { + "keyVaultProperties": { + "keyVaultUri": "https://aztest2170.vault.azure.net", + "keyName": "aztest2170cert", + "keyVersion": "654ft6c4e63845cbb50fd6fg51540429" + }, + "provisioningState": "Succeeded", + "clusterId": "5b02755b-5bf4-430c-9487-45502a2a7e62" + }, + "id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/clusters/oiautorest6685", + "identity": { + "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "type": "SystemAssigned" + }, + "sku": { + "name": "CapacityReservation", + "capacity": 1000 + }, + "name": "oiautorest6685", + "type": "Microsoft.OperationalInsights/clusters", + "location": "australiasoutheast" + } + } } } From f52ec64f269cd8f754dceb2827920a28fa505569 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Tue, 31 Mar 2020 09:32:15 +0300 Subject: [PATCH 61/73] Update DataExports.json --- .../preview/2020-03-01-preview/DataExports.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json index c16e2d7c8b97..e62ad64ccb42 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json @@ -75,7 +75,7 @@ } }, "x-ms-pageable": { - "nextLinkName": "nextLink" + "nextLinkName": null } } }, From be6813fc6bd56a61bb81e519ecd46cf7c12d94cd Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Tue, 31 Mar 2020 09:34:02 +0300 Subject: [PATCH 62/73] Update DataExportListByWorkspace.json --- .../examples/DataExportListByWorkspace.json | 42 ++++++++++--------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportListByWorkspace.json index 554b826e31e0..acec03e93f8a 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportListByWorkspace.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/DataExportListByWorkspace.json @@ -7,27 +7,29 @@ }, "responses": { "200": { - "body": [ - { - "properties": { - "dataExportId": "d5233afc-7829-4b89-c594-08d7975e19a5", - "destination": { - "resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test", - "type": "EventHub" + "body": { + "value": [ + { + "properties": { + "dataExportId": "d5233afc-7829-4b89-c594-08d7975e19a5", + "destination": { + "resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test", + "type": "EventHub" + }, + "allTables": false, + "tableNames": [ + "Heartbeat" + ], + "enable": true, + "createdDate": "Sun, 12 Jan 2020 12:51:10 GMT", + "lastModifiedDate": "Sun, 12 Jan 2020 12:51:10 GMT" }, - "allTables": false, - "tableNames": [ - "Heartbeat" - ], - "enable": true, - "createdDate": "Sun, 12 Jan 2020 12:51:10 GMT", - "lastModifiedDate": "Sun, 12 Jan 2020 12:51:10 GMT" - }, - "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/RgTest1/providers/microsoft.operationalinsights/workspaces/DeWnTest1234/export/export1", - "name": "export1", - "type": "Microsoft.OperationalInsights/workspaces/export" - } - ] + "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/RgTest1/providers/microsoft.operationalinsights/workspaces/DeWnTest1234/export/export1", + "name": "export1", + "type": "Microsoft.OperationalInsights/workspaces/export" + } + ] + } } } } From 5eb51d717e7c1e256956a128140f117131297cab Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Tue, 31 Mar 2020 09:39:29 +0300 Subject: [PATCH 63/73] Update Clusters.json --- .../preview/2020-03-01-preview/Clusters.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json index 33fb328017a6..bea5b92c63c6 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json @@ -162,10 +162,16 @@ "description": "Accepted response definition." }, "200": { - "description": "OK response definition." + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/Cluster" + } }, "201": { - "description": "Created response definition." + "description": "Created response definition.", + "schema": { + "$ref": "#/definitions/Cluster" + } }, "default": { "description": "Error response describing why the operation failed.", From 8f3c29702c7d7559706fd45531a577ea061bd4e2 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Tue, 31 Mar 2020 11:00:43 +0300 Subject: [PATCH 64/73] fix skuenum name --- .../preview/2020-03-01-preview/Clusters.json | 2 +- .../preview/2020-03-01-preview/Workspaces.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json index bea5b92c63c6..36bdc27a90c2 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json @@ -479,7 +479,7 @@ "CapacityReservation" ], "x-ms-enum": { - "name": "SkuNameEnum", + "name": "ClusterSkuNameEnum", "modelAsString": true } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json index 705120eea49b..1fd9f603607b 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json @@ -328,7 +328,7 @@ "CapacityReservation" ], "x-ms-enum": { - "name": "SkuNameEnum", + "name": "WorkspaceSkuNameEnum", "modelAsString": true } } From 7eaac069b2c647bca7fdb932837e615bb4bf099c Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Thu, 2 Apr 2020 08:44:19 +0300 Subject: [PATCH 65/73] typo --- .../2020-03-01-preview/examples/LinkedServicesCreate.json | 6 +++--- .../2020-03-01-preview/examples/LinkedServicesGet.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json index a8058c9d5d8f..4607a9c68544 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json @@ -5,7 +5,7 @@ "linkedServiceName": "TestLinkWS/Cluster", "parameters": { "properties": { - "writeAccessResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/automationClusters/testcluster" + "writeAccessResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/clusters/testcluster" } }, "api-version": "2020-03-01-preview", @@ -15,7 +15,7 @@ "200": { "body": { "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/automationClusters/testcluste" + "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/clusters/testcluste" }, "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/cluster", "name": "TestLinkWS/Cluster", @@ -25,7 +25,7 @@ "201": { "body": { "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/automationClusters/testcluste" + "writeAccessResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/clusters/testcluster" }, "id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/cluster", "name": "TestLinkWS/Cluster", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json index 319c5592be5b..cf5c6ef7ecab 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json @@ -10,7 +10,7 @@ "200": { "body": { "properties": { - "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/Clusters/TestCluster" + "writeAccessResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/clusters/testcluster" }, "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/testlinkws/linkedservices/cluster", "name": "TestLinkWS/Cluster", From 962dd04c986d7105d50c33a1f2f0f2e3b445294d Mon Sep 17 00:00:00 2001 From: Or Argaman Date: Thu, 2 Apr 2020 09:13:13 +0300 Subject: [PATCH 66/73] Fix linked services example --- .../2020-03-01-preview/examples/LinkedServicesCreate.json | 2 +- .../2020-03-01-preview/examples/LinkedServicesDelete.json | 2 +- .../preview/2020-03-01-preview/examples/LinkedServicesGet.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json index 4607a9c68544..c7af4be2ca72 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesCreate.json @@ -2,7 +2,7 @@ "parameters": { "resourceGroupName": "mms-eus", "workspaceName": "TestLinkWS", - "linkedServiceName": "TestLinkWS/Cluster", + "linkedServiceName": "Cluster", "parameters": { "properties": { "writeAccessResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/clusters/testcluster" diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json index fbcbfe93d983..f834eeef7622 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesDelete.json @@ -1,6 +1,6 @@ { "parameters": { - "linkedServiceName": "TestLinkWS/Cluster", + "linkedServiceName": "Cluster", "workspaceName": "TestLinkWS", "resourceGroupName": "rg1", "api-version": "2020-03-01-preview", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json index cf5c6ef7ecab..cfccfdaeb091 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/LinkedServicesGet.json @@ -2,7 +2,7 @@ "parameters": { "resourceGroupName": "mms-eus", "workspaceName": "TestLinkWS", - "linkedServiceName": "TestLinkWS/Cluster", + "linkedServiceName": "Cluster", "api-version": "2020-03-01-preview", "subscriptionId": "00000000-0000-0000-0000-00000000000" }, From 9b45f87bf15d246362e9881db1946c6b7df0471a Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Fri, 3 Apr 2020 17:42:28 +0300 Subject: [PATCH 67/73] add missing opreations for cmdlets --- .../2020-03-01-preview/SavedSearches.json | 302 +++++++++++++++ .../StorageInsightConfigs.json | 349 ++++++++++++++++++ .../SavedSearchesListByWorkspace.json | 30 ++ .../StorageInsightsCreateOrUpdate.json | 72 ++++ .../examples/StorageInsightsDelete.json | 13 + .../examples/StorageInsightsGet.json | 34 ++ .../StorageInsightsListByWorkspace.json | 34 ++ .../WorkspacesDeleteSavedSearches.json | 13 + ...WorkspacesSavedSearchesCreateOrUpdate.json | 38 ++ .../examples/WorkspacesSavedSearchesGet.json | 24 ++ 10 files changed, 909 insertions(+) create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/SavedSearchesListByWorkspace.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsCreateOrUpdate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsDelete.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsGet.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsListByWorkspace.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDeleteSavedSearches.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSavedSearchesCreateOrUpdate.json create mode 100644 specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSavedSearchesGet.json diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json new file mode 100644 index 000000000000..b6fe0ff41bfb --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json @@ -0,0 +1,302 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference.", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}": { + "delete": { + "tags": [ + "SavedSearches" + ], + "x-ms-examples": { + "SavedSearchesDelete": { + "$ref": "./examples/WorkspacesDeleteSavedSearches.json" + } + }, + "operationId": "SavedSearches_Delete", + "description": "Deletes the specified saved search in a given workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "name": "savedSearchId", + "in": "path", + "required": true, + "type": "string", + "description": "The id of the saved search." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + } + } + }, + "put": { + "tags": [ + "SavedSearches" + ], + "x-ms-examples": { + "SavedSearchCreateOrUpdate": { + "$ref": "./examples/WorkspacesSavedSearchesCreateOrUpdate.json" + } + }, + "operationId": "SavedSearches_CreateOrUpdate", + "description": "Creates or updates a saved search for a given workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "name": "savedSearchId", + "in": "path", + "required": true, + "type": "string", + "description": "The id of the saved search." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/SavedSearch" + }, + "description": "The parameters required to save a search." + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/SavedSearch" + } + } + } + }, + "get": { + "tags": [ + "SavedSearches" + ], + "x-ms-examples": { + "SavedSearchesGet": { + "$ref": "./examples/WorkspacesSavedSearchesGet.json" + } + }, + "operationId": "SavedSearches_Get", + "description": "Gets the specified saved search for a given workspace.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "name": "savedSearchId", + "in": "path", + "required": true, + "type": "string", + "description": "The id of the saved search." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/SavedSearch" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches": { + "get": { + "tags": [ + "SavedSearches" + ], + "x-ms-examples": { + "SavedSearchesList": { + "$ref": "./examples/SavedSearchesListByWorkspace.json" + } + }, + "operationId": "SavedSearches_ListByWorkspace", + "description": "Gets the saved searches for a given Log Analytics Workspace", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Returns the list of saved searches for the given Log Analytics Workspace.", + "schema": { + "$ref": "#/definitions/SavedSearchesListResult" + } + } + } + } + } + }, + "definitions": { + "Tag": { + "properties": { + "name": { + "type": "string", + "description": "The tag name." + }, + "value": { + "type": "string", + "description": "The tag value." + } + }, + "required": [ + "name", + "value" + ], + "description": "A tag of a saved search." + }, + "SavedSearchProperties": { + "properties": { + "category": { + "type": "string", + "description": "The category of the saved search. This helps the user to find a saved search faster. " + }, + "displayName": { + "type": "string", + "description": "Saved search display name." + }, + "query": { + "type": "string", + "description": "The query expression for the saved search. Please see https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-search-reference for reference." + }, + "version": { + "type": "integer", + "format": "int64", + "description": "The version number of the query language. The current version is 2 and is the default." + }, + "tags": { + "type": "array", + "items": { + "$ref": "#/definitions/Tag" + }, + "description": "The tags attached to the saved search." + } + }, + "required": [ + "category", + "displayName", + "query" + ], + "description": "Value object for saved search results." + }, + "SavedSearch": { + "properties": { + "eTag": { + "type": "string", + "description": "The ETag of the saved search." + }, + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/SavedSearchProperties", + "description": "The properties of the saved search." + } + }, + "required": [ + "properties" + ], + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + } + ], + "description": "Value object for saved search results." + }, + "SavedSearchesListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/SavedSearch" + }, + "description": "The array of result values." + } + }, + "description": "The saved search list operation response." + } + }, + "parameters": { + "WorkspaceNameParameter": { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "The Log Analytics Workspace name.", + "x-ms-parameter-location": "method" + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json new file mode 100644 index 000000000000..396dd597f734 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json @@ -0,0 +1,349 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Log Analytics", + "description": "Azure Log Analytics API reference.", + "version": "2020-03-01-preview" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/storageInsightConfigs/{storageInsightName}": { + "put": { + "tags": [ + "StorageInsights" + ], + "x-ms-examples": { + "StorageInsightsCreate": { + "$ref": "./examples/StorageInsightsCreateOrUpdate.json" + } + }, + "operationId": "StorageInsights_CreateOrUpdate", + "description": "Create or update a storage insight.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "name": "storageInsightName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the storageInsightsConfigs resource" + }, + { + "name": "parameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/StorageInsight" + }, + "description": "The parameters required to create or update a storage insight." + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "201": { + "description": "Created response definition.", + "schema": { + "$ref": "#/definitions/StorageInsight" + } + }, + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/StorageInsight" + } + } + } + }, + "get": { + "tags": [ + "StorageInsights" + ], + "x-ms-examples": { + "StorageInsightsGet": { + "$ref": "./examples/StorageInsightsGet.json" + } + }, + "operationId": "StorageInsights_Get", + "description": "Gets a storage insight instance.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "name": "storageInsightName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the storageInsightsConfigs resource" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/StorageInsight" + } + } + } + }, + "delete": { + "tags": [ + "StorageInsights" + ], + "x-ms-examples": { + "StorageInsightsDelete": { + "$ref": "./examples/StorageInsightsDelete.json" + } + }, + "operationId": "StorageInsights_Delete", + "description": "Deletes a storageInsightsConfigs resource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "name": "storageInsightName", + "in": "path", + "required": true, + "type": "string", + "description": "Name of the storageInsightsConfigs resource" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition." + }, + "204": { + "description": "NoContent response definition." + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/storageInsightConfigs": { + "get": { + "tags": [ + "StorageInsights" + ], + "x-ms-examples": { + "StorageInsightsList": { + "$ref": "./examples/StorageInsightsListByWorkspace.json" + } + }, + "operationId": "StorageInsights_ListByWorkspace", + "description": "Lists the storage insight instances within a workspace", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WorkspaceNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "OK response definition.", + "schema": { + "$ref": "#/definitions/StorageInsightListResult" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "@odata.nextLink" + } + } + } + }, + "definitions": { + "StorageAccount": { + "properties": { + "id": { + "type": "string", + "description": "The Azure Resource Manager ID of the storage account resource." + }, + "key": { + "type": "string", + "description": "The storage account key." + } + }, + "required": [ + "id", + "key" + ], + "description": "Describes a storage account connection." + }, + "StorageInsightStatus": { + "properties": { + "state": { + "type": "string", + "description": "The state of the storage insight connection to the workspace", + "enum": [ + "OK", + "ERROR" + ], + "x-ms-enum": { + "name": "StorageInsightState", + "modelAsString": true + } + }, + "description": { + "type": "string", + "description": "Description of the state of the storage insight." + } + }, + "required": [ + "state" + ], + "description": "The status of the storage insight." + }, + "StorageInsightProperties": { + "properties": { + "containers": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The names of the blob containers that the workspace should read" + }, + "tables": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The names of the Azure tables that the workspace should read" + }, + "storageAccount": { + "$ref": "#/definitions/StorageAccount", + "description": "The storage account connection details" + }, + "status": { + "$ref": "#/definitions/StorageInsightStatus", + "description": "The status of the storage insight", + "readOnly": true + } + }, + "required": [ + "storageAccount" + ], + "description": "Storage insight properties." + }, + "StorageInsight": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/StorageInsightProperties", + "description": "Storage insight properties." + }, + "eTag": { + "type": "string", + "description": "The ETag of the storage insight." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-ms-mutability": [ + "read", + "create", + "update" + ], + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" + } + ], + "description": "The top level storage insight resource container." + }, + "StorageInsightListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/StorageInsight" + }, + "description": "A list of storage insight items." + }, + "@odata.nextLink": { + "type": "string", + "description": "The link (url) to the next page of results.", + "x-ms-client-name": "odataNextLink" + } + }, + "description": "The list storage insights operation response." + } + }, + "parameters": { + "WorkspaceNameParameter": { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "description": "The Log Analytics Workspace name.", + "x-ms-parameter-location": "method" + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/SavedSearchesListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/SavedSearchesListByWorkspace.json new file mode 100644 index 000000000000..25158ff857e8 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/SavedSearchesListByWorkspace.json @@ -0,0 +1,30 @@ +{ + "parameters": { + "resourceGroupName": "TestRG", + "workspaceName": "TestWS", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "id": "subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/workspaces/AtlantisDemo/savedSearches/test-new-saved-search-id-2015", + "eTag": "W/\"datetime'2017-10-02T23%3A15%3A41.0709875Z'\"", + "properties": { + "Category": " Saved Search Test Category", + "DisplayName": "Create or Update Saved Search Test", + "Query": "* | measure Count() by Computer", + "Tags": [ + { + "Name": "Group", + "Value": "Computer" + } + ], + "Version": 1 + } + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsCreateOrUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsCreateOrUpdate.json new file mode 100644 index 000000000000..e670c1ffd1b3 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsCreateOrUpdate.json @@ -0,0 +1,72 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "aztest5048", + "storageInsightName": "AzTestSI1110", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000", + "parameters": { + "properties": { + "containers": [ + "wad-iis-logfiles" + ], + "tables": [ + "WADWindowsEventLogsTable", + "LinuxSyslogVer2v0" + ], + "storageAccount": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest6987/providers/microsoft.storage/storageaccounts/AzTestFakeSA9945", + "key": "1234" + } + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "containers": [ + "wad-iis-logfiles" + ], + "tables": [ + "WADWindowsEventLogsTable", + "LinuxSyslogVer2v0" + ], + "storageAccount": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest6987/providers/microsoft.storage/storageaccounts/AzTestFakeSA9945", + "key": "Storage Key" + }, + "status": { + "state": "OK" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6987/providers/microsoft.operationalinsights/workspaces/aztest5048/storageinsightconfigs/AzTestSI1110", + "name": "AzTestSI1110", + "type": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs" + } + }, + "201": { + "body": { + "properties": { + "containers": [ + "wad-iis-logfiles" + ], + "tables": [ + "WADWindowsEventLogsTable", + "LinuxSyslogVer2v0" + ], + "storageAccount": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest6987/providers/microsoft.storage/storageaccounts/AzTestFakeSA9945", + "key": "Storage Key" + }, + "status": { + "state": "OK" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6987/providers/microsoft.operationalinsights/workspaces/aztest5048/storageinsightconfigs/AzTestSI1110", + "name": "AzTestSI1110", + "type": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsDelete.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsDelete.json new file mode 100644 index 000000000000..51daff453fa3 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsDelete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "aztest5048", + "storageInsightName": "AzTestSI1110", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsGet.json new file mode 100644 index 000000000000..5885e10467dd --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsGet.json @@ -0,0 +1,34 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "aztest5048", + "storageInsightName": "AzTestSI1110", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "properties": { + "containers": [ + "wad-iis-logfiles" + ], + "tables": [ + "WADWindowsEventLogsTable", + "LinuxSyslogVer2v0" + ], + "storageAccount": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest6987/providers/microsoft.storage/storageaccounts/AzTestFakeSA9945", + "key": "Storage Account Key" + }, + "status": { + "state": "OK" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6987/providers/microsoft.operationalinsights/workspaces/aztest5048/storageinsightconfigs/AzTestSI1110", + "name": "AzTestSI1110", + "type": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs" + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsListByWorkspace.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsListByWorkspace.json new file mode 100644 index 000000000000..f043f17313df --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/StorageInsightsListByWorkspace.json @@ -0,0 +1,34 @@ +{ + "parameters": { + "resourceGroupName": "OIAutoRest5123", + "workspaceName": "aztest5048", + "api-version": "2020-03-01-preview", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": [ + { + "properties": { + "containers": [ + "wad-iis-logfiles" + ], + "tables": [ + "WADWindowsEventLogsTable", + "LinuxSyslogVer2v0" + ], + "storageAccount": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest6987/providers/microsoft.storage/storageaccounts/AzTestFakeSA9945" + }, + "status": { + "state": "OK" + } + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6987/providers/microsoft.operationalinsights/workspaces/aztest5048/storageinsightconfigs/AzTestSI1110", + "name": "AzTestSI1110", + "type": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs" + } + ] + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDeleteSavedSearches.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDeleteSavedSearches.json new file mode 100644 index 000000000000..e6056592ee9f --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesDeleteSavedSearches.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "resourceGroupName": "TestRG", + "workspaceName": "TestWS", + "savedSearchName": "SavedSearchName", + "api-version": "2020-03-01-preview", + "savedSearchId": "00000000-0000-0000-0000-00000000000", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": {} + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSavedSearchesCreateOrUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSavedSearchesCreateOrUpdate.json new file mode 100644 index 000000000000..d9f102616395 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSavedSearchesCreateOrUpdate.json @@ -0,0 +1,38 @@ +{ + "parameters": { + "resourceGroupName": "TestRG", + "workspaceName": "TestWS", + "savedSearchName": "SavedSearchName", + "parameters": { + "properties": { + "category": "Saved Search Test Category", + "displayName": "Create or Update Saved Search Test", + "query": "Heartbeat | summarize Count() by Computer", + "version": 2, + "tags": [ + { + "name": "Group", + "value": "Computer" + } + ] + } + }, + "api-version": "2020-03-01-preview", + "savedSearchId": "00000000-0000-0000-0000-00000000000", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "id": "subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/workspaces/AtlantisDemo/savedSearches/test-new-saved-search-id-2015", + "eTag": "W/\"datetime'2017-10-02T23%3A15%3A41.0709875Z'\"", + "properties": { + "category": "Saved Search Test Category", + "displayName": "Create or Update Saved Search Test", + "query": "Heartbeat | summarize Count() by Computer", + "version": 2 + } + } + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSavedSearchesGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSavedSearchesGet.json new file mode 100644 index 000000000000..2f612b2b05e1 --- /dev/null +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/examples/WorkspacesSavedSearchesGet.json @@ -0,0 +1,24 @@ +{ + "parameters": { + "resourceGroupName": "TestRG", + "workspaceName": "TestWS", + "savedSearchName": "SavedSearchName", + "api-version": "2020-03-01-preview", + "savedSearchId": "00000000-0000-0000-0000-00000000000", + "subscriptionId": "00000000-0000-0000-0000-00000000000" + }, + "responses": { + "200": { + "body": { + "id": "subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/workspaces/AtlantisDemo/savedSearches/test-new-saved-search-id-2015", + "eTag": "W/\"datetime'2017-10-02T23%3A15%3A41.0709875Z'\"", + "properties": { + "category": " Saved Search Test Category", + "displayName": "Create or Update Saved Search Test", + "query": "* | measure Count() by Computer", + "version": 1 + } + } + } + } +} From 465879cb957846509698c563613d31f13be456bf Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Fri, 3 Apr 2020 17:56:19 +0300 Subject: [PATCH 68/73] add common --- .../operationalinsights/common/types.json | 21 +++++++++++++++++++ .../2020-03-01-preview/DataExports.json | 8 +++---- 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 specification/operationalinsights/common/types.json diff --git a/specification/operationalinsights/common/types.json b/specification/operationalinsights/common/types.json new file mode 100644 index 000000000000..b7ee43798144 --- /dev/null +++ b/specification/operationalinsights/common/types.json @@ -0,0 +1,21 @@ +{ + "swagger": "2.0", + "info": { + "version": "1.0", + "title": "Common types for Microsoft.OperationalInsights" + }, + "paths": {}, + "definitions": {}, + "parameters": { + "WorkspaceNameParameter": { + "name": "workspaceName", + "in": "path", + "required": true, + "type": "string", + "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", + "minLength": 4, + "maxLength": 63, + "description": "The name of the workspace." + } + } +} diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json index e62ad64ccb42..17489db875b6 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json @@ -54,7 +54,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../../common/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" @@ -99,7 +99,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../../common/types.json#/parameters/WorkspaceNameParameter" }, { "name": "dataExportName", @@ -168,7 +168,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../../common/types.json#/parameters/WorkspaceNameParameter" }, { "name": "dataExportName", @@ -218,7 +218,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../../common/types.json#/parameters/WorkspaceNameParameter" }, { "name": "dataExportName", From 86ef4fbbcac56faba79cac3adee6732c53771dc2 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Fri, 3 Apr 2020 18:06:38 +0300 Subject: [PATCH 69/73] move like other RPs --- .../preview/2020-03-01-preview/DataExports.json | 8 ++++---- .../{common => resource-manager/common/v1}/types.json | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename specification/operationalinsights/{common => resource-manager/common/v1}/types.json (100%) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json index 17489db875b6..e3d40ba74ed9 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json @@ -54,7 +54,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../common/types.json#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" @@ -99,7 +99,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../common/types.json#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "dataExportName", @@ -168,7 +168,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../common/types.json#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "dataExportName", @@ -218,7 +218,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "../../../../common/types.json#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "dataExportName", diff --git a/specification/operationalinsights/common/types.json b/specification/operationalinsights/resource-manager/common/v1/types.json similarity index 100% rename from specification/operationalinsights/common/types.json rename to specification/operationalinsights/resource-manager/common/v1/types.json From 065a73c042cd90e278699317a8fb73fd80808419 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Fri, 3 Apr 2020 18:09:15 +0300 Subject: [PATCH 70/73] Update readme.md --- specification/operationalinsights/resource-manager/readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/operationalinsights/resource-manager/readme.md b/specification/operationalinsights/resource-manager/readme.md index be83c6c2a167..abb3d7f67205 100644 --- a/specification/operationalinsights/resource-manager/readme.md +++ b/specification/operationalinsights/resource-manager/readme.md @@ -76,6 +76,8 @@ input-file: - Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json - Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json - Microsoft.OperationalInsights/preview/2020-03-01-preview/Clusters.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json +- Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json ``` --- @@ -193,6 +195,8 @@ input-file: - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/SharedKeys.json - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json + - $(this-folder)/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json ``` If there are files that should not be in the `all-api-versions` set, From 2fa3f94a7cb85a0f6704891bf0fcfbc4502fd02a Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Fri, 3 Apr 2020 18:14:46 +0300 Subject: [PATCH 71/73] reference all from common --- .../2020-03-01-preview/DataExports.json | 8 ----- .../2020-03-01-preview/DataSources.json | 24 +++----------- .../2020-03-01-preview/IntelligencePacks.json | 18 ++--------- .../2020-03-01-preview/LinkedServices.json | 24 +++----------- .../LinkedStorageAccounts.json | 32 +++---------------- .../2020-03-01-preview/ManagementGroups.json | 6 +--- .../2020-03-01-preview/SavedSearches.json | 16 +++------- .../2020-03-01-preview/SharedKeys.json | 6 +--- .../StorageInsightConfigs.json | 16 +++------- .../preview/2020-03-01-preview/Usages.json | 6 +--- .../2020-03-01-preview/Workspaces.json | 30 +++-------------- 11 files changed, 30 insertions(+), 156 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json index e3d40ba74ed9..5a907d35409c 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json @@ -365,13 +365,5 @@ } }, "parameters": { - "WorkspaceNameParameter": { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "The Log Analytics workspace name.", - "x-ms-parameter-location": "method" - } } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json index 2f8cc5e833d6..eb89d354d76d 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataSources.json @@ -51,11 +51,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the datasource" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "dataSourceName", @@ -111,11 +107,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that contains the datasource." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "dataSourceName", @@ -156,11 +148,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that contains the datasource." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "dataSourceName", @@ -203,11 +191,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "The workspace that contains the data sources." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "$filter", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/IntelligencePacks.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/IntelligencePacks.json index 4b6bc45ac1fa..42e0e844f7e8 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/IntelligencePacks.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/IntelligencePacks.json @@ -51,11 +51,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "intelligencePackName", @@ -95,11 +91,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "intelligencePackName", @@ -139,11 +131,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json index f724f73ad3a6..45236e554d55 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedServices.json @@ -51,11 +51,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the linkedServices resource" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "linkedServiceName", @@ -111,11 +107,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that contains the linkedServices resource" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "linkedServiceName", @@ -156,11 +148,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that contains the linkedServices resource" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "linkedServiceName", @@ -203,11 +191,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that contains the linked services." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json index 26fa7826652f..a776a84a609b 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json @@ -51,11 +51,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "#/parameters/DataSourceTypeParameter" @@ -101,11 +97,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "#/parameters/DataSourceTypeParameter" @@ -139,11 +131,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "#/parameters/DataSourceTypeParameter" @@ -183,11 +171,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace that will contain the resource." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" } ], "responses": { @@ -269,14 +253,6 @@ } }, "parameters": { - "WorkspaceNameParameter": { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "The Log Analytics workspace name.", - "x-ms-parameter-location": "method" - }, "DataSourceTypeParameter": { "name": "dataSourceType", "in": "path", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/ManagementGroups.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/ManagementGroups.json index 735f7b3a4714..533b6cc6ae76 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/ManagementGroups.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/ManagementGroups.json @@ -51,11 +51,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the workspace." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json index b6fe0ff41bfb..aa6e0c6454e6 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json @@ -54,7 +54,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "savedSearchId", @@ -92,7 +92,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "savedSearchId", @@ -142,7 +142,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "savedSearchId", @@ -182,7 +182,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" @@ -290,13 +290,5 @@ } }, "parameters": { - "WorkspaceNameParameter": { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "The Log Analytics Workspace name.", - "x-ms-parameter-location": "method" - } } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SharedKeys.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SharedKeys.json index eeffebdb978d..8c02e3cd706a 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SharedKeys.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SharedKeys.json @@ -51,11 +51,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json index 396dd597f734..f2efcb4cca9b 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json @@ -51,7 +51,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "storageInsightName", @@ -107,7 +107,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "storageInsightName", @@ -148,7 +148,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "storageInsightName", @@ -191,7 +191,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/WorkspaceNameParameter" + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" @@ -337,13 +337,5 @@ } }, "parameters": { - "WorkspaceNameParameter": { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "The Log Analytics Workspace name.", - "x-ms-parameter-location": "method" - } } } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json index b8c45fe23420..56274a356c4f 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Usages.json @@ -51,11 +51,7 @@ "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the workspace." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json index 1fd9f603607b..f8c30294a76f 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/Workspaces.json @@ -124,14 +124,7 @@ "description": "The resource group name of the workspace." }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", - "minLength": 4, - "maxLength": 63, - "description": "The name of the workspace." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "parameters", @@ -188,11 +181,7 @@ "description": "The resource group name of the workspace." }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" @@ -234,11 +223,7 @@ "description": "The resource group name of the workspace." }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "description": "Name of the Log Analytics Workspace." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" @@ -276,14 +261,7 @@ "description": "The resource group name of the workspace." }, { - "name": "workspaceName", - "in": "path", - "required": true, - "type": "string", - "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", - "minLength": 4, - "maxLength": 63, - "description": "The name of the workspace." + "$ref": "../../../common/v1/types.json#/parameters/WorkspaceNameParameter" }, { "name": "parameters", From 1910fee81c7d64e7fb6b5559bccea4d6d0771ee2 Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Fri, 3 Apr 2020 18:18:03 +0300 Subject: [PATCH 72/73] prettier --- .../preview/2020-03-01-preview/DataExports.json | 3 +-- .../preview/2020-03-01-preview/SavedSearches.json | 3 +-- .../preview/2020-03-01-preview/StorageInsightConfigs.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json index 5a907d35409c..b458c89226a6 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/DataExports.json @@ -364,6 +364,5 @@ } } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json index aa6e0c6454e6..ed78f8a3c0a7 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/SavedSearches.json @@ -289,6 +289,5 @@ "description": "The saved search list operation response." } }, - "parameters": { - } + "parameters": {} } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json index f2efcb4cca9b..4c636947cf9f 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/StorageInsightConfigs.json @@ -336,6 +336,5 @@ "description": "The list storage insights operation response." } }, - "parameters": { - } + "parameters": {} } From 260220a9aebe99fe4ca98779bc486a2965b1328a Mon Sep 17 00:00:00 2001 From: Arie Olshanezky Date: Fri, 3 Apr 2020 18:21:27 +0300 Subject: [PATCH 73/73] Update types.json --- .../operationalinsights/resource-manager/common/v1/types.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/common/v1/types.json b/specification/operationalinsights/resource-manager/common/v1/types.json index b7ee43798144..5a41f183db8f 100644 --- a/specification/operationalinsights/resource-manager/common/v1/types.json +++ b/specification/operationalinsights/resource-manager/common/v1/types.json @@ -15,7 +15,8 @@ "pattern": "^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$", "minLength": 4, "maxLength": 63, - "description": "The name of the workspace." + "description": "The name of the workspace.", + "x-ms-parameter-location": "method" } } }