diff --git a/src/OperationalInsights/OperationalInsights.Autorest/.gitattributes b/src/OperationalInsights/OperationalInsights.Autorest/.gitattributes new file mode 100644 index 000000000000..2125666142eb --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/.gitattributes @@ -0,0 +1 @@ +* text=auto \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/.gitignore b/src/OperationalInsights/OperationalInsights.Autorest/.gitignore new file mode 100644 index 000000000000..3c3d57339c8b --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/.gitignore @@ -0,0 +1,16 @@ +bin +obj +.vs +generated +internal +exports +tools +custom/*.psm1 +custom/autogen-model-cmdlets +test/*-TestResults.xml +/*.ps1 +/*.ps1xml +/*.psm1 +/*.snk +/*.csproj +/*.nuspec \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/Az.OperationalInsights.psd1 b/src/OperationalInsights/OperationalInsights.Autorest/Az.OperationalInsights.psd1 new file mode 100644 index 000000000000..0b59c15b6b7a --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/Az.OperationalInsights.psd1 @@ -0,0 +1,24 @@ +@{ + GUID = 'c4733603-3414-41cb-b2f6-2e53c59925f4' + RootModule = './Az.OperationalInsights.psm1' + ModuleVersion = '0.1.0' + CompatiblePSEditions = 'Core', 'Desktop' + Author = 'Microsoft Corporation' + CompanyName = 'Microsoft Corporation' + Copyright = 'Microsoft Corporation. All rights reserved.' + Description = 'Microsoft Azure PowerShell: OperationalInsights cmdlets' + PowerShellVersion = '5.1' + DotNetFrameworkVersion = '4.7.2' + RequiredAssemblies = './bin/Az.OperationalInsights.private.dll' + FormatsToProcess = './Az.OperationalInsights.format.ps1xml' + FunctionsToExport = 'Get-AzOperationalInsightsDeletedWorkspace', 'Get-AzOperationalInsightsTable', 'Get-AzOperationalInsightsWorkspace', 'Move-AzOperationalInsightsTable', 'New-AzOperationalInsightsTable', 'New-AzOperationalInsightsTableColumnObject', 'New-AzOperationalInsightsWorkspace', 'Remove-AzOperationalInsightsTable', 'Remove-AzOperationalInsightsWorkspace', 'Update-AzOperationalInsightsTable', 'Update-AzOperationalInsightsWorkspace', '*' + AliasesToExport = '*' + PrivateData = @{ + PSData = @{ + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'OperationalInsights' + LicenseUri = 'https://aka.ms/azps-license' + ProjectUri = 'https://github.com/Azure/azure-powershell' + ReleaseNotes = '' + } + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/README.md b/src/OperationalInsights/OperationalInsights.Autorest/README.md new file mode 100644 index 000000000000..1923e9974d5c --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/README.md @@ -0,0 +1,152 @@ + +# Az.OperationalInsights +This directory contains the PowerShell module for the OperationalInsights service. + +--- +## Status +[![Az.OperationalInsights](https://img.shields.io/powershellgallery/v/Az.OperationalInsights.svg?style=flat-square&label=Az.OperationalInsights "Az.OperationalInsights")](https://www.powershellgallery.com/packages/Az.OperationalInsights/) + +## Info +- Modifiable: yes +- Generated: all +- Committed: yes +- Packaged: yes + +--- +## Detail +This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension. + +## Module Requirements +- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 2.2.3 or greater + +## Authentication +AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent. + +## Development +For information on how to develop for `Az.OperationalInsights`, see [how-to.md](how-to.md). + + +### AutoRest Configuration +> see https://aka.ms/autorest + +``` yaml +branch: 11126e93093e14fa30fd2bf314cc3992a6b1c4f1 +require: + - $(this-folder)/../../readme.azure.noprofile.md +input-file: + - $(repo)/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2021-12-01-preview/Operations.json + - $(repo)/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2021-12-01-preview/Tables.json + - $(repo)/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json + +title: OperationalInsights +module-version: 0.1.0 +subject-prefix: $(service-name) + +identity-correction-for-post: true +resourcegroup-append: true +nested-object-to-string: true + +directive: + # Autorest only support enum for type string. + - from: swagger-document + where: $.definitions.WorkspaceSku.properties.capacityReservationLevel + transform: >- + return { + "type": "integer", + "format": "int32", + "description": "The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.", + "enum": [ + 100, + 200, + 300, + 400, + 500, + 1000, + 2000, + 5000 + ] + } + # Following is two common directive which are normally required in all the RPs + # 1. Remove the unexpanded parameter set + # 2. For New-* cmdlets, ViaIdentity is not required, so CreateViaIdentityExpanded is removed as well + - where: + variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$ + remove: true + # Remove the set-* cmdlet + - where: + verb: Set + remove: true + + - where: + verb: New|Update + subject: Workspace + parameter-name: SkuName + set: + parameter-name: Sku + + - where: + verb: New|Update + subject: Table + parameter-name: RestoredLogsStartRestoreTime + hide: true + + - where: + verb: New|Update + subject: Table + parameter-name: RestoredLogsEndRestoreTime + hide: true + + - where: + verb: New|Update + subject: Table + parameter-name: SearchResultsLimit + hide: true + + - where: + verb: New|Update + subject: Table + parameter-name: SearchResultsDescription + hide: true + + - where: + verb: New|Update + subject: Table + parameter-name: SearchResultsStartSearchTime + hide: true + + - where: + verb: New|Update + subject: Table + parameter-name: SearchResultsEndSearchTime + hide: true + + - where: + verb: New|Update + subject: Table + parameter-name: SearchResultsQuery + hide: true + + - where: + verb: New|Update + subject: Workspace + parameter-name: SkuCapacityReservationLevel + set: + parameter-name: SkuCapacity + + - where: + verb: New|Update + subject: Workspace + parameter-name: WorkspaceCappingDailyQuotaGb + set: + parameter-name: DailyQuotaGb + + - where: + verb: Remove + subject: Workspace + parameter-name: Force + set: + parameter-name: ForceDelete + # For memory object that generate cmdlet. + #- model-cmdlet: + # - Column # Successfull generated after hide it for custom. +``` diff --git a/src/OperationalInsights/OperationalInsights.Autorest/custom/New-AzOperationalInsightsColumnObject.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/custom/New-AzOperationalInsightsColumnObject.ps1 new file mode 100644 index 000000000000..e0af08fd15bb --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/custom/New-AzOperationalInsightsColumnObject.ps1 @@ -0,0 +1,73 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for Column. +.Description +Create an in-memory object for Column. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.Column +.Link +https://docs.microsoft.com/powershell/module/az.OperationalInsights/new-AzOperationalInsightsTableColumnObject +#> +function New-AzOperationalInsightsTableColumnObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.Column')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="Column data type logical hint.")] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.ColumnDataTypeHintEnum])] + [Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.ColumnDataTypeHintEnum] + $DataTypeHint, + [Parameter(HelpMessage="Column description.")] + [string] + $Description, + [Parameter(HelpMessage="Column display name.")] + [string] + $DisplayName, + [Parameter(HelpMessage="Column name.")] + [string] + $Name, + [Parameter(HelpMessage="Column data type.")] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.ColumnTypeEnum])] + [Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.ColumnTypeEnum] + $Type + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.Column]::New() + + if ($PSBoundParameters.ContainsKey('DataTypeHint')) { + $Object.DataTypeHint = $DataTypeHint + } + if ($PSBoundParameters.ContainsKey('Description')) { + $Object.Description = $Description + } + if ($PSBoundParameters.ContainsKey('DisplayName')) { + $Object.DisplayName = $DisplayName + } + if ($PSBoundParameters.ContainsKey('Name')) { + $Object.Name = $Name + } + if ($PSBoundParameters.ContainsKey('Type')) { + $Object.Type = $Type + } + return $Object + } +} + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/custom/README.md b/src/OperationalInsights/OperationalInsights.Autorest/custom/README.md new file mode 100644 index 000000000000..c782aa2b2832 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/custom/README.md @@ -0,0 +1,41 @@ +# Custom +This directory contains custom implementation for non-generated cmdlets for the `Az.OperationalInsights` module. Both scripts (`.ps1`) and C# files (`.cs`) can be implemented here. They will be used during the build process in `build-module.ps1`, and create cmdlets into the `../exports` folder. The only generated file into this folder is the `Az.OperationalInsights.custom.psm1`. This file should not be modified. + +## Info +- Modifiable: yes +- Generated: partial +- Committed: yes +- Packaged: yes + +## Details +For `Az.OperationalInsights` to use custom cmdlets, it does this two different ways. We **highly recommend** creating script cmdlets, as they are easier to write and allow access to the other exported cmdlets. C# cmdlets *cannot access exported cmdlets*. + +For C# cmdlets, they are compiled with the rest of the generated low-level cmdlets into the `./bin/Az.OperationalInsights.private.dll`. The names of the cmdlets (methods) and files must follow the `[cmdletName]_[variantName]` syntax used for generated cmdlets. The `variantName` is used as the `ParameterSetName`, so use something appropriate that doesn't clash with already created variant or parameter set names. You cannot use the `ParameterSetName` property in the `Parameter` attribute on C# cmdlets. Each cmdlet must be separated into variants using the same pattern as seen in the `generated/cmdlets` folder. + +For script cmdlets, these are loaded via the `Az.OperationalInsights.custom.psm1`. Then, during the build process, this module is loaded and processed in the same manner as the C# cmdlets. The fundamental difference is the script cmdlets use the `ParameterSetName` attribute and C# cmdlets do not. To create a script cmdlet variant of a generated cmdlet, simply decorate all parameters in the script with the new `ParameterSetName` in the `Parameter` attribute. This will appropriately treat each parameter set as a separate variant when processed to be exported during the build. + +## Purpose +This allows the modules to have cmdlets that were not defined in the REST specification. It also allows combining logic using generated cmdlets. This is a level of customization beyond what can be done using the [readme configuration options](https://github.com/Azure/autorest/blob/master/docs/powershell/options.md) that are currently available. These custom cmdlets are then referenced by the cmdlets created at build-time in the `../exports` folder. + +## Usage +The easiest way currently to start developing custom cmdlets is to copy an existing cmdlet. For C# cmdlets, copy one from the `generated/cmdlets` folder. For script cmdlets, build the project using `build-module.ps1` and copy one of the scripts from the `../exports` folder. After that, if you want to add new parameter sets, follow the guidelines in the `Details` section above. For implementing a new cmdlets, at minimum, please keep these parameters: +- Break +- DefaultProfile +- HttpPipelineAppend +- HttpPipelinePrepend +- Proxy +- ProxyCredential +- ProxyUseDefaultCredentials + +These provide functionality to our HTTP pipeline and other useful features. In script, you can forward these parameters using `$PSBoundParameters` to the other cmdlets you're calling within `Az.OperationalInsights`. For C#, follow the usage seen in the `ProcessRecordAsync` method. + +### Attributes +For processing the cmdlets, we've created some additional attributes: +- `Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.DescriptionAttribute` + - Used in C# cmdlets to provide a high-level description of the cmdlet. This is propagated to reference documentation via [help comments](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts. +- `Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.DoNotExportAttribute` + - Used in C# and script cmdlets to suppress creating an exported cmdlet at build-time. These cmdlets will *not be exposed* by `Az.OperationalInsights`. +- `Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.InternalExportAttribute` + - Used in C# cmdlets to route exported cmdlets to the `../internal`, which are *not exposed* by `Az.OperationalInsights`. For more information, see [README.md](../internal/README.md) in the `../internal` folder. +- `Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.ProfileAttribute` + - Used in C# and script cmdlets to define which Azure profiles the cmdlet supports. This is only supported for Azure (`--azure`) modules. \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/Az.OperationalInsights.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/Az.OperationalInsights.md new file mode 100644 index 000000000000..b97ae65ec0fd --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/Az.OperationalInsights.md @@ -0,0 +1,49 @@ +--- +Module Name: Az.OperationalInsights +Module Guid: c4733603-3414-41cb-b2f6-2e53c59925f4 +Download Help Link: https://docs.microsoft.com/powershell/module/az.operationalinsights +Help Version: 1.0.0.0 +Locale: en-US +--- + +# Az.OperationalInsights Module +## Description +Microsoft Azure PowerShell: OperationalInsights cmdlets + +## Az.OperationalInsights Cmdlets +### [Get-AzOperationalInsightsDeletedWorkspace](Get-AzOperationalInsightsDeletedWorkspace.md) +Gets recently deleted workspaces in a subscription, available for recovery. + +### [Get-AzOperationalInsightsTable](Get-AzOperationalInsightsTable.md) +Gets a Log Analytics workspace table. + +### [Get-AzOperationalInsightsWorkspace](Get-AzOperationalInsightsWorkspace.md) +Gets a workspace instance. + +### [Move-AzOperationalInsightsTable](Move-AzOperationalInsightsTable.md) +Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to support of Data Collection Rule-based Custom Logs. + +### [New-AzOperationalInsightsTable](New-AzOperationalInsightsTable.md) +Update or Create a Log Analytics workspace table. + +### [New-AzOperationalInsightsTableColumnObject](New-AzOperationalInsightsTableColumnObject.md) +Create an in-memory object for Column. + +### [New-AzOperationalInsightsWorkspace](New-AzOperationalInsightsWorkspace.md) +Create or update a workspace. + +### [Remove-AzOperationalInsightsTable](Remove-AzOperationalInsightsTable.md) +Delete a Log Analytics workspace table. + +### [Remove-AzOperationalInsightsWorkspace](Remove-AzOperationalInsightsWorkspace.md) +Deletes a workspace resource. +To recover the workspace, create it again with the same name, in the same subscription, resource group and location. +The name is kept for 14 days and cannot be used for another workspace. +To remove the workspace completely and release the name, use the force flag. + +### [Update-AzOperationalInsightsTable](Update-AzOperationalInsightsTable.md) +Update a Log Analytics workspace table. + +### [Update-AzOperationalInsightsWorkspace](Update-AzOperationalInsightsWorkspace.md) +Updates a workspace. + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/Get-AzOperationalInsightsDeletedWorkspace.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/Get-AzOperationalInsightsDeletedWorkspace.md new file mode 100644 index 000000000000..cdb809e90f30 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/Get-AzOperationalInsightsDeletedWorkspace.md @@ -0,0 +1,260 @@ +--- +external help file: +Module Name: Az.OperationalInsights +online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/get-azoperationalinsightsdeletedworkspace +schema: 2.0.0 +--- + +# Get-AzOperationalInsightsDeletedWorkspace + +## SYNOPSIS +Gets recently deleted workspaces in a subscription, available for recovery. + +## SYNTAX + +### List (Default) +``` +Get-AzOperationalInsightsDeletedWorkspace [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### List1 +``` +Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets recently deleted workspaces in a subscription, available for recovery. + +## EXAMPLES + +### List (Default) +```powershell + +``` + +Get-AzOperationalInsightsDeletedWorkspace [-SubscriptionId \] [-DefaultProfile \] + [\] +``` + +### List1 +```powershell + +``` + +Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName \ [-SubscriptionId \] + [-DefaultProfile \] [\] +``` + +## DESCRIPTION +Gets recently deleted workspaces in a subscription, available for recovery. + +## EXAMPLES + +### Example 1: List all deleted workspaces for a given resource group +```powershell +Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName {RG-Name} +``` + +Name : {WS-Name1} +ResourceId : /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/microsoft.operationalinsights/workspaces/{WS-Name1} +ResourceGroupName : {RG-Name} +Location : eastus2euap +Tags : {} +Sku : pergb2018 +CapacityReservationLevel : +LastSkuUpdate : Tue, 12 Jan 2021 11:25:15 GMT +retentionInDays : 30 +CustomerId : 43eda0ea-004a-48e8-9c40-1219418083de +ProvisioningState : Succeeded +PublicNetworkAccessForIngestion : Enabled +PublicNetworkAccessForQuery : Enabled +PrivateLinkScopedResources : +WorkspaceCapping : Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCapping +CreatedDate : Tue, 12 Jan 2021 11:25:15 GMT +ModifiedDate : Wed, 19 Jan 2022 20:50:32 GMT +ForceCmkForQuery : +WorkspaceFeatures : Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures + +Name : {WS-Name2} +ResourceId : /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/microsoft.operationalinsights/workspaces/{WS-Name2} +ResourceGroupName : {RG-Name} +Location : eastus2euap +Tags : {} +Sku : pergb2018 +CapacityReservationLevel : +LastSkuUpdate : Tue, 12 Jan 2021 11:25:15 GMT +retentionInDays : 30 +CustomerId : 43eda0ea-004a-48e8-9c40-1219418083de +ProvisioningState : Succeeded +PublicNetworkAccessForIngestion : Enabled +PublicNetworkAccessForQuery : Enabled +PrivateLinkScopedResources : +WorkspaceCapping : Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCapping +CreatedDate : Tue, 12 Jan 2021 11:25:15 GMT +ModifiedDate : Wed, 19 Jan 2022 20:50:32 GMT +ForceCmkForQuery : +WorkspaceFeatures : Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures + +### Example 2: Get a deleted workspace by resorce group and name +```powershell +Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName {RG-Name} -Name {WS-Name1} +``` + +Name : {WS-Name1} +ResourceId : /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/microsoft.operationalinsights/workspaces/{WS-Name1} +ResourceGroupName : {RG-Name} +Location : eastus2euap +Tags : {} +Sku : pergb2018 +CapacityReservationLevel : +LastSkuUpdate : Tue, 12 Jan 2021 11:25:15 GMT +retentionInDays : 30 +CustomerId : 43eda0ea-004a-48e8-9c40-1219418083de +ProvisioningState : Succeeded +PublicNetworkAccessForIngestion : Enabled +PublicNetworkAccessForQuery : Enabled +PrivateLinkScopedResources : +WorkspaceCapping : Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCapping +CreatedDate : Tue, 12 Jan 2021 11:25:15 GMT +ModifiedDate : Wed, 19 Jan 2022 20:50:32 GMT +ForceCmkForQuery : +WorkspaceFeatures : Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures + +## PARAMETERS + +### -DefaultProfile +```powershell + +``` + +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +```powershell + +``` + +Type: System.String +Parameter Sets: List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +```powershell + +``` + +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +```powershell + +``` + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspace +```powershell + +``` + +## NOTES + +ALIASES + +## RELATED LINKS + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspace + +## NOTES + +ALIASES + +## RELATED LINKS + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/Get-AzOperationalInsightsTable.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/Get-AzOperationalInsightsTable.md new file mode 100644 index 000000000000..a25417bd0fa5 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/Get-AzOperationalInsightsTable.md @@ -0,0 +1,357 @@ +--- +external help file: +Module Name: Az.OperationalInsights +online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/get-azoperationalinsightstable +schema: 2.0.0 +--- + +# Get-AzOperationalInsightsTable + +## SYNOPSIS +Gets a Log Analytics workspace table. + +## SYNTAX + +### List (Default) +``` +Get-AzOperationalInsightsTable -ResourceGroupName -WorkspaceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzOperationalInsightsTable -Name -ResourceGroupName -WorkspaceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzOperationalInsightsTable -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Gets a Log Analytics workspace table. + +## EXAMPLES + +### List (Default) +```powershell + +``` + +Get-AzOperationalInsightsTable -ResourceGroupName \ -WorkspaceName \ + [-SubscriptionId \] [-DefaultProfile \] [\] +``` + +### Get +```powershell + +``` + +Get-AzOperationalInsightsTable -Name \ -ResourceGroupName \ -WorkspaceName \ + [-SubscriptionId \] [-DefaultProfile \] [\] +``` + +### GetViaIdentity +```powershell + +``` + +Get-AzOperationalInsightsTable -InputObject \ [-DefaultProfile \] + [\] +``` + +## DESCRIPTION +Gets a Log Analytics workspace table. + +## EXAMPLES + +### Example 1: List tables for a given workspace name +```powershell +Get-AzOperationalInsightsTable -ResourceGroupName {RG-Name} -WorkspaceName {WS-Name} + + +Name Id RetentionInDays +---- -- --------------- +DatabricksTables /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/DatabricksTables 30 +BlockchainProxyLog /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/BlockchainProxyLog 30 +BlockchainApplicationLog /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/BlockchainApplicationLog 30 +AADDomainServicesAccountLogon /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/AADDomainServicesAccountLogon 30 +AADDomainServicesAccountManagement /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/AADDomainServicesAccountManagement 30 + +``` + +### Example 2: Get a table by name +```powershell +Get-AzOperationalInsightsTable -ResourceGroupName {RG-Name} -WorkspaceName {WS-Name} -TableName {Table-Name} +``` + +Name Id RetentionInDays +---- -- --------------- +{Table-Name} /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/{Table-Name} 90 + + +## PARAMETERS + +### -DefaultProfile +```powershell + +``` + +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +```powershell + +``` + +Type: System.String +Parameter Sets: Get +Aliases: TableName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +```powershell + +``` + +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +```powershell + +``` + +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +```powershell + +``` + +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +```powershell + +``` + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +```powershell + +``` + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.ITable +```powershell + +``` + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT \: Identity Parameter + - `[Id \]`: Resource identity path + - `[ResourceGroupName \]`: The name of the resource group. +The name is case insensitive. + - `[SubscriptionId \]`: The ID of the target subscription. + - `[TableName \]`: The name of the table. + - `[WorkspaceName \]`: The name of the workspace. + +## RELATED LINKS + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the table. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: TableName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +The name of the workspace. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.ITable + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[Id ]`: Resource identity path + - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. + - `[SubscriptionId ]`: The ID of the target subscription. + - `[TableName ]`: The name of the table. + - `[WorkspaceName ]`: The name of the workspace. + +## RELATED LINKS + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/Get-AzOperationalInsightsWorkspace.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/Get-AzOperationalInsightsWorkspace.md new file mode 100644 index 000000000000..f7c5d76ab4fa --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/Get-AzOperationalInsightsWorkspace.md @@ -0,0 +1,336 @@ +--- +external help file: +Module Name: Az.OperationalInsights +online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/get-azoperationalinsightsworkspace +schema: 2.0.0 +--- + +# Get-AzOperationalInsightsWorkspace + +## SYNOPSIS +Gets a workspace instance. + +## SYNTAX + +### List (Default) +``` +Get-AzOperationalInsightsWorkspace [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### Get +``` +Get-AzOperationalInsightsWorkspace -Name -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzOperationalInsightsWorkspace -InputObject [-DefaultProfile ] + [] +``` + +### List1 +``` +Get-AzOperationalInsightsWorkspace -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets a workspace instance. + +## EXAMPLES + +### List (Default) +```powershell + +``` + +Get-AzOperationalInsightsWorkspace [-SubscriptionId \] [-DefaultProfile \] + [\] +``` + +### Get +```powershell + +``` + +Get-AzOperationalInsightsWorkspace -Name \ -ResourceGroupName \ [-SubscriptionId \] + [-DefaultProfile \] [\] +``` + +### GetViaIdentity +```powershell + +``` + +Get-AzOperationalInsightsWorkspace -InputObject \ [-DefaultProfile \] + [\] +``` + +### List1 +```powershell + +``` + +Get-AzOperationalInsightsWorkspace -ResourceGroupName \ [-SubscriptionId \] + [-DefaultProfile \] [\] +``` + +## DESCRIPTION +Gets a workspace instance. + +## EXAMPLES + +### Example 1: Get a worksapce by resource group and worksapce name +```powershell +Get-AzOperationalInsightsWorkspace -name {WS_Name} -ResourceGroupName {RG_Name} +``` + +Location Name ETag +-------- ---- ---- +eastus WS_Name + +### Example 2: List all worksapces for a given resource group name +```powershell +Get-AzOperationalInsightsWorkspace -ResourceGroupName {RG_Name} +``` + +Location Name ETag +-------- ---- ---- +eastus WS_Name1 +eastus WS_Name2 +eastus WS_Name3 + +## PARAMETERS + +### -DefaultProfile +```powershell + +``` + +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +```powershell + +``` + +Type: System.String +Parameter Sets: Get +Aliases: WorkspaceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +```powershell + +``` + +Type: System.String +Parameter Sets: Get, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +```powershell + +``` + +Type: System.String[] +Parameter Sets: Get, List, List1 +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +```powershell + +``` + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +```powershell + +``` + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspace +```powershell + +``` + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT \: Identity Parameter + - `[Id \]`: Resource identity path + - `[ResourceGroupName \]`: The name of the resource group. +The name is case insensitive. + - `[SubscriptionId \]`: The ID of the target subscription. + - `[TableName \]`: The name of the table. + - `[WorkspaceName \]`: The name of the workspace. + +## RELATED LINKS + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the workspace. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: WorkspaceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Get, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String[] +Parameter Sets: Get, List, List1 +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspace + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[Id ]`: Resource identity path + - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. + - `[SubscriptionId ]`: The ID of the target subscription. + - `[TableName ]`: The name of the table. + - `[WorkspaceName ]`: The name of the workspace. + +## RELATED LINKS + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/Move-AzOperationalInsightsTable.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/Move-AzOperationalInsightsTable.md new file mode 100644 index 000000000000..0ffbe7ea66ec --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/Move-AzOperationalInsightsTable.md @@ -0,0 +1,209 @@ +--- +external help file: +Module Name: Az.OperationalInsights +online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/move-azoperationalinsightstable +schema: 2.0.0 +--- + +# Move-AzOperationalInsightsTable + +## SYNOPSIS +Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to support of Data Collection Rule-based Custom Logs. + +## SYNTAX + +### Migrate (Default) +``` +Move-AzOperationalInsightsTable -Name -ResourceGroupName -WorkspaceName + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### MigrateViaIdentity +``` +Move-AzOperationalInsightsTable -InputObject [-DefaultProfile ] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to support of Data Collection Rule-based Custom Logs. + +## EXAMPLES + +### Example 1: Migrate classic table +```powershell +PS C:\> Move-AzOperationalInsightsTable -ResourceGroupName {RG-name} -Name {Table-name} -WorkspaceName {WS-name} + +no output if command is successful +``` + +Migrate classic table + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: MigrateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the table. + +```yaml +Type: System.String +Parameter Sets: Migrate +Aliases: TableName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Migrate +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: Migrate +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +The name of the workspace. + +```yaml +Type: System.String +Parameter Sets: Migrate +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[Id ]`: Resource identity path + - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. + - `[SubscriptionId ]`: The ID of the target subscription. + - `[TableName ]`: The name of the table. + - `[WorkspaceName ]`: The name of the workspace. + +## RELATED LINKS + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/New-AzOperationalInsightsTable.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/New-AzOperationalInsightsTable.md new file mode 100644 index 000000000000..06b0e1c68f3c --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/New-AzOperationalInsightsTable.md @@ -0,0 +1,737 @@ +--- +external help file: +Module Name: Az.OperationalInsights +online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/new-azoperationalinsightstable +schema: 2.0.0 +--- + +# New-AzOperationalInsightsTable + +## SYNOPSIS +Update or Create a Log Analytics workspace table. + +## SYNTAX + +``` +New-AzOperationalInsightsTable -Name -ResourceGroupName -WorkspaceName + [-SubscriptionId ] [-Plan ] [-RestoredLogsSourceTable ] + [-RetentionInDay ] [-SchemaColumn ] [-SchemaDescription ] + [-SchemaDisplayName ] [-SchemaName ] [-TotalRetentionInDay ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Update or Create a Log Analytics workspace table. + +## EXAMPLES + +### Example 1: Create a new custom table with +```powershell + +PS C:\> $col1 = New-AzOperationalInsightsTableColumnObject -Name 'SourceSystem' -Description 'Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.' -Type 'string' +PS C:\> $col2 = New-AzOperationalInsightsTableColumnObject -Name 'TimeGenerated' -Description 'Date and time the record was created.' -Type 'datetime' +PS C:\> $schemaColumns = ($col1, $col2) + +PS C:\> New-AzOperationalInsightsTable -ResourceGroupName {RG-name} -WorkspaceName {WS-name} -Name {TableName_CL} -RetentionInDay 33 -TotalRetentionInDay 55 -SchemaName {TableName_CL} -SchemaColumn $schemaColumns + +Name ResourceGroupName +---- ----------------- +dabenhamKuku1_CL + +``` + +## PARAMETERS + +### -AsJob +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +```powershell + +``` + +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: TableName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Plan +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.TablePlanEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RestoredLogsEndRestoreTime +```powershell + +``` + +Type: System.DateTime +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RestoredLogsStartRestoreTime +```powershell + +``` + +Type: System.DateTime +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RetentionInDay +```powershell + +``` + +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaColumn +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IColumn[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaDescription +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaDisplayName +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaName +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchResultsDescription +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchResultsEndSearchTime +```powershell + +``` + +Type: System.DateTime +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchResultsLimit +```powershell + +``` + +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchResultsQuery +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchResultsStartSearchTime +```powershell + +``` + +Type: System.DateTime +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TotalRetentionInDay +```powershell + +``` + +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +```powershell + +``` + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.ITable +```powershell + +``` + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + + +SCHEMACOLUMN \: A list of table custom columns. + - `[DataTypeHint \]`: Column data type logical hint. + - `[Description \]`: Column description. + - `[DisplayName \]`: Column display name. + - `[Name \]`: Column name. + - `[Type \]`: Column data type. + +## RELATED LINKS + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the table. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: TableName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Plan +Instruct the system how to handle and charge the logs ingested to this table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.TablePlanEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RestoredLogsSourceTable +The table to restore data from. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RetentionInDay +The table retention in days, between 4 and 730. +Setting this property to -1 will default to the workspace retention. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaColumn +A list of table custom columns. +To construct, see NOTES section for SCHEMACOLUMN properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IColumn[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaDescription +Table description. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaDisplayName +Table display name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaName +Table name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TotalRetentionInDay +The table total retention in days, between 4 and 2555. +Setting this property to -1 will default to table retention. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +The name of the workspace. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.ITable + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +SCHEMACOLUMN : A list of table custom columns. + - `[DataTypeHint ]`: Column data type logical hint. + - `[Description ]`: Column description. + - `[DisplayName ]`: Column display name. + - `[Name ]`: Column name. + - `[Type ]`: Column data type. + +## RELATED LINKS + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/New-AzOperationalInsightsTableColumnObject.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/New-AzOperationalInsightsTableColumnObject.md new file mode 100644 index 000000000000..58bdaf1edea6 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/New-AzOperationalInsightsTableColumnObject.md @@ -0,0 +1,244 @@ +--- +external help file: +Module Name: Az.OperationalInsights +online version: https://docs.microsoft.com/powershell/module/az.OperationalInsights/new-AzOperationalInsightsTableColumnObject +schema: 2.0.0 +--- + +# New-AzOperationalInsightsTableColumnObject + +## SYNOPSIS +Create an in-memory object for Column. + +## SYNTAX + +``` +New-AzOperationalInsightsTableColumnObject [-DataTypeHint ] [-Description ] + [-DisplayName ] [-Name ] [-Type ] [] +``` + +## DESCRIPTION +Create an in-memory object for Column. + +## EXAMPLES + +### Example 1: Create a new Column which is used for New-AzOperationalInsightsTable cmdlet +```powershell +PS C:\> +New-AzOperationalInsightsTableColumnObject -Name 'SourceSystem' -Description 'Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.' -Type 'string' + +DataTypeHint Description DisplayName IsDefaultDisplay IsHidden Name +------------ ----------- ----------- ---------------- -------- ---- + Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux. SourceSystem + +``` + + + +### Example 2: Create a new Column which is used for New-AzOperationalInsightsTable cmdlet +```powershell +PS C:\> New-AzOperationalInsightsTableColumnObject -Name 'TimeGenerated' -Description 'Date and time the record was created.' -Type 'datetime' + +DataTypeHint Description DisplayName IsDefaultDisplay IsHidden Name +------------ ----------- ----------- ---------------- -------- ---- + Date and time the record was created. TimeGenerated + +``` + +## PARAMETERS + +### -DataTypeHint +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.ColumnDataTypeHintEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Description +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DisplayName +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Type +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.ColumnTypeEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +```powershell + +``` + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.Column +```powershell + +``` + +## NOTES + +ALIASES + +## RELATED LINKS + +## PARAMETERS + +### -DataTypeHint +Column data type logical hint. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.ColumnDataTypeHintEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Description +Column description. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DisplayName +Column display name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Column name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Type +Column data type. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.ColumnTypeEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.Column + +## NOTES + +ALIASES + +## RELATED LINKS + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/New-AzOperationalInsightsWorkspace.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/New-AzOperationalInsightsWorkspace.md new file mode 100644 index 000000000000..4e1d19361e95 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/New-AzOperationalInsightsWorkspace.md @@ -0,0 +1,749 @@ +--- +external help file: +Module Name: Az.OperationalInsights +online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/new-azoperationalinsightsworkspace +schema: 2.0.0 +--- + +# New-AzOperationalInsightsWorkspace + +## SYNOPSIS +Create or update a workspace. + +## SYNTAX + +``` +New-AzOperationalInsightsWorkspace -Name -ResourceGroupName -Location + [-SubscriptionId ] [-DailyQuotaGb ] [-DefaultDataCollectionRuleResourceId ] + [-ETag ] [-Feature ] [-ForceCmkForQuery] + [-PublicNetworkAccessForIngestion ] + [-PublicNetworkAccessForQuery ] [-RetentionInDay ] + [-Sku ] [-SkuCapacity ] [-Tag ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create or update a workspace. + +## EXAMPLES + +### Example 1: Create a new LogAnalytics workspace +```powershell +PS C:\> New-AzOperationalInsightsWorkspace -ResourceGroupName {RG-name} -Name {WS-name} -Location {Resource-location} + +Location Name ETag ResourceGroupName +-------- ---- ---- ----------------- +{Resource-location} {WS-name} +``` + +## PARAMETERS + +### -AsJob +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DailyQuotaGb +```powershell + +``` + +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultDataCollectionRuleResourceId +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +```powershell + +``` + +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ETag +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Feature +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspaceFeatures +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ForceCmkForQuery +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Location +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: WorkspaceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProvisioningState +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.WorkspaceEntityStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublicNetworkAccessForIngestion +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.PublicNetworkAccessType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublicNetworkAccessForQuery +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.PublicNetworkAccessType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RetentionInDay +```powershell + +``` + +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sku +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.WorkspaceSkuNameEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuCapacity +```powershell + +``` + +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Tag +```powershell + +``` + +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +```powershell + +``` + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspace +```powershell + +``` + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + + +FEATURE \: Workspace features. + - `[(Any) \]`: This indicates any property can be added to this object. + - `[ClusterResourceId \]`: Dedicated LA cluster resourceId that is linked to the workspaces. + - `[DisableLocalAuth \]`: Disable Non-AAD based Auth. + - `[EnableDataExport \]`: Flag that indicate if data should be exported. + - `[EnableLogAccessUsingOnlyResourcePermission \]`: Flag that indicate which permission to use - resource or workspace or both. + - `[ImmediatePurgeDataOn30Day \]`: Flag that describes if we want to remove the data after 30 days. + +## RELATED LINKS + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DailyQuotaGb +The workspace daily quota for ingestion. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultDataCollectionRuleResourceId +The resource ID of the default Data Collection Rule to use for this workspace. +Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ETag +The ETag of the workspace. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Feature +Workspace features. +To construct, see NOTES section for FEATURE properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspaceFeatures +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ForceCmkForQuery +Indicates whether customer managed storage is mandatory for query management. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Location +The geo-location where the resource lives + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the workspace. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: WorkspaceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublicNetworkAccessForIngestion +The network access type for accessing Log Analytics ingestion. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.PublicNetworkAccessType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublicNetworkAccessForQuery +The network access type for accessing Log Analytics query. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.PublicNetworkAccessType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RetentionInDay +The workspace data retention in days. +Allowed values are per pricing plan. +See pricing tiers documentation for details. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sku +The name of the SKU. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.WorkspaceSkuNameEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuCapacity +The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Tag +Resource tags. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspace + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +FEATURE : Workspace features. + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ClusterResourceId ]`: Dedicated LA cluster resourceId that is linked to the workspaces. + - `[DisableLocalAuth ]`: Disable Non-AAD based Auth. + - `[EnableDataExport ]`: Flag that indicate if data should be exported. + - `[EnableLogAccessUsingOnlyResourcePermission ]`: Flag that indicate which permission to use - resource or workspace or both. + - `[ImmediatePurgeDataOn30Day ]`: Flag that describes if we want to remove the data after 30 days. + +## RELATED LINKS + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/README.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/README.md new file mode 100644 index 000000000000..023f30acfcb1 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/README.md @@ -0,0 +1,11 @@ +# Docs +This directory contains the documentation of the cmdlets for the `Az.OperationalInsights` module. To run documentation generation, use the `generate-help.ps1` script at the root module folder. Files in this folder will *always be overridden on regeneration*. To update documentation examples, please use the `../examples` folder. + +## Info +- Modifiable: no +- Generated: all +- Committed: yes +- Packaged: yes + +## Details +The process of documentation generation loads `Az.OperationalInsights` and analyzes the exported cmdlets from the module. It recognizes the [help comments](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) that are generated into the scripts in the `../exports` folder. Additionally, when writing custom cmdlets in the `../custom` folder, you can use the help comments syntax, which decorate the exported scripts at build-time. The documentation examples are taken from the `../examples` folder. \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/Remove-AzOperationalInsightsTable.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/Remove-AzOperationalInsightsTable.md new file mode 100644 index 000000000000..5bf1dd3a3326 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/Remove-AzOperationalInsightsTable.md @@ -0,0 +1,502 @@ +--- +external help file: +Module Name: Az.OperationalInsights +online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/remove-azoperationalinsightstable +schema: 2.0.0 +--- + +# Remove-AzOperationalInsightsTable + +## SYNOPSIS +Delete a Log Analytics workspace table. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzOperationalInsightsTable -Name -ResourceGroupName -WorkspaceName + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### DeleteViaIdentity +``` +Remove-AzOperationalInsightsTable -InputObject [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete a Log Analytics workspace table. + +## EXAMPLES + +### Delete (Default) +```powershell + +``` + +Remove-AzOperationalInsightsTable -Name \ -ResourceGroupName \ -WorkspaceName \ + [-SubscriptionId \] [-DefaultProfile \] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [\] +``` + +### DeleteViaIdentity +```powershell + +``` + +Remove-AzOperationalInsightsTable -InputObject \ [-DefaultProfile \] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [\] +``` + +## DESCRIPTION +Delete a Log Analytics workspace table. + +## EXAMPLES + +### Example 1: Remove a table +```powershell +PS C:\> Remove-AzOperationalInsightsTable -ResourceGroupName {RG-name} -Name {Table-name} -WorkspaceName {WS-name} + +--no output-- +``` + + + +### Example 2: Remove a default 'Heartbeat' table - fail +```powershell +PS C:\> Remove-AzOperationalInsightsTable -ResourceGroupName dabenham-dev -Name Heartbeat -WorkspaceName dabenham-PSH2 + +Remove-AzOperationalInsightsTable_Delete: No actual change was detected, for table - Heartbeat, both schema and metadata information modifications seems to be missing. +``` + +Deletion of default tables is not possible +After performing an update to a default table using 'New-AzOperationalInsightsTable' or 'Update-AzOperationalInsightsTable' cmdlets, performing delete will revert the default table to it's original values' + +PS C:\\> $tempTable = Update-AzOperationalInsightsTable -ResourceGroupName dabenham-dev -WorkspaceName dabenham-PSH2 -Name Heartbeat -RetentionInDay 55 +PS C:\\> $tempTable.RetentionInDay +55 + +PS C:\\> Remove-AzOperationalInsightsTable -ResourceGroupName dabenham-dev -WorkspaceName dabenham-PSH2 -Name Heartbeat +PS C:\\> $tempTable = Get-AzOperationalInsightsTable -ResourceGroupName dabenham-dev -WorkspaceName dabenham-PSH2 -Name Heartbeat +PS C:\\> $tempTable.RetentionInDay +30 +## PARAMETERS + +### -AsJob +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +```powershell + +``` + +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +```powershell + +``` + +Type: System.String +Parameter Sets: Delete +Aliases: TableName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +```powershell + +``` + +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +```powershell + +``` + +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +```powershell + +``` + +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +```powershell + +``` + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +```powershell + +``` + +## OUTPUTS + +### System.Boolean +```powershell + +``` + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT \: Identity Parameter + - `[Id \]`: Resource identity path + - `[ResourceGroupName \]`: The name of the resource group. +The name is case insensitive. + - `[SubscriptionId \]`: The ID of the target subscription. + - `[TableName \]`: The name of the table. + - `[WorkspaceName \]`: The name of the workspace. + +## RELATED LINKS + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the table. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: TableName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +The name of the workspace. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[Id ]`: Resource identity path + - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. + - `[SubscriptionId ]`: The ID of the target subscription. + - `[TableName ]`: The name of the table. + - `[WorkspaceName ]`: The name of the workspace. + +## RELATED LINKS + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/Remove-AzOperationalInsightsWorkspace.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/Remove-AzOperationalInsightsWorkspace.md new file mode 100644 index 000000000000..1596924b24fe --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/Remove-AzOperationalInsightsWorkspace.md @@ -0,0 +1,494 @@ +--- +external help file: +Module Name: Az.OperationalInsights +online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/remove-azoperationalinsightsworkspace +schema: 2.0.0 +--- + +# Remove-AzOperationalInsightsWorkspace + +## SYNOPSIS +Deletes a workspace resource. +To recover the workspace, create it again with the same name, in the same subscription, resource group and location. +The name is kept for 14 days and cannot be used for another workspace. +To remove the workspace completely and release the name, use the force flag. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzOperationalInsightsWorkspace -Name -ResourceGroupName [-SubscriptionId ] + [-ForceDelete] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### DeleteViaIdentity +``` +Remove-AzOperationalInsightsWorkspace -InputObject [-ForceDelete] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Deletes a workspace resource. +To recover the workspace, create it again with the same name, in the same subscription, resource group and location. +The name is kept for 14 days and cannot be used for another workspace. +To remove the workspace completely and release the name, use the force flag. + +## EXAMPLES + +### Delete (Default) +```powershell + +``` + +Remove-AzOperationalInsightsWorkspace -Name \ -ResourceGroupName \ [-SubscriptionId \] + [-Force] [-DefaultProfile \] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [\] +``` + +### DeleteViaIdentity +```powershell + +``` + +Remove-AzOperationalInsightsWorkspace -InputObject \ [-Force] + [-DefaultProfile \] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [\] +``` + +## DESCRIPTION +Deletes a workspace resource. +To recover the workspace, create it again with the same name, in the same subscription, resource group and location. +The name is kept for 14 days and cannot be used for another workspace. +To remove the workspace completely and release the name, use the force flag. + +## EXAMPLES + +### Example 1: Remove a workapce by resource group name and workspace name +```powershell +Remove-AzOperationalInsightsWorkspace -ResourceGroupName {RG-Name} -Name {WS-Name} +``` + +Confirm +Are you sure you want to remove workspace '{WS-Name}' in resource group '{RG-Name}'? +[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y + +## PARAMETERS + +### -AsJob +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +```powershell + +``` + +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Force +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +```powershell + +``` + +Type: System.String +Parameter Sets: Delete +Aliases: WorkspaceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +```powershell + +``` + +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +```powershell + +``` + +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +```powershell + +``` + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +```powershell + +``` + +## OUTPUTS + +### System.Boolean +```powershell + +``` + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT \: Identity Parameter + - `[Id \]`: Resource identity path + - `[ResourceGroupName \]`: The name of the resource group. +The name is case insensitive. + - `[SubscriptionId \]`: The ID of the target subscription. + - `[TableName \]`: The name of the table. + - `[WorkspaceName \]`: The name of the workspace. + +## RELATED LINKS + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ForceDelete +Deletes the workspace without the recovery option. +A workspace that was deleted with this flag cannot be recovered. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the workspace. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: WorkspaceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[Id ]`: Resource identity path + - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. + - `[SubscriptionId ]`: The ID of the target subscription. + - `[TableName ]`: The name of the table. + - `[WorkspaceName ]`: The name of the workspace. + +## RELATED LINKS + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/Update-AzOperationalInsightsTable.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/Update-AzOperationalInsightsTable.md new file mode 100644 index 000000000000..13c2202908cd --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/Update-AzOperationalInsightsTable.md @@ -0,0 +1,859 @@ +--- +external help file: +Module Name: Az.OperationalInsights +online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/update-azoperationalinsightstable +schema: 2.0.0 +--- + +# Update-AzOperationalInsightsTable + +## SYNOPSIS +Update a Log Analytics workspace table. + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzOperationalInsightsTable -Name -ResourceGroupName -WorkspaceName + [-SubscriptionId ] [-Plan ] [-RestoredLogsSourceTable ] + [-RetentionInDay ] [-SchemaColumn ] [-SchemaDescription ] + [-SchemaDisplayName ] [-SchemaName ] [-TotalRetentionInDay ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzOperationalInsightsTable -InputObject [-Plan ] + [-RestoredLogsSourceTable ] [-RetentionInDay ] [-SchemaColumn ] + [-SchemaDescription ] [-SchemaDisplayName ] [-SchemaName ] + [-TotalRetentionInDay ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Update a Log Analytics workspace table. + +## EXAMPLES + +### UpdateExpanded (Default) +```powershell + +``` + +Update-AzOperationalInsightsTable -Name \ -ResourceGroupName \ -WorkspaceName \ + [-SubscriptionId \] [-Plan \] [-RestoredLogsEndRestoreTime \] + [-RestoredLogsStartRestoreTime \] [-RetentionInDay \] [-SchemaColumn \] + [-SchemaDescription \] [-SchemaDisplayName \] [-SchemaName \] + [-SearchResultsDescription \] [-SearchResultsEndSearchTime \] [-SearchResultsLimit \] + [-SearchResultsQuery \] [-SearchResultsStartSearchTime \] [-TotalRetentionInDay \] + [-DefaultProfile \] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [\] +``` + +### UpdateViaIdentityExpanded +```powershell + +``` + +Update-AzOperationalInsightsTable -InputObject \ [-Plan \] + [-RestoredLogsEndRestoreTime \] [-RestoredLogsStartRestoreTime \] [-RetentionInDay \] + [-SchemaColumn \] [-SchemaDescription \] [-SchemaDisplayName \] + [-SchemaName \] [-SearchResultsDescription \] [-SearchResultsEndSearchTime \] + [-SearchResultsLimit \] [-SearchResultsQuery \] [-SearchResultsStartSearchTime \] + [-TotalRetentionInDay \] [-DefaultProfile \] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [\] +``` + +## DESCRIPTION +Update a Log Analytics workspace table. + +## EXAMPLES + +### Example 1: Update table's retention +```powershell +PS C:\> Update-AzOperationalInsightsTable -ResourceGroupName {RG-name} -WorkspaceName {WS-name} -Name {TableName_CL} -RetentionInDay 40 + +Name ResourceGroupName +---- ----------------- +dabenhamKuku1_CL +``` + +Update of custom table retention + +### Example 2: Update a default table will not work at first try +```powershell +PS C:\> Update-AzOperationalInsightsTable -ResourceGroupName {RG-name} -WorkspaceName {WS-name} -Name Heartbeat -RetentionInDay 40 + +Update-AzOperationalInsightsTable_UpdateExpanded: 'Patch' cannot be used for table creation - Heartbeat. Use 'Put' instead. + +PS C:\>$tempTable = New-AzOperationalInsightsTable -ResourceGroupName {RG-name} -WorkspaceName {WS-name} -Name Heartbeat -RetentionInDay 50 +PS C:\>$tempTable +Name ResourceGroupName +---- ----------------- +Heartbeat + +$tempTable.RetentionInDay +50 + +PS C:\>$tempTable = Update-AzOperationalInsightsTable -ResourceGroupName {RG-name} -WorkspaceName {WS-name} -Name Heartbeat -RetentionInDay 30 +PS C:\>$tempTable +Name ResourceGroupName +---- ----------------- +Heartbeat + +$tempTable.RetentionInDay +30 +``` + +To update a default table for the first time, please use New-AzOperationalInsightsTable as you would use Update-AzOperationalInsightsTable. + +After the using New-AzOperationalInsightsTable for the first time, you can use Update-AzOperationalInsightsTable normally + +## PARAMETERS + +### -AsJob +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +```powershell + +``` + +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +```powershell + +``` + +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: TableName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Plan +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.TablePlanEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +```powershell + +``` + +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RestoredLogsEndRestoreTime +```powershell + +``` + +Type: System.DateTime +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RestoredLogsStartRestoreTime +```powershell + +``` + +Type: System.DateTime +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RetentionInDay +```powershell + +``` + +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaColumn +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IColumn[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaDescription +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaDisplayName +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaName +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchResultsDescription +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchResultsEndSearchTime +```powershell + +``` + +Type: System.DateTime +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchResultsLimit +```powershell + +``` + +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchResultsQuery +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchResultsStartSearchTime +```powershell + +``` + +Type: System.DateTime +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +```powershell + +``` + +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TotalRetentionInDay +```powershell + +``` + +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +```powershell + +``` + +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +```powershell + +``` + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +```powershell + +``` + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.ITable +```powershell + +``` + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT \: Identity Parameter + - `[Id \]`: Resource identity path + - `[ResourceGroupName \]`: The name of the resource group. +The name is case insensitive. + - `[SubscriptionId \]`: The ID of the target subscription. + - `[TableName \]`: The name of the table. + - `[WorkspaceName \]`: The name of the workspace. + +SCHEMACOLUMN \: A list of table custom columns. + - `[DataTypeHint \]`: Column data type logical hint. + - `[Description \]`: Column description. + - `[DisplayName \]`: Column display name. + - `[Name \]`: Column name. + - `[Type \]`: Column data type. + +## RELATED LINKS + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the table. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: TableName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Plan +Instruct the system how to handle and charge the logs ingested to this table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.TablePlanEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RestoredLogsSourceTable +The table to restore data from. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RetentionInDay +The table retention in days, between 4 and 730. +Setting this property to -1 will default to the workspace retention. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaColumn +A list of table custom columns. +To construct, see NOTES section for SCHEMACOLUMN properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IColumn[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaDescription +Table description. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaDisplayName +Table display name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SchemaName +Table name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TotalRetentionInDay +The table total retention in days, between 4 and 2555. +Setting this property to -1 will default to table retention. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +The name of the workspace. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.ITable + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[Id ]`: Resource identity path + - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. + - `[SubscriptionId ]`: The ID of the target subscription. + - `[TableName ]`: The name of the table. + - `[WorkspaceName ]`: The name of the workspace. + +SCHEMACOLUMN : A list of table custom columns. + - `[DataTypeHint ]`: Column data type logical hint. + - `[Description ]`: Column description. + - `[DisplayName ]`: Column display name. + - `[Name ]`: Column name. + - `[Type ]`: Column data type. + +## RELATED LINKS + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/docs/Update-AzOperationalInsightsWorkspace.md b/src/OperationalInsights/OperationalInsights.Autorest/docs/Update-AzOperationalInsightsWorkspace.md new file mode 100644 index 000000000000..aa95e98ed809 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/docs/Update-AzOperationalInsightsWorkspace.md @@ -0,0 +1,736 @@ +--- +external help file: +Module Name: Az.OperationalInsights +online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/update-azoperationalinsightsworkspace +schema: 2.0.0 +--- + +# Update-AzOperationalInsightsWorkspace + +## SYNOPSIS +Updates a workspace. + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzOperationalInsightsWorkspace -Name -ResourceGroupName [-SubscriptionId ] + [-DailyQuotaGb ] [-DefaultDataCollectionRuleResourceId ] [-Feature ] + [-ForceCmkForQuery] [-PublicNetworkAccessForIngestion ] + [-PublicNetworkAccessForQuery ] [-RetentionInDay ] + [-Sku ] [-SkuCapacity ] [-Tag ] [-DefaultProfile ] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzOperationalInsightsWorkspace -InputObject [-DailyQuotaGb ] + [-DefaultDataCollectionRuleResourceId ] [-Feature ] [-ForceCmkForQuery] + [-PublicNetworkAccessForIngestion ] + [-PublicNetworkAccessForQuery ] [-RetentionInDay ] + [-Sku ] [-SkuCapacity ] [-Tag ] [-DefaultProfile ] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Updates a workspace. + +## EXAMPLES + +### UpdateExpanded (Default) +```powershell + +``` + +Update-AzOperationalInsightsWorkspace -Name \ -ResourceGroupName \ [-SubscriptionId \] + [-DailyQuotaGb \] [-DefaultDataCollectionRuleResourceId \] [-Feature \] + [-ForceCmkForQuery] [-ProvisioningState \] + [-PublicNetworkAccessForIngestion \] + [-PublicNetworkAccessForQuery \] [-RetentionInDay \] + [-Sku \] [-SkuCapacity \] [-Tag \] [-DefaultProfile \] + [-Confirm] [-WhatIf] [\] +``` + +### UpdateViaIdentityExpanded +```powershell + +``` + +Update-AzOperationalInsightsWorkspace -InputObject \ [-DailyQuotaGb \] + [-DefaultDataCollectionRuleResourceId \] [-Feature \] [-ForceCmkForQuery] + [-ProvisioningState \] [-PublicNetworkAccessForIngestion \] + [-PublicNetworkAccessForQuery \] [-RetentionInDay \] + [-Sku \] [-SkuCapacity \] [-Tag \] [-DefaultProfile \] + [-Confirm] [-WhatIf] [\] +``` + +## DESCRIPTION +Updates a workspace. + +## EXAMPLES + +### Example 1: Update an existing Worksapce retrntion +```powershell +PS C:\>$workspace = Update-AzOperationalInsightsWorkspace -ResourceGroupName {RG-name} -Name {WS-name} -RetentionInDay 42 +PS C:\>$workspace +Location Name ETag ResourceGroupName +-------- ---- ---- ----------------- +eastus {WS-name}t + +PS C:\> $workspace.RetentionInDay +42 +``` + +{{ Add description here }} + +### Example 2: Update a workspace that does not exist +```powershell +PS C:\> Update-AzOperationalInsightsWorkspace -ResourceGroupName {RG-name} -Name {WS-name} -RetentionInDay 42 + +Update-AzOperationalInsightsWorkspace_UpdateExpanded: The Resource 'Microsoft.OperationalInsights/workspaces/{WS-name}' under resource group '{RG-name}' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix +``` + +Please create a workspace using 'New-AzOperationalInsightsWorkspace' cmdlet before updating it + +## PARAMETERS + +### -DailyQuotaGb +```powershell + +``` + +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultDataCollectionRuleResourceId +```powershell + +``` + +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +```powershell + +``` + +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Feature +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspaceFeatures +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ForceCmkForQuery +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +```powershell + +``` + +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: WorkspaceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProvisioningState +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.WorkspaceEntityStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublicNetworkAccessForIngestion +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.PublicNetworkAccessType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublicNetworkAccessForQuery +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.PublicNetworkAccessType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +```powershell + +``` + +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RetentionInDay +```powershell + +``` + +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sku +```powershell + +``` + +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.WorkspaceSkuNameEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuCapacity +```powershell + +``` + +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +```powershell + +``` + +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Tag +```powershell + +``` + +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +```powershell + +``` + +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +```powershell + +``` + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +```powershell + +``` + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspace +```powershell + +``` + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + + +FEATURE \: Workspace features. + - `[(Any) \]`: This indicates any property can be added to this object. + - `[ClusterResourceId \]`: Dedicated LA cluster resourceId that is linked to the workspaces. + - `[DisableLocalAuth \]`: Disable Non-AAD based Auth. + - `[EnableDataExport \]`: Flag that indicate if data should be exported. + - `[EnableLogAccessUsingOnlyResourcePermission \]`: Flag that indicate which permission to use - resource or workspace or both. + - `[ImmediatePurgeDataOn30Day \]`: Flag that describes if we want to remove the data after 30 days. + +INPUTOBJECT \: Identity Parameter + - `[Id \]`: Resource identity path + - `[ResourceGroupName \]`: The name of the resource group. +The name is case insensitive. + - `[SubscriptionId \]`: The ID of the target subscription. + - `[TableName \]`: The name of the table. + - `[WorkspaceName \]`: The name of the workspace. + +## RELATED LINKS + +## PARAMETERS + +### -DailyQuotaGb +The workspace daily quota for ingestion. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultDataCollectionRuleResourceId +The resource ID of the default Data Collection Rule to use for this workspace. +Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Feature +Workspace features. +To construct, see NOTES section for FEATURE properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspaceFeatures +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ForceCmkForQuery +Indicates whether customer managed storage is mandatory for query management. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the workspace. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: WorkspaceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublicNetworkAccessForIngestion +The network access type for accessing Log Analytics ingestion. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.PublicNetworkAccessType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublicNetworkAccessForQuery +The network access type for accessing Log Analytics query. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.PublicNetworkAccessType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RetentionInDay +The workspace data retention in days. +Allowed values are per pricing plan. +See pricing tiers documentation for details. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sku +The name of the SKU. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Support.WorkspaceSkuNameEnum +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuCapacity +The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Tag +Resource tags. +Optional. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspace + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +FEATURE : Workspace features. + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ClusterResourceId ]`: Dedicated LA cluster resourceId that is linked to the workspaces. + - `[DisableLocalAuth ]`: Disable Non-AAD based Auth. + - `[EnableDataExport ]`: Flag that indicate if data should be exported. + - `[EnableLogAccessUsingOnlyResourcePermission ]`: Flag that indicate which permission to use - resource or workspace or both. + - `[ImmediatePurgeDataOn30Day ]`: Flag that describes if we want to remove the data after 30 days. + +INPUTOBJECT : Identity Parameter + - `[Id ]`: Resource identity path + - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. + - `[SubscriptionId ]`: The ID of the target subscription. + - `[TableName ]`: The name of the table. + - `[WorkspaceName ]`: The name of the workspace. + +## RELATED LINKS + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsDeletedWorkspace.md b/src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsDeletedWorkspace.md new file mode 100644 index 000000000000..6e3e02bc060d --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsDeletedWorkspace.md @@ -0,0 +1,73 @@ +### Example 1: List all deleted workspaces for a given resource group +```powershell +Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName {RG-Name} + +Name : {WS-Name1} +ResourceId : /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/microsoft.operationalinsights/workspaces/{WS-Name1} +ResourceGroupName : {RG-Name} +Location : eastus2euap +Tags : {} +Sku : pergb2018 +CapacityReservationLevel : +LastSkuUpdate : Tue, 12 Jan 2021 11:25:15 GMT +retentionInDays : 30 +CustomerId : 43eda0ea-004a-48e8-9c40-1219418083de +ProvisioningState : Succeeded +PublicNetworkAccessForIngestion : Enabled +PublicNetworkAccessForQuery : Enabled +PrivateLinkScopedResources : +WorkspaceCapping : Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCapping +CreatedDate : Tue, 12 Jan 2021 11:25:15 GMT +ModifiedDate : Wed, 19 Jan 2022 20:50:32 GMT +ForceCmkForQuery : +WorkspaceFeatures : Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures + +Name : {WS-Name2} +ResourceId : /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/microsoft.operationalinsights/workspaces/{WS-Name2} +ResourceGroupName : {RG-Name} +Location : eastus2euap +Tags : {} +Sku : pergb2018 +CapacityReservationLevel : +LastSkuUpdate : Tue, 12 Jan 2021 11:25:15 GMT +retentionInDays : 30 +CustomerId : 43eda0ea-004a-48e8-9c40-1219418083de +ProvisioningState : Succeeded +PublicNetworkAccessForIngestion : Enabled +PublicNetworkAccessForQuery : Enabled +PrivateLinkScopedResources : +WorkspaceCapping : Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCapping +CreatedDate : Tue, 12 Jan 2021 11:25:15 GMT +ModifiedDate : Wed, 19 Jan 2022 20:50:32 GMT +ForceCmkForQuery : +WorkspaceFeatures : Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures +``` + +Get all deleted workspaces for a given resource group + +### Example 2: Get a deleted workspace by resource group and name +```powershell +Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName {RG-Name} -Name {WS-Name1} + +Name : {WS-Name1} +ResourceId : /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/microsoft.operationalinsights/workspaces/{WS-Name1} +ResourceGroupName : {RG-Name} +Location : eastus2euap +Tags : {} +Sku : pergb2018 +CapacityReservationLevel : +LastSkuUpdate : Tue, 12 Jan 2021 11:25:15 GMT +retentionInDays : 30 +CustomerId : 43eda0ea-004a-48e8-9c40-1219418083de +ProvisioningState : Succeeded +PublicNetworkAccessForIngestion : Enabled +PublicNetworkAccessForQuery : Enabled +PrivateLinkScopedResources : +WorkspaceCapping : Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCapping +CreatedDate : Tue, 12 Jan 2021 11:25:15 GMT +ModifiedDate : Wed, 19 Jan 2022 20:50:32 GMT +ForceCmkForQuery : +WorkspaceFeatures : Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures +``` + +Get a specific deleted workspace by resource group and name diff --git a/src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsTable.md b/src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsTable.md new file mode 100644 index 000000000000..f3b40e9947bb --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsTable.md @@ -0,0 +1,27 @@ +### Example 1: List tables for a given workspace name +```powershell +Get-AzOperationalInsightsTable -ResourceGroupName {RG-Name} -WorkspaceName {WS-Name} + + +Name Id RetentionInDays +---- -- --------------- +DatabricksTables /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/DatabricksTables 30 +BlockchainProxyLog /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/BlockchainProxyLog 30 +BlockchainApplicationLog /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/BlockchainApplicationLog 30 +AADDomainServicesAccountLogon /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/AADDomainServicesAccountLogon 30 +AADDomainServicesAccountManagement /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/AADDomainServicesAccountManagement 30 + +``` + +Get all tables for a given workspace name + +### Example 2: Get a table by name +```powershell +Get-AzOperationalInsightsTable -ResourceGroupName {RG-Name} -WorkspaceName {WS-Name} -TableName {Table-Name} + +Name Id RetentionInDays +---- -- --------------- +{Table-Name} /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/{Table-Name} 90 +``` + +Get a specific table by name for a given workspace \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsWorkspace.md b/src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsWorkspace.md new file mode 100644 index 000000000000..47c396c0182e --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsWorkspace.md @@ -0,0 +1,25 @@ +### Example 1: Get a worksapce by resource group and worksapce name +```powershell +Get-AzOperationalInsightsWorkspace -name {WS_Name} -ResourceGroupName {RG_Name} + + +Location Name ETag +-------- ---- ---- +eastus WS_Name + +``` +Get a Log-Analytics workspace + +### Example 2: List all worksapces for a given resource group name +```powershell +Get-AzOperationalInsightsWorkspace -ResourceGroupName {RG_Name} + + +Location Name ETag +-------- ---- ---- +eastus WS_Name1 +eastus WS_Name2 +eastus WS_Name3 + +``` +List al Log-Analytics workspaces for a given resource group name diff --git a/src/OperationalInsights/OperationalInsights.Autorest/examples/Move-AzOperationalInsightsTable.md b/src/OperationalInsights/OperationalInsights.Autorest/examples/Move-AzOperationalInsightsTable.md new file mode 100644 index 000000000000..4a447f8f5906 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/examples/Move-AzOperationalInsightsTable.md @@ -0,0 +1,8 @@ +### Example 1: Migrate classic table +```powershell +PS C:\> Move-AzOperationalInsightsTable -ResourceGroupName {RG-name} -Name {Table-name} -WorkspaceName {WS-name} + +no output if command is successfull +``` + +Migrate classic table diff --git a/src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsTable.md b/src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsTable.md new file mode 100644 index 000000000000..a8063ff13af5 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsTable.md @@ -0,0 +1,15 @@ +### Example 1: Create a new custom table +```powershell +PS C:\> $col1 = New-AzOperationalInsightsTableColumnObject -Name 'SourceSystem' -Description 'Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.' -Type 'string' +PS C:\> $col2 = New-AzOperationalInsightsTableColumnObject -Name 'TimeGenerated' -Description 'Date and time the record was created.' -Type 'datetime' +PS C:\> $schemaColumns = ($col1, $col2) + +PS C:\> New-AzOperationalInsightsTable -ResourceGroupName {RG-name} -WorkspaceName {WS-name} -Name {TableName_CL} -RetentionInDay 33 -TotalRetentionInDay 55 -SchemaName {TableName_CL} -SchemaColumn $schemaColumns + +Name ResourceGroupName +---- ----------------- +dabenhamKuku1_CL + +``` + +Create a new custom table with all needed dependencies. \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsTableColumnObject.md b/src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsTableColumnObject.md new file mode 100644 index 000000000000..916fb9e3bfdc --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsTableColumnObject.md @@ -0,0 +1,20 @@ +### Example 1: Create a new Column which is used for New-AzOperationalInsightsTable cmdlet +```powershell +PS C:\> New-AzOperationalInsightsTableColumnObject -Name 'SourceSystem' -Description 'Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.' -Type 'string' + +DataTypeHint Description DisplayName IsDefaultDisplay IsHidden Name +------------ ----------- ----------- ---------------- -------- ---- + Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux. SourceSystem + +``` + +### Example 2: Create a new Column which is used for New-AzOperationalInsightsTable cmdlet +```powershell +PS C:\> New-AzOperationalInsightsTableColumnObject -Name 'TimeGenerated' -Description 'Date and time the record was created.' -Type 'datetime' + +DataTypeHint Description DisplayName IsDefaultDisplay IsHidden Name +------------ ----------- ----------- ---------------- -------- ---- + Date and time the record was created. TimeGenerated + +``` +Creates a TableColumnObject which is required to use "New-AzOperationalInsightsTable" cmdlet. \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsWorkspace.md b/src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsWorkspace.md new file mode 100644 index 000000000000..059b68556973 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsWorkspace.md @@ -0,0 +1,10 @@ +### Example 1: Create a new LogAnalytics workspace +```powershell +PS C:\> New-AzOperationalInsightsWorkspace -ResourceGroupName {RG-name} -Name {WS-name} -Location {Resource-location} + +Location Name ETag ResourceGroupName +-------- ---- ---- ----------------- +{Resource-location} {WS-name} +``` + +Creates a new LogAnalytics workspace for provided resource-group in the provided location. \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/examples/Remove-AzOperationalInsightsTable.md b/src/OperationalInsights/OperationalInsights.Autorest/examples/Remove-AzOperationalInsightsTable.md new file mode 100644 index 000000000000..2de5f3916238 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/examples/Remove-AzOperationalInsightsTable.md @@ -0,0 +1,28 @@ +### Example 1: Remove a table +```powershell +PS C:\> Remove-AzOperationalInsightsTable -ResourceGroupName {RG-name} -Name {Table-name} -WorkspaceName {WS-name} + +--no output-- +``` +Remove a table by name + + +### Example 2: Remove a default 'Heartbeat' table - fail +```powershell +PS C:\> Remove-AzOperationalInsightsTable -ResourceGroupName dabenham-dev -Name Heartbeat -WorkspaceName dabenham-PSH2 +Remove-AzOperationalInsightsTable_Delete: No actual change was detected, for table - Heartbeat, both schema and metadata information modifications seems to be missing. + +Deletion of default tables is not possible +After performing an update to a default table using 'New-AzOperationalInsightsTable' or 'Update-AzOperationalInsightsTable' cmdlets, performing delete will revert the default table to it's original values' + +PS C:\> $tempTable = Update-AzOperationalInsightsTable -ResourceGroupName dabenham-dev -WorkspaceName dabenham-PSH2 -Name Heartbeat -RetentionInDay 55 +PS C:\> $tempTable.RetentionInDay +55 + +PS C:\> Remove-AzOperationalInsightsTable -ResourceGroupName dabenham-dev -WorkspaceName dabenham-PSH2 -Name Heartbeat +PS C:\> $tempTable = Get-AzOperationalInsightsTable -ResourceGroupName dabenham-dev -WorkspaceName dabenham-PSH2 -Name Heartbeat +PS C:\> $tempTable.RetentionInDay +30 +``` + +Using Remove-AzOperationalInsightsTable cmdlet to delete a default table is used to restore table to default state. if default state was not changed - the cmdlet will fail. \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/examples/Remove-AzOperationalInsightsWorkspace.md b/src/OperationalInsights/OperationalInsights.Autorest/examples/Remove-AzOperationalInsightsWorkspace.md new file mode 100644 index 000000000000..9e791cc2bcde --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/examples/Remove-AzOperationalInsightsWorkspace.md @@ -0,0 +1,9 @@ +### Example 1: Remove a workapce by resource group name and workspace name +```powershell +Remove-AzOperationalInsightsWorkspace -ResourceGroupName {RG-Name} -Name {WS-Name} + +Confirm +Are you sure you want to remove workspace '{WS-Name}' in resource group '{RG-Name}'? +[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y +``` +Removes a Log-Analytics workspace. \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/examples/Update-AzOperationalInsightsTable.md b/src/OperationalInsights/OperationalInsights.Autorest/examples/Update-AzOperationalInsightsTable.md new file mode 100644 index 000000000000..066c063bec14 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/examples/Update-AzOperationalInsightsTable.md @@ -0,0 +1,38 @@ +### Example 1: Update table's retention +```powershell +PS C:\> Update-AzOperationalInsightsTable -ResourceGroupName {RG-name} -WorkspaceName {WS-name} -Name {TableName_CL} -RetentionInDay 40 + +Name ResourceGroupName +---- ----------------- +dabenhamKuku1_CL +``` + +Update of custom table retention + +### Example 2: Update a default table will not work at first try +```powershell +PS C:\> Update-AzOperationalInsightsTable -ResourceGroupName {RG-name} -WorkspaceName {WS-name} -Name Heartbeat -RetentionInDay 40 + +Update-AzOperationalInsightsTable_UpdateExpanded: 'Patch' cannot be used for table creation - Heartbeat. Use 'Put' instead. + +PS C:\>$tempTable = New-AzOperationalInsightsTable -ResourceGroupName {RG-name} -WorkspaceName {WS-name} -Name Heartbeat -RetentionInDay 50 +PS C:\>$tempTable +Name ResourceGroupName +---- ----------------- +Heartbeat + +$tempTable.RetentionInDay +50 + +PS C:\>$tempTable = Update-AzOperationalInsightsTable -ResourceGroupName {RG-name} -WorkspaceName {WS-name} -Name Heartbeat -RetentionInDay 30 +PS C:\>$tempTable +Name ResourceGroupName +---- ----------------- +Heartbeat + +$tempTable.RetentionInDay +30 +``` + +To update a default table for the first time, please use New-AzOperationalInsightsTable as you would use Update-AzOperationalInsightsTable. +After the using New-AzOperationalInsightsTable for the first time, you can use Update-AzOperationalInsightsTable normally diff --git a/src/OperationalInsights/OperationalInsights.Autorest/examples/Update-AzOperationalInsightsWorkspace.md b/src/OperationalInsights/OperationalInsights.Autorest/examples/Update-AzOperationalInsightsWorkspace.md new file mode 100644 index 000000000000..9a8f1272476b --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/examples/Update-AzOperationalInsightsWorkspace.md @@ -0,0 +1,22 @@ +### Example 1: Update an existing Worksapce retrntion +```powershell +PS C:\>$workspace = Update-AzOperationalInsightsWorkspace -ResourceGroupName {RG-name} -Name {WS-name} -RetentionInDay 42 +PS C:\>$workspace +Location Name ETag ResourceGroupName +-------- ---- ---- ----------------- +eastus {WS-name}t + +PS C:\> $workspace.RetentionInDay +42 +``` + +Update a custom property - retention for a workspace + +### Example 2: Update a workspace that does not exist +```powershell +PS C:\> Update-AzOperationalInsightsWorkspace -ResourceGroupName {RG-name} -Name {WS-name} -RetentionInDay 42 + +Update-AzOperationalInsightsWorkspace_UpdateExpanded: The Resource 'Microsoft.OperationalInsights/workspaces/{WS-name}' under resource group '{RG-name}' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix +``` + +Please create a workspace using 'New-AzOperationalInsightsWorkspace' cmdlet before updating it diff --git a/src/OperationalInsights/OperationalInsights.Autorest/how-to.md b/src/OperationalInsights/OperationalInsights.Autorest/how-to.md new file mode 100644 index 000000000000..edb795c70520 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/how-to.md @@ -0,0 +1,58 @@ +# How-To +This document describes how to develop for `Az.OperationalInsights`. + +## Building `Az.OperationalInsights` +To build, run the `build-module.ps1` at the root of the module directory. This will generate the proxy script cmdlets that are the cmdlets being exported by this module. After the build completes, the proxy script cmdlets will be output to the `exports` folder. To read more about the proxy script cmdlets, look at the [README.md](exports/README.md) in the `exports` folder. + +## Creating custom cmdlets +To add cmdlets that were not generated by the REST specification, use the `custom` folder. This folder allows you to add handwritten `.ps1` and `.cs` files. Currently, we support using `.ps1` scripts as new cmdlets or as additional low-level variants (via `ParameterSet`), and `.cs` files as low-level (variants) cmdlets that the exported script cmdlets call. We do not support exporting any `.cs` (dll) cmdlets directly. To read more about custom cmdlets, look at the [README.md](custom/README.md) in the `custom` folder. + +## Generating documentation +To generate documentation, the process is now integrated into the `build-module.ps1` script. If you don't want to run this process as part of `build-module.ps1`, you can provide the `-NoDocs` switch. If you want to run documentation generation after the build process, you may still run the `generate-help.ps1` script. Overall, the process will look at the documentation comments in the generated and custom cmdlets and types, and create `.md` files into the `docs` folder. Additionally, this pulls in any examples from the `examples` folder and adds them to the generated help markdown documents. To read more about examples, look at the [README.md](examples/README.md) in the `examples` folder. To read more about documentation, look at the [README.md](docs/README.md) in the `docs` folder. + +## Testing `Az.OperationalInsights` +To test the cmdlets, we use [Pester](https://github.com/pester/Pester). Tests scripts (`.ps1`) should be added to the `test` folder. To execute the Pester tests, run the `test-module.ps1` script. This will run all tests in `playback` mode within the `test` folder. To read more about testing cmdlets, look at the [README.md](examples/README.md) in the `examples` folder. + +## Packing `Az.OperationalInsights` +To pack `Az.OperationalInsights` for distribution, run the `pack-module.ps1` script. This will take the contents of multiple directories and certain root-folder files to create a `.nupkg`. The structure of the `.nupkg` is created so it can be loaded part of a [PSRepository](https://docs.microsoft.com/powershell/module/powershellget/register-psrepository). Additionally, this package is in a format for distribution to the [PSGallery](https://www.powershellgallery.com/). For signing an Azure module, please contact the [Azure PowerShell](https://github.com/Azure/azure-powershell) team. + +## Module Script Details +There are multiple scripts created for performing different actions for developing `Az.OperationalInsights`. +- `build-module.ps1` + - Builds the module DLL (`./bin/Az.OperationalInsights.private.dll`), creates the exported cmdlets and documentation, generates custom cmdlet test stubs and exported cmdlet example stubs, and updates `./Az.OperationalInsights.psd1` with Azure profile information. + - **Parameters**: [`Switch` parameters] + - `-Run`: After building, creates an isolated PowerShell session and loads `Az.OperationalInsights`. + - `-Test`: After building, runs the `Pester` tests defined in the `test` folder. + - `-Docs`: After building, generates the Markdown documents for the modules into the `docs` folder. + - `-Pack`: After building, packages the module into a `.nupkg`. + - `-Code`: After building, opens a VSCode window with the module's directory and runs (see `-Run`) the module. + - `-Release`: Builds the module in `Release` configuration (as opposed to `Debug` configuration). + - `-NoDocs`: Supresses writing the documentation markdown files as part of the cmdlet exporting process. + - `-Debugger`: Used when attaching the debugger in Visual Studio to the PowerShell session, and running the build process without recompiling the DLL. This suppresses running the script as an isolated process. +- `run-module.ps1` + - Creates an isolated PowerShell session and loads `Az.OperationalInsights` into the session. + - Same as `-Run` in `build-module.ps1`. + - **Parameters**: [`Switch` parameters] + - `-Code`: Opens a VSCode window with the module's directory. + - Same as `-Code` in `build-module.ps1`. +- `generate-help.ps1` + - Generates the Markdown documents for the modules into the `docs` folder. + - Same as `-Docs` in `build-module.ps1`. +- `test-module.ps1` + - Runs the `Pester` tests defined in the `test` folder. + - Same as `-Test` in `build-module.ps1`. +- `pack-module.ps1` + - Packages the module into a `.nupkg` for distribution. + - Same as `-Pack` in `build-module.ps1`. +- `generate-help.ps1` + - Generates the Markdown documents for the modules into the `docs` folder. + - Same as `-Docs` in `build-module.ps1`. + - This process is now integrated into `build-module.ps1` automatically. To disable, use `-NoDocs` when running `build-module.ps1`. +- `export-surface.ps1` + - Generates Markdown documents for both the cmdlet surface and the model (class) surface of the module. + - These files are placed into the `resources` folder. + - Used for investigating the surface of your module. These are *not* documentation for distribution. +- `check-dependencies.ps1` + - Used in `run-module.ps1` and `test-module.ps1` to verify dependent modules are available to run those tasks. + - It will download local (within the module's directory structure) versions of those modules as needed. + - This script *does not* need to be ran by-hand. \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/license.txt b/src/OperationalInsights/OperationalInsights.Autorest/license.txt new file mode 100644 index 000000000000..b9f3180fb9af --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/license.txt @@ -0,0 +1,227 @@ +MICROSOFT SOFTWARE LICENSE TERMS + +MICROSOFT AZURE POWERSHELL + +These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. + +BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE. + + +-----------------START OF LICENSE-------------------------- + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +-------------------END OF LICENSE------------------------------------------ + + +----------------START OF THIRD PARTY NOTICE-------------------------------- + + +The software includes the AutoMapper library ("AutoMapper"). The MIT License set out below is provided for informational purposes only. It is not the license that governs any part of the software. + +Provided for Informational Purposes Only + +AutoMapper + +The MIT License (MIT) +Copyright (c) 2010 Jimmy Bogard + + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + + + + +*************** + +The software includes Newtonsoft.Json. The MIT License set out below is provided for informational purposes only. It is not the license that governs any part of the software. + +Newtonsoft.Json + +The MIT License (MIT) +Copyright (c) 2007 James Newton-King +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------END OF THIRD PARTY NOTICE---------------------------------------- + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/resources/README.md b/src/OperationalInsights/OperationalInsights.Autorest/resources/README.md new file mode 100644 index 000000000000..736492341e3d --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/resources/README.md @@ -0,0 +1,11 @@ +# Resources +This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `../custom` folder. + +## Info +- Modifiable: yes +- Generated: no +- Committed: yes +- Packaged: no + +## Purpose +Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact. \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsDeletedWorkspace.Tests.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsDeletedWorkspace.Tests.ps1 new file mode 100644 index 000000000000..56fe3213f17b --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsDeletedWorkspace.Tests.ps1 @@ -0,0 +1,37 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzOperationalInsightsDeletedWorkspace')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzOperationalInsightsDeletedWorkspace.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzOperationalInsightsDeletedWorkspace' { + + BeforeAll { + $rgName = "dabenham-dev" + $wsName = "dabenham-PSH2" + } + + It 'List' { + $deletedWorkspaces = Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName $rgName + Write-Host -ForegroundColor Yellow "Get-AzOperationalInsightsDeletedWorkspace List for rg:${rgName}, workspaces:${wsName} returned with: $($deletedWorkspaces.Count) results" + Write-Host -ForegroundColor Yellow $deletedWorkspaces + $singleWorkspace.Count | Should BeGreaterThan 0 + } + + It 'List1' { + $deletedWorkspaces = Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName $rgName -Name $wsName + Write-Host -ForegroundColor Yellow "Get-AzOperationalInsightsWorkspace List1 for rg:${rgName}, workspaces:${wsName} returned with: $($deletedWorkspaces.Count) results" + Write-Host -ForegroundColor Yellow $deletedWorkspaces + $singleWorkspace.Count | Should BeGreaterThan 0 + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsTable.Recording.json b/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsTable.Recording.json new file mode 100644 index 000000000000..e2f7f5a40f3d --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsTable.Recording.json @@ -0,0 +1,90 @@ +{ + "Get-AzOperationalInsightsTable+[NoContext]+List+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "4b10ed3a-a023-4ae4-84e8-dffd8cc3bc1e" ], + "CommandName": [ "Get-AzOperationalInsightsTable" ], + "FullCommandName": [ "Get-AzOperationalInsightsTable_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "a0de75dd-498f-4787-8eb6-31e218d21057" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], + "x-ms-correlation-request-id": [ "7771f80e-66d2-4e33-a310-23b49446d43b" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082719Z:7771f80e-66d2-4e33-a310-23b49446d43b" ], + "Date": [ "Mon, 07 Mar 2022 08:27:18 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1726243" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksTables\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksTables\",\r\n \"name\": \"DatabricksTables\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"BlockchainProxyLog\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogLevel\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeLocation\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BlockchainNodeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EthMethod\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Agent\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Code\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeHost\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestMethodName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BlockchainMemberName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Consortium\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Remote\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestSize\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tenant\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PublicUser\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestTime\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/BlockchainProxyLog\",\r\n \"name\": \"BlockchainProxyLog\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"BlockchainApplicationLog\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeLocation\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BlockchainNodeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BlockchainMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/BlockchainApplicationLog\",\r\n \"name\": \"BlockchainApplicationLog\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADDomainServicesAccountLogon\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_IpAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_IpPort\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ServiceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TicketOptions\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_PreAuthType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_CertIssuerName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_CertSerialNumber\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_CertThumbprint\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_FailureCode\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_MappingBy\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ClientUserName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_MappedName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_PackageName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_RecordId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADDomainServicesAccountLogon\",\r\n \"name\": \"AADDomainServicesAccountLogon\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADDomainServicesAccountManagement\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SubjectUserSid\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SubjectUserName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SubjectDomainName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SubjectLogonId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_Status\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_PrivilegeList\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TargetSid\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SamAccountName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_DisplayName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_UserPrincipalName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_HomeDirectory\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_HomePath\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ScriptPath\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ProfilePath\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_UserWorkstations\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_PasswordLastSet\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AccountExpires\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_PrimaryGroupId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AllowedToDelegateTo\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_OldUacValue\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_NewUacValue\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_UserAccountControl\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_UserParameters\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SidHistory\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_LogonHours\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_MemberName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_MemberSid\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_MembershipExpirationTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_DnsHostName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ServicePrincipalNames\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ComputerAccountChange\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_GroupTypeChange\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SourceUserName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SourceSid\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_Workstation\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_OldTargetUserName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_NewTargetUserName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_CallerProcessId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_CallerProcessName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_RecordId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADDomainServicesAccountManagement\",\r\n \"name\": \"AADDomainServicesAccountManagement\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADDomainServicesDirectoryServiceAccess\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_OpCorrelationID\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AppCorrelationID\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_DSName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_DSType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ObjectDN\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ObjectGUID\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ObjectClass\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AttributeLDAPDisplayName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AttributeSyntaxOID\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AttributeValue\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_OperationType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_OldObjectDN\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_NewObjectDN\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TreeDelete\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_RecordId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADDomainServicesDirectoryServiceAccess\",\r\n \"name\": \"AADDomainServicesDirectoryServiceAccess\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADDomainServicesLogonLogoff\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TargetUserSid\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TargetUserName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TargetDomainName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TargetLogonId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_LogonType\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_LogonProcessName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AuthenticationPackageName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_WorkstationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_LogonGuid\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TransmittedServices\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_LmPackageName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_KeyLength\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ImpersonationLevel\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_RestrictedAdminMode\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TargetOutboundUserName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TargetOutboundDomainName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_VirtualAccount\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TargetLinkedLogonId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ElevatedToken\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_FailureReason\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SubStatus\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TargetLogonGuid\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TargetServerName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TargetInfo\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TdoSid\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SidList\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_RecordId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADDomainServicesLogonLogoff\",\r\n \"name\": \"AADDomainServicesLogonLogoff\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADDomainServicesPolicyChange\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_CrashOnAuditFailValue\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ObjectServer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ObjectType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ObjectName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_HandleId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_OldSd\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_NewSd\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TdoDirection\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TdoAttributes\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TdoType\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_EnabledPrivilegeList\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_DisabledPrivilegeList\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_DomainName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_DomainSid\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SidFilteringEnabled\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_KerberosPolicyChange\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AccessGranted\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AccessRemoved\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_CategoryId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SubcategoryId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_SubcategoryGuid\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AuditPolicyChanges\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_DomainPolicyChanged\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_MinPasswordAge\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_MaxPasswordAge\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ForceLogoff\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_LockoutThreshold\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_LockoutObservationWindow\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_LockoutDuration\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_PasswordProperties\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_MinPasswordLength\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_PasswordHistoryLength\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_MachineAccountQuota\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_MixedDomainMode\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_DomainBehaviorVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_OemInformation\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_CollisionTargetType\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_CollisionTargetName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ForestRoot\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TopLevelName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_DnsName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_NetbiosName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_Flags\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ForestRootSid\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_OperationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_EntryType\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AuditSourceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_EventSourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_RecordId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADDomainServicesPolicyChange\",\r\n \"name\": \"AADDomainServicesPolicyChange\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADDomainServicesPrivilegeUse\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ProcessId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ProcessName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_TransactionId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_NewState\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_ResourceManager\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_RecordId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADDomainServicesPrivilegeUse\",\r\n \"name\": \"AADDomainServicesPrivilegeUse\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADDomainServicesSystemSecurity\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_AuditsDiscarded\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"aadds_RecordId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADDomainServicesSystemSecurity\",\r\n \"name\": \"AADDomainServicesSystemSecurity\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"BaiClusterNodeEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"stream\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"docker\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"kubernetes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"tag\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"LogEpochTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmSize\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmFamilyName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmPriority\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Publisher\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Offer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Sku\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Version\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterCreationTime\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResizeStartTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResizeEndTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeAllocationTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeBootTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTaskStartTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTaskEndTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalE2ETimeInSeconds\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InternalOperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Node\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"EnvNamespace\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Pod\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Container\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"env_time\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"FluentdIngestTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/BaiClusterNodeEvent\",\r\n \"name\": \"BaiClusterNodeEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlComputeClusterNodeEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"stream\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"docker\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"kubernetes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"tag\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"LogEpochTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmSize\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmFamilyName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmPriority\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Publisher\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Offer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Sku\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Version\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterCreationTime\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResizeStartTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResizeEndTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeAllocationTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeBootTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTaskStartTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTaskEndTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalE2ETimeInSeconds\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InternalOperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Node\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"EnvNamespace\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Pod\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Container\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"env_time\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"FluentdIngestTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlComputeClusterNodeEvent\",\r\n \"name\": \"AmlComputeClusterNodeEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppServiceEnvironmentPlatformLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppServiceEnvironmentPlatformLogs\",\r\n \"name\": \"AppServiceEnvironmentPlatformLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ContainerRegistryLoginEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LoginServer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JwtId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ContainerRegistryLoginEvents\",\r\n \"name\": \"ContainerRegistryLoginEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"MicrosoftDataShareShareLog\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log that belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/MicrosoftDataShareShareLog\",\r\n \"name\": \"MicrosoftDataShareShareLog\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"MicrosoftDynamicsTelemetrySystemMetricsLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log category\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EnvironmentId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier for an environment as shown in Lifecycle Services\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the machine (AOS/BI) emitting the events\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the machine emitting the events\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/MicrosoftDynamicsTelemetrySystemMetricsLogs\",\r\n \"name\": \"MicrosoftDynamicsTelemetrySystemMetricsLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"MicrosoftDynamicsTelemetryPerformanceLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log category\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EnvironmentId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier for an environment as shown in Lifecycle Services\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the machine (AOS/BI) emitting the events\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the machine emitting the events\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier for an activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventMessage\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional information about the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Pid\",\r\n \"type\": \"int\",\r\n \"description\": \"Process id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SqlCpu\",\r\n \"type\": \"real\",\r\n \"description\": \"SqlCpu Utilization\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Parameters\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Collection of SQL performance metrics\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QueryType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the executed SQL query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionStatus\",\r\n \"type\": \"int\",\r\n \"description\": \"Execution Status of the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionResultRowCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Returned rowCount from the executed SQL query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionTimeSeconds\",\r\n \"type\": \"real\",\r\n \"description\": \"Execution time in seconds for the AosDatabaseSlowQuery event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SqlStatement\",\r\n \"type\": \"string\",\r\n \"description\": \"SQL query statement\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallStack\",\r\n \"type\": \"string\",\r\n \"description\": \"Execution call stack\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the connection\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SqlSpid\",\r\n \"type\": \"int\",\r\n \"description\": \"Process id for the SQL statement (SqlSpid)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClassName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the class\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LegalEntity\",\r\n \"type\": \"long\",\r\n \"description\": \"Legal entity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchJobId\",\r\n \"type\": \"long\",\r\n \"description\": \"Id of the batch job\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchJobTaskId\",\r\n \"type\": \"long\",\r\n \"description\": \"Task Id of the batch job\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"int\",\r\n \"description\": \"Duration (in milliseconds) of the form execution time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationInMilliSeconds\",\r\n \"type\": \"int\",\r\n \"description\": \"Duration in milliseconds of the batch jobs\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Environment\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the environment as deployed in Lifecycle Services\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FormName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the form in Finance and Operations\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsValid\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Is it valid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsWarmEvent\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Is this a warm event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorMessage\",\r\n \"type\": \"string\",\r\n \"description\": \"Error message logged in the application \",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CountOfUpdate\",\r\n \"type\": \"int\",\r\n \"description\": \"Count of update requests\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CountOfDelete\",\r\n \"type\": \"int\",\r\n \"description\": \"Count of delete requests\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CountOfInsert\",\r\n \"type\": \"int\",\r\n \"description\": \"Count of insert requests\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CountOfSelect\",\r\n \"type\": \"int\",\r\n \"description\": \"Count of select requests\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CountOfDdl\",\r\n \"type\": \"int\",\r\n \"description\": \"Count of data definition requests\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CountOfProc\",\r\n \"type\": \"int\",\r\n \"description\": \"Count of procedure requests\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CountOfOther\",\r\n \"type\": \"int\",\r\n \"description\": \"Count of other requests\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TransactionDurationSeconds\",\r\n \"type\": \"real\",\r\n \"description\": \"Transaction duration in seconds for Aos Large Active Transactions\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/MicrosoftDynamicsTelemetryPerformanceLogs\",\r\n \"name\": \"MicrosoftDynamicsTelemetryPerformanceLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"MicrosoftAzureBastionAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Time\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of the server that processed the request (e.g., South Central US).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser User Agent that the request was sent\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserName\",\r\n \"type\": \"string\",\r\n \"description\": \"UserName that was used to log into the VirtualMachine from Bastion\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser IP Address that was used to log into the VirtualMachine from Bastion\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientPort\",\r\n \"type\": \"int\",\r\n \"description\": \"Browser Port Number that was used to log into the VirtualMachine from Bastion\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Protocol\",\r\n \"type\": \"string\",\r\n \"description\": \"Protocol (could be ssh or rdp) that was used to log into the VirtualMachine from Bastion\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"ResourceID of the VirtualMachine where the Bastion was connected to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Additonal text that\u0027s assoicated of this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetVMIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP Address of VirtualMachine where the Bastion was connected to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TunnelId\",\r\n \"type\": \"string\",\r\n \"description\": \"Internal Bastion Connection GUID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionStartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) of when the Bastion Session was started\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionEndTime\",\r\n \"type\": \"string\",\r\n \"description\": \"Timestamp (UTC) of when the Bastion Session was ended\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"int\",\r\n \"description\": \"Duration in milliseconds where the Bastion Session lasted (available only when the Bastion Session ended)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/MicrosoftAzureBastionAuditLogs\",\r\n \"name\": \"MicrosoftAzureBastionAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppServiceAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time when event is generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log category name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"Username used for publishing access\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"Email address of a user in case publishing was authorized via AAD authentication\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"Client IP addres of the publishing user\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Protocol\",\r\n \"type\": \"string\",\r\n \"description\": \"Authentication protocol\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppServiceAuditLogs\",\r\n \"name\": \"AppServiceAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"BaiClusterEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Stream\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Docker\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Kubernetes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Tag\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"LogEpochTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ProvisioningState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreatedBy\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CoreCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmSize\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmPriority\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScalingType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InitialNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinimumNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaximumNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeDeallocationOption\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Publisher\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Offer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Sku\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Version\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubnetId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AllocationState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CurrentNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeIdleTimeSecondsBeforeScaleDown\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PreemptedNodeCount\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsResizeGrow\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmFamilyName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LeavingNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UnusableNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IdleNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunningNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PreparingNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QuotaAllocated\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QuotaUtilized\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AllocationStateTransitionTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterErrorCodes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreationApiVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InternalOperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Node\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"EnvNamespace\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Pod\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Container\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"env_time\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"FluentdIngestTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/BaiClusterEvent\",\r\n \"name\": \"BaiClusterEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlComputeClusterEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Stream\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Docker\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Kubernetes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Tag\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"LogEpochTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ProvisioningState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreatedBy\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CoreCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmSize\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmPriority\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScalingType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InitialNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinimumNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaximumNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeDeallocationOption\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Publisher\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Offer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Sku\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Version\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubnetId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AllocationState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CurrentNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeIdleTimeSecondsBeforeScaleDown\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PreemptedNodeCount\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsResizeGrow\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VmFamilyName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LeavingNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UnusableNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IdleNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunningNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PreparingNodeCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QuotaAllocated\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QuotaUtilized\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AllocationStateTransitionTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterErrorCodes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreationApiVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InternalOperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Node\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"EnvNamespace\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Pod\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Container\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"env_time\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"FluentdIngestTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlComputeClusterEvent\",\r\n \"name\": \"AmlComputeClusterEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"BaiJobEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Stream\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Docker\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Kubernetes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Tag\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"LogEpochTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"JobId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExperimentId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExperimentName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomerSubscriptionId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkspaceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProvisioningState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroupName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorDetails\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreationApiVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterResourceGroupName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TFWorkerCount\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TFParameterServerCount\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ToolType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunInContainer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobErrorMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InternalOperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Node\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"EnvNamespace\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Pod\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Container\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"env_time\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"FluentdIngestTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/BaiJobEvent\",\r\n \"name\": \"BaiJobEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlComputeJobEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Stream\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Docker\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Kubernetes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Tag\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"LogEpochTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"JobId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExperimentId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExperimentName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomerSubscriptionId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkspaceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProvisioningState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroupName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorDetails\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreationApiVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterResourceGroupName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TFWorkerCount\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TFParameterServerCount\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ToolType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunInContainer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobErrorMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InternalOperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Node\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"EnvNamespace\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Pod\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Container\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"env_time\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"FluentdIngestTimestamp\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlComputeJobEvent\",\r\n \"name\": \"AmlComputeJobEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"FunctionAppLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of the server that processed the request (e.g., South Central US).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The log message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The Functions host version.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FunctionInvocationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The invocation id that logged the message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FunctionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the function that logged the message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostInstanceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The host instance id.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The activity id that logged the message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The log level.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExceptionDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"The exception details.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExceptionMessage\",\r\n \"type\": \"string\",\r\n \"description\": \"The exception message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExceptionType\",\r\n \"type\": \"string\",\r\n \"description\": \"The exception type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/FunctionAppLogs\",\r\n \"name\": \"FunctionAppLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"MicrosoftHealthcareApisAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlation id of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"The URI of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FhirResourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource type the operation was executed for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusCode\",\r\n \"type\": \"int\",\r\n \"description\": \"The HTTP status code.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The result type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationDurationMs\",\r\n \"type\": \"int\",\r\n \"description\": \"The duration of the operation in ms.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogCategory\",\r\n \"type\": \"string\",\r\n \"description\": \"The audit event category.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the caller.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIdentityIssuer\",\r\n \"type\": \"string\",\r\n \"description\": \"The JWD token Issuer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIdentityObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD object ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIdentity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The caller\u0027s identity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of the server that processed the request (e.g., South Central US).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Additional properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/MicrosoftHealthcareApisAuditLogs\",\r\n \"name\": \"MicrosoftHealthcareApisAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppPlatformSystemLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service name that emitted the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The level of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Thread\",\r\n \"type\": \"string\",\r\n \"description\": \"The thread of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Logger\",\r\n \"type\": \"string\",\r\n \"description\": \"The logger of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Log\",\r\n \"type\": \"string\",\r\n \"description\": \"The log of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Stack\",\r\n \"type\": \"string\",\r\n \"description\": \"The stack of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log Category\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppPlatformSystemLogs\",\r\n \"name\": \"AppPlatformSystemLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SignalRServiceDiagnosticLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Collection\",\r\n \"type\": \"string\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"Location of Azure SignalR Service\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Log level\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"Caller Ip address\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Log message\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"User ID for the connection\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Connection ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionType\",\r\n \"type\": \"string\",\r\n \"description\": \"Connection type\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TransportType\",\r\n \"type\": \"string\",\r\n \"description\": \"Transport type\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SignalRServiceDiagnosticLogs\",\r\n \"name\": \"SignalRServiceDiagnosticLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"FailedIngestion\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time at which this event is generated and logged\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of this operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of this log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ingestion source id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The final state of this data ingestion operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Database\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database holding the target table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Table\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the target table into which the data is ingested\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IngestionSourcePath\",\r\n \"type\": \"string\",\r\n \"description\": \"The Azure blob storage URI\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Details\",\r\n \"type\": \"string\",\r\n \"description\": \"The failure\u0027s details\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The failure\u0027s error code\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailureStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"The failure\u0027s status\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OriginatesFromUpdatePolicy\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates whether or not the failure originate from an Update Policy\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShouldRetry\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates whether or not the failure is transient and should be retried\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time at which this ingest operation failed\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The ingestion\u0027s operation Id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IngestionSourceId\",\r\n \"type\": \"guid\",\r\n \"description\": \"A unique identifier representing the ingested source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The ingestion\u0027s activity Id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/FailedIngestion\",\r\n \"name\": \"FailedIngestion\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppServiceFileAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time when event is generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log category name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Operation performed on a file\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Path\",\r\n \"type\": \"string\",\r\n \"description\": \"Path to the file that was changed\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Process\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the process that change the file\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppServiceFileAuditLogs\",\r\n \"name\": \"AppServiceFileAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ContainerRegistryRepositoryEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LoginServer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Repository\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tag\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Digest\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MediaType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Size\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ArtifactType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserTenantId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ContainerRegistryRepositoryEvents\",\r\n \"name\": \"ContainerRegistryRepositoryEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AzureActivity\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the worksapce that stores this record\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure is used always for AzureActivity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the user who has performed the operation UPN claim or SPN claim based on availability.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CategoryValue\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of the activity log e.g. Administrative, Policy, Security.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Usually a GUID in the string format. Events that share a correlationId belong to the same uber action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Authorization\",\r\n \"type\": \"string\",\r\n \"description\": \"Blob of RBAC properties of the event. Usually includes the “action”, “role” and “scope” properties. Stored as string. The use of Authorization_d should be preferred going forward.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Authorization_d\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Blob of RBAC properties of the event. Usually includes the “action”, “role” and “scope” properties. Stored as dynamic column.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Claims\",\r\n \"type\": \"string\",\r\n \"description\": \"The JWT token used by Active Directory to authenticate the user or application to perform this operation in Resource Manager. The use of claims_d should be preferred going forward.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Claims_d\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The JWT token used by Active Directory to authenticate the user or application to perform this operation in Resource Manager.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Level of the event. One of the following values: Critical, Error, Warning, Informational and Verbose.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationNameValue\",\r\n \"type\": \"string\",\r\n \"description\": \"Identifier of the operation e.g. Microsoft.Storage/storageAccounts/listAccountSas/action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"string\",\r\n \"description\": \"Set of \u003cKey Value\u003e pairs (i.e. Dictionary) describing the details of the event. Stored as string. Usage of Properties_d is recommended instead.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties_d\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Set of \u003cKey Value\u003e pairs (i.e. Dictionary) describing the details of the event. Stored as dynamic column.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Caller\",\r\n \"type\": \"string\",\r\n \"description\": \"GUID of the caller.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventDataId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of an event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventSubmissionTimestamp\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp when the event became available for querying.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HTTPRequest\",\r\n \"type\": \"string\",\r\n \"description\": \"Blob describing the Http Request. Usually includes the “clientRequestId”, “clientIpAddress” and “method” (HTTP method. For example, PUT).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"GUID of the operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource group name of the impacted resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceProviderValue\",\r\n \"type\": \"string\",\r\n \"description\": \"Id of the resource provider for the impacted resource - e.g. Microsoft.Storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityStatusValue\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the operation in display-friendly format. Common values include Started, In Progress, Succeeded, Failed, Active, Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivitySubstatusValue\",\r\n \"type\": \"string\",\r\n \"description\": \"Substatus of the operation in display-friendly format. E.g. OK (HTTP Status Code: 200).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Hierarchy\",\r\n \"type\": \"string\",\r\n \"description\": \"Management group hierarchy of the management group or subscription that event belongs to.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp when the event was generated by the Azure service processing the request corresponding the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubscriptionId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Subscription ID of the impacted resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AzureActivity\",\r\n \"name\": \"AzureActivity\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppServiceConsoleLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time when event is generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Verbosity level of log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Log message description\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContainerId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application container id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"Host where the application is running\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppServiceConsoleLogs\",\r\n \"name\": \"AppServiceConsoleLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppServicePlatformLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time when event is generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Level of log verbosity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Log message\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContainerId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application container id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"Host where the application is running\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppServicePlatformLogs\",\r\n \"name\": \"AppServicePlatformLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppServiceAppLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time when event is generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Verbosity level of log mapped to standard levels (Informational, Warning, Error, or Critical)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"Host where the application is running\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Log message description\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"Verbosity level of log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Source\",\r\n \"type\": \"string\",\r\n \"description\": \"Application source from where log message is emitted\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Method\",\r\n \"type\": \"string\",\r\n \"description\": \"Application Method from where log message is emitted\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Logger\",\r\n \"type\": \"string\",\r\n \"description\": \"Application logger used to emit log message\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WebSiteInstanceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Instance Id the application running\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExceptionClass\",\r\n \"type\": \"string\",\r\n \"description\": \"Application class from where log message is emitted \",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Log message\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StackTrace\",\r\n \"type\": \"string\",\r\n \"description\": \"Complete stack trace of the log message in case of exception\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContainerId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application container id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppServiceAppLogs\",\r\n \"name\": \"AppServiceAppLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppAvailabilityResults\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when availability result was recorded.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AvailabilityResultId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID of the availability test.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"type\": \"string\",\r\n \"description\": \"Availability Test Name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location from where the test ran.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Success\",\r\n \"type\": \"boolean\",\r\n \"description\": \"The result of test.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Number of milliseconds it took to finish the test.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Measurements\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined measurements.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined name of the overall operation. The OperationName values typically match the Name values for AppRequests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined operation ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the parent operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SyntheticSource\",\r\n \"type\": \"string\",\r\n \"description\": \"Synthetic source of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined session ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"Anonymous ID of a user accessing the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAuthenticatedId\",\r\n \"type\": \"string\",\r\n \"description\": \"Persistent string that uniquely represents each authenticated user in the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAccountId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined account associated with the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleName\",\r\n \"type\": \"string\",\r\n \"description\": \"Role name of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Role instance of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientModel\",\r\n \"type\": \"string\",\r\n \"description\": \"Model of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCity\",\r\n \"type\": \"string\",\r\n \"description\": \"City where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientStateOrProvince\",\r\n \"type\": \"string\",\r\n \"description\": \"State or province where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCountryOrRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Country or region where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientBrowser\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser running on the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGUID\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique, persistent identifier of an Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Instrumentation key of the Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SDKVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the SDK used by the application to generate this telemetry item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ItemCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of telemetry items represented by a single sample item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppAvailabilityResults\",\r\n \"name\": \"AppAvailabilityResults\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppBrowserTimings\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when request was recorded.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the page.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Url\",\r\n \"type\": \"string\",\r\n \"description\": \"URI of the page view.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NetworkDurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Page load network time in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SendDurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Send request time in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReceiveDurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Page load recieve response duration in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProcessingDurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Page DOM processing time in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalDurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Page loading total time in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PerformanceBucket\",\r\n \"type\": \"string\",\r\n \"description\": \"Performance bucket of the page view duration.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Measurements\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined measurements.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined name of the overall operation. The OperationName values typically match the Name values for AppRequests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined operation ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the parent operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SyntheticSource\",\r\n \"type\": \"string\",\r\n \"description\": \"Synthetic source of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined session ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"Anonymous ID of a user accessing the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAuthenticatedId\",\r\n \"type\": \"string\",\r\n \"description\": \"Persistent string that uniquely represents each authenticated user in the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAccountId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined account associated with the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleName\",\r\n \"type\": \"string\",\r\n \"description\": \"Role name of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Role instance of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientModel\",\r\n \"type\": \"string\",\r\n \"description\": \"Model of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCity\",\r\n \"type\": \"string\",\r\n \"description\": \"City where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientStateOrProvince\",\r\n \"type\": \"string\",\r\n \"description\": \"State or province where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCountryOrRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Country or region where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientBrowser\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser running on the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGUID\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique, persistent identifier of an Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Instrumentation key of the Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SDKVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the SDK used by the application to generate this telemetry item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ItemCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of telemetry items represented by a single sample item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppBrowserTimings\",\r\n \"name\": \"AppBrowserTimings\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppDependencies\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when dependency call was recorded.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DependencyId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-generated, unique ID of the dependency call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Target\",\r\n \"type\": \"string\",\r\n \"description\": \"Target of a dependency call, such as a Web or a SQL server name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DependencyType\",\r\n \"type\": \"string\",\r\n \"description\": \"Dependency type, such as HTTP or SQL.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"type\": \"string\",\r\n \"description\": \"Dependency name, such as an URI query without parameters or a SQL server table name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"type\": \"string\",\r\n \"description\": \"Detailed information about the dependency call, such as a full URI or a SQL statement.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Success\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates whether the dependency call completed successfully.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultCode\",\r\n \"type\": \"string\",\r\n \"description\": \"Result code returned to the application by the dependency call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Number of milliseconds the dependency call took to complete.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PerformanceBucket\",\r\n \"type\": \"string\",\r\n \"description\": \"Performance bucket of the dependency duration.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Measurements\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined measurements.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined name of the overall operation. The OperationName values typically match the Name values for AppRequests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined operation ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the parent operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SyntheticSource\",\r\n \"type\": \"string\",\r\n \"description\": \"Synthetic source of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined session ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"Anonymous ID of a user accessing the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAuthenticatedId\",\r\n \"type\": \"string\",\r\n \"description\": \"Persistent string that uniquely represents each authenticated user in the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAccountId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined account associated with the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleName\",\r\n \"type\": \"string\",\r\n \"description\": \"Role name of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Role instance of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientModel\",\r\n \"type\": \"string\",\r\n \"description\": \"Model of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCity\",\r\n \"type\": \"string\",\r\n \"description\": \"City where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientStateOrProvince\",\r\n \"type\": \"string\",\r\n \"description\": \"State or province where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCountryOrRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Country or region where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientBrowser\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser running on the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGUID\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique, persistent identifier of an Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Instrumentation key of the Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SDKVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the SDK used by the application to generate this telemetry item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ItemCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of telemetry items represented by a single sample item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferencedItemId\",\r\n \"type\": \"string\",\r\n \"description\": \"Id of the item with additional details about the dependency call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferencedType\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the table with additional details about the dependency call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppDependencies\",\r\n \"name\": \"AppDependencies\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when customEvent was recorded.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"type\": \"string\",\r\n \"description\": \"Human-readable name of the customEvent.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Measurements\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined measurements.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined name of the overall operation. The OperationName values typically match the Name values for AppRequests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined operation ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the parent operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SyntheticSource\",\r\n \"type\": \"string\",\r\n \"description\": \"Synthetic source of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined session ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"Anonymous ID of a user accessing the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAuthenticatedId\",\r\n \"type\": \"string\",\r\n \"description\": \"Persistent string that uniquely represents each authenticated user in the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAccountId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined account associated with the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleName\",\r\n \"type\": \"string\",\r\n \"description\": \"Role name of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Role instance of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientModel\",\r\n \"type\": \"string\",\r\n \"description\": \"Model of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCity\",\r\n \"type\": \"string\",\r\n \"description\": \"City where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientStateOrProvince\",\r\n \"type\": \"string\",\r\n \"description\": \"State or province where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCountryOrRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Country or region where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientBrowser\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser running on the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGUID\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique, persistent identifier of an Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Instrumentation key of the Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SDKVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the SDK used by the application to generate this telemetry item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ItemCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of telemetry items represented by a single sample item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppEvents\",\r\n \"name\": \"AppEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppExceptions\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when request was recorded.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProblemId\",\r\n \"type\": \"string\",\r\n \"description\": \"Problem ID of the exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HandledAt\",\r\n \"type\": \"string\",\r\n \"description\": \"Where the exception was seen.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExceptionType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Exception message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Assembly\",\r\n \"type\": \"string\",\r\n \"description\": \"Exception assembly.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Method\",\r\n \"type\": \"string\",\r\n \"description\": \"Exception method.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OuterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the outer exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OuterMessage\",\r\n \"type\": \"string\",\r\n \"description\": \"Message of the outer exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OuterAssembly\",\r\n \"type\": \"string\",\r\n \"description\": \"Assembly of the outer exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OuterMethod\",\r\n \"type\": \"string\",\r\n \"description\": \"Method of the outer exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InnermostType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the innermost exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InnermostMessage\",\r\n \"type\": \"string\",\r\n \"description\": \"Message of the innermost exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InnermostAssembly\",\r\n \"type\": \"string\",\r\n \"description\": \"Assembly of the innermost exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InnermostMethod\",\r\n \"type\": \"string\",\r\n \"description\": \"Method of the innermost exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SeverityLevel\",\r\n \"type\": \"int\",\r\n \"description\": \"Severity level of the exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Details\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Details of the exception.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Measurements\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined measurements.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined name of the overall operation. The OperationName values typically match the Name values for AppRequests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined operation ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the parent operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SyntheticSource\",\r\n \"type\": \"string\",\r\n \"description\": \"Synthetic source of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined session ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"Anonymous ID of a user accessing the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAuthenticatedId\",\r\n \"type\": \"string\",\r\n \"description\": \"Persistent string that uniquely represents each authenticated user in the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAccountId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined account associated with the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleName\",\r\n \"type\": \"string\",\r\n \"description\": \"Role name of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Role instance of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientModel\",\r\n \"type\": \"string\",\r\n \"description\": \"Model of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCity\",\r\n \"type\": \"string\",\r\n \"description\": \"City where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientStateOrProvince\",\r\n \"type\": \"string\",\r\n \"description\": \"State or province where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCountryOrRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Country or region where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientBrowser\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser running on the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGUID\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique, persistent identifier of an Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Instrumentation key of the Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SDKVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the SDK used by the application to generate this telemetry item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ItemCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of telemetry items represented by a single sample item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppExceptions\",\r\n \"name\": \"AppExceptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppMetrics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when metric was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ItemCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of measurements that were aggregated into trackMetric(..) call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Sum\",\r\n \"type\": \"real\",\r\n \"description\": \"This is the sum of the measurements. To get the mean value, divide by valueCount.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Min\",\r\n \"type\": \"real\",\r\n \"description\": \"The minimum value in the measurements that were aggregated into trackMetric(..) call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Max\",\r\n \"type\": \"real\",\r\n \"description\": \"The maximum value in the measurements that were aggregated into trackMetric(..) call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined name of the overall operation. The OperationName values typically match the Name values for AppRequests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined operation ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the parent operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SyntheticSource\",\r\n \"type\": \"string\",\r\n \"description\": \"Synthetic source of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined session ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"Anonymous ID of a user accessing the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAuthenticatedId\",\r\n \"type\": \"string\",\r\n \"description\": \"Persistent string that uniquely represents each authenticated user in the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAccountId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined account associated with the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleName\",\r\n \"type\": \"string\",\r\n \"description\": \"Role name of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Role instance of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientModel\",\r\n \"type\": \"string\",\r\n \"description\": \"Model of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCity\",\r\n \"type\": \"string\",\r\n \"description\": \"City where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientStateOrProvince\",\r\n \"type\": \"string\",\r\n \"description\": \"State or province where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCountryOrRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Country or region where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientBrowser\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser running on the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGUID\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique, persistent identifier of an Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Instrumentation key of the Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SDKVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the SDK used by the application to generate this telemetry item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppMetrics\",\r\n \"name\": \"AppMetrics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppPageViews\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when page view was recorded.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PageViewId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-generated, unique page view ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"type\": \"string\",\r\n \"description\": \"Human-readable name of the page view.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Url\",\r\n \"type\": \"string\",\r\n \"description\": \"URL of the page view.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Number of milliseconds it took the application to handle the page view.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PerformanceBucket\",\r\n \"type\": \"string\",\r\n \"description\": \"Performance bucket of the page view duration.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Measurements\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined measurements.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined name of the overall operation. The OperationName values typically match the Name values for AppRequests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined operation ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the parent operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SyntheticSource\",\r\n \"type\": \"string\",\r\n \"description\": \"Synthetic source of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined session ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"Anonymous ID of a user accessing the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAuthenticatedId\",\r\n \"type\": \"string\",\r\n \"description\": \"Persistent string that uniquely represents each authenticated user in the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAccountId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined account associated with the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleName\",\r\n \"type\": \"string\",\r\n \"description\": \"Role name of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Role instance of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientModel\",\r\n \"type\": \"string\",\r\n \"description\": \"Model of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCity\",\r\n \"type\": \"string\",\r\n \"description\": \"City where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientStateOrProvince\",\r\n \"type\": \"string\",\r\n \"description\": \"State or province where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCountryOrRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Country or region where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientBrowser\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser running on the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGUID\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique, persistent identifier of an Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Instrumentation key of the Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SDKVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the SDK used by the application to generate this telemetry item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ItemCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of telemetry items represented by a single sample item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppPageViews\",\r\n \"name\": \"AppPageViews\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppPerformanceCounters\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when performance counter was recorded.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"type\": \"string\",\r\n \"description\": \"Performance counter name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Performance counter category.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Counter\",\r\n \"type\": \"string\",\r\n \"description\": \"Performance counter name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Instance\",\r\n \"type\": \"string\",\r\n \"description\": \"Instance identifier, to which the counter is related.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Value\",\r\n \"type\": \"real\",\r\n \"description\": \"Performance counter value.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined name of the overall operation. The OperationName values typically match the Name values for AppRequests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined operation ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the parent operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SyntheticSource\",\r\n \"type\": \"string\",\r\n \"description\": \"Synthetic source of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined session ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"Anonymous ID of a user accessing the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAuthenticatedId\",\r\n \"type\": \"string\",\r\n \"description\": \"Persistent string that uniquely represents each authenticated user in the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAccountId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined account associated with the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleName\",\r\n \"type\": \"string\",\r\n \"description\": \"Role name of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Role instance of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientModel\",\r\n \"type\": \"string\",\r\n \"description\": \"Model of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCity\",\r\n \"type\": \"string\",\r\n \"description\": \"City where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientStateOrProvince\",\r\n \"type\": \"string\",\r\n \"description\": \"State or province where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCountryOrRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Country or region where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientBrowser\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser running on the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGUID\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique, persistent identifier of an Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Instrumentation key of the Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SDKVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the SDK used by the application to generate this telemetry item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppPerformanceCounters\",\r\n \"name\": \"AppPerformanceCounters\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when request processing started.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-generated, unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Source\",\r\n \"type\": \"string\",\r\n \"description\": \"Friendly name of the request source, when known. Source is based on the metadata supplied by the caller.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"type\": \"string\",\r\n \"description\": \"Human-readable name of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Url\",\r\n \"type\": \"string\",\r\n \"description\": \"URL of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Success\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates whether the application handled the request successfully.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultCode\",\r\n \"type\": \"string\",\r\n \"description\": \"Result code returned by the application after handling the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Number of milliseconds it took the application to handle the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PerformanceBucket\",\r\n \"type\": \"string\",\r\n \"description\": \"Performance bucket of the request duration.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Measurements\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined measurements.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined name of the overall operation. The OperationName values typically match the Name values for AppRequests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined operation ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationLinks\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"List of related telemetry items. Used to describe alternate relationships from the base Operation Id / Parent Id.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the parent operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SyntheticSource\",\r\n \"type\": \"string\",\r\n \"description\": \"Synthetic source of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined session ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"Anonymous ID of a user accessing the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAuthenticatedId\",\r\n \"type\": \"string\",\r\n \"description\": \"Persistent string that uniquely represents each authenticated user in the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAccountId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined account associated with the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleName\",\r\n \"type\": \"string\",\r\n \"description\": \"Role name of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Role instance of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientModel\",\r\n \"type\": \"string\",\r\n \"description\": \"Model of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCity\",\r\n \"type\": \"string\",\r\n \"description\": \"City where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientStateOrProvince\",\r\n \"type\": \"string\",\r\n \"description\": \"State or province where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCountryOrRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Country or region where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientBrowser\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser running on the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGUID\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique, persistent identifier of an Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Instrumentation key of the Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SDKVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the SDK used by the application to generate this telemetry item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ItemCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of telemetry items represented by a single sample item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferencedItemId\",\r\n \"type\": \"string\",\r\n \"description\": \"Id of the item with additional details about the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferencedType\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the table with additional details about the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppRequests\",\r\n \"name\": \"AppRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppSystemEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when the system event was recorded.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventType\",\r\n \"type\": \"string\",\r\n \"description\": \"Event type\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"type\": \"string\",\r\n \"description\": \"Event name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Event properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Measurements\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Event measurements.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppSystemEvents\",\r\n \"name\": \"AppSystemEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppTraces\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when trace was recorded.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Trace message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SeverityLevel\",\r\n \"type\": \"int\",\r\n \"description\": \"Severity level of the trace.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Measurements\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Application-defined measurements.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined name of the overall operation. The OperationName values typically match the Name values for AppRequests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined operation ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the parent operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SyntheticSource\",\r\n \"type\": \"string\",\r\n \"description\": \"Synthetic source of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined session ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"Anonymous ID of a user accessing the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAuthenticatedId\",\r\n \"type\": \"string\",\r\n \"description\": \"Persistent string that uniquely represents each authenticated user in the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAccountId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application-defined account associated with the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleName\",\r\n \"type\": \"string\",\r\n \"description\": \"Role name of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppRoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Role instance of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientModel\",\r\n \"type\": \"string\",\r\n \"description\": \"Model of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCity\",\r\n \"type\": \"string\",\r\n \"description\": \"City where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientStateOrProvince\",\r\n \"type\": \"string\",\r\n \"description\": \"State or province where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCountryOrRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Country or region where the client device is located.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientBrowser\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser running on the client device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGUID\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique, persistent identifier of an Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Instrumentation key of the Azure resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SDKVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the SDK used by the application to generate this telemetry item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ItemCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of telemetry items represented by a single sample item.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferencedItemId\",\r\n \"type\": \"string\",\r\n \"description\": \"Id of the item with additional details about the trace.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferencedType\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the table with additional details about the trace.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppTraces\",\r\n \"name\": \"AppTraces\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlComputeCpuGpuUtilization\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The api-version associated with the operation, if the operationName was performed using an API.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the event. Typical values include Started, In Progress, Succeeded, Failed, Active, and Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"The sub status of the event. If this operation corresponds to a REST API call, this is the HTTP status code of the corresponding REST call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The static text description of this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"string\",\r\n \"description\": \"The duration of the operation in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The caller IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event. Must be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkspaceName\",\r\n \"type\": \"string\",\r\n \"description\": \"User friendly workspace identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique workspace identifer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique run identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of compute, either CPU or GPU.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceId\",\r\n \"type\": \"string\",\r\n \"description\": \"DeviceId of GPU.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeId\",\r\n \"type\": \"string\",\r\n \"description\": \"NodeId on the cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Utilization\",\r\n \"type\": \"string\",\r\n \"description\": \"Compute utilization of node.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlComputeCpuGpuUtilization\",\r\n \"name\": \"AmlComputeCpuGpuUtilization\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlRunStatusChangedEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The api-version associated with the operation, if the operationName was performed using an API.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the event. Typical values include Started, In Progress, Succeeded, Failed, Active, and Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"The sub status of the event. If this operation corresponds to a REST API call, this is the HTTP status code of the corresponding REST call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The static text description of this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"string\",\r\n \"description\": \"The duration of the operation in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The caller IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Identity of the user or application that performed the operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event. Must be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkspaceName\",\r\n \"type\": \"string\",\r\n \"description\": \"User friendly workspace identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique workspace identifer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique run identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Updated run status.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Message associated with run status change.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggeringUserName\",\r\n \"type\": \"string\",\r\n \"description\": \"Friendly name of run status change initiator.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlRunStatusChangedEvent\",\r\n \"name\": \"AmlRunStatusChangedEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WVDCheckpoints\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of activity for which this checkpoint was reported.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlation Id for the activity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserName\",\r\n \"type\": \"string\",\r\n \"description\": \"The user name for the activity associated with the checkpoint.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the checkpoint.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Source\",\r\n \"type\": \"string\",\r\n \"description\": \"The component that emitted the checkpoint.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Parameters\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The parameters for the checkpoint.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WVDCheckpoints\",\r\n \"name\": \"WVDCheckpoints\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WVDHostRegistrations\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The activity Id.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the session host that was registered with the WVD service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the session host that was registered with the WVD service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WVDHostRegistrations\",\r\n \"name\": \"WVDHostRegistrations\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"PowerBIDatasetsTenantPreview\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomerTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the Power BI tenant.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the workspace being operated on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PremiumCapacityId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the Premium capacity being operated on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationContext\",\r\n \"type\": \"string\",\r\n \"description\": \"Property bag of unique identifiers providing details about the application executing the request. E.g. report ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the name of the client application that created the connection to the server. This column is populated with the values passed by the application rather than the displayed name of the program.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientHostName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the computer on which the client application is running. This column is populated with the values passed by the client application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientProcessId\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the process ID of the client application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the connection.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CPUTime\",\r\n \"type\": \"long\",\r\n \"description\": \"Amount of CPU time (in milliseconds) used by the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the name of the database in which the query is running.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"long\",\r\n \"description\": \"Amount of time (in milliseconds) taken by the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EffectiveUsername\",\r\n \"type\": \"string\",\r\n \"description\": \"The user on whose behalf the operation is running. Used when an end user identity must be impersonated on the server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Error\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the error number of any error associated with the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventClass\",\r\n \"type\": \"string\",\r\n \"description\": \"Event Class is used to categorize events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventSubclass\",\r\n \"type\": \"string\",\r\n \"description\": \"Event Subclass provides additional information about each event class.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegerData\",\r\n \"type\": \"long\",\r\n \"description\": \"Contains the integer data associated with the reported event, such as the current count of the number of rows processed for a processing event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the object ID associated with the reported event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the object for which the event occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectPath\",\r\n \"type\": \"string\",\r\n \"description\": \"Object path. A comma-separated list of parents, starting with the object\u0027s parent.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectReference\",\r\n \"type\": \"string\",\r\n \"description\": \"Object reference. Encoded as XML for all parents, using tags to describe the object.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectType\",\r\n \"type\": \"int\",\r\n \"description\": \"Identifies the type of object associated with a particular lock. For example, a lock timeout on a database will indicate the object type 100002, which is the Database object type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProgressTotal\",\r\n \"type\": \"long\",\r\n \"description\": \"An integer representing how many rows have been processed in the current operation at a point in time.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParameters\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the parameters for parameterized queries and commands associated with the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestProperties\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the properties of the XMLA request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of a session which represents multiple transactions occurring within the same scope e.g. Sharing calculated members.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Severity\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the severity level of an exception associated with the command event. Values are: 0 = Success, 1 = Informational, 2 = Warning, 3 = Error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SpId\",\r\n \"type\": \"int\",\r\n \"description\": \"Server process ID. This uniquely identifies a user session. This directly corresponds to the session GUID used by XML/A.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Contains the time at which the event started, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Success\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates if the operation was successful. 1 = success. 0 = failure.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TextData\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains verbose information associated with the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique Identifier of request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/PowerBIDatasetsTenantPreview\",\r\n \"name\": \"PowerBIDatasetsTenantPreview\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"PowerBIDatasetsWorkspacePreview\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomerTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the Power BI tenant.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the workspace being operated on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PremiumCapacityId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the Premium capacity being operated on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationContext\",\r\n \"type\": \"string\",\r\n \"description\": \"Property bag of unique identifiers providing details about the application executing the request. E.g. report ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the name of the client application that created the connection to the server. This column is populated with the values passed by the application rather than the displayed name of the program.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientHostName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the computer on which the client application is running. This column is populated with the values passed by the client application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientProcessId\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the process ID of the client application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the connection.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CPUTime\",\r\n \"type\": \"long\",\r\n \"description\": \"Amount of CPU time (in milliseconds) used by the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the name of the database in which the query is running.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"long\",\r\n \"description\": \"Amount of time (in milliseconds) taken by the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EffectiveUsername\",\r\n \"type\": \"string\",\r\n \"description\": \"The user on whose behalf the operation is running. Used when an end user identity must be impersonated on the server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Error\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the error number of any error associated with the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventClass\",\r\n \"type\": \"string\",\r\n \"description\": \"Event Class is used to categorize events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventSubclass\",\r\n \"type\": \"string\",\r\n \"description\": \"Event Subclass provides additional information about each event class.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegerData\",\r\n \"type\": \"long\",\r\n \"description\": \"Contains the integer data associated with the reported event, such as the current count of the number of rows processed for a processing event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the object ID associated with the reported event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the object for which the event occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectPath\",\r\n \"type\": \"string\",\r\n \"description\": \"Object path. A comma-separated list of parents, starting with the object\u0027s parent.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectReference\",\r\n \"type\": \"string\",\r\n \"description\": \"Object reference. Encoded as XML for all parents, using tags to describe the object.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectType\",\r\n \"type\": \"int\",\r\n \"description\": \"Identifies the type of object associated with a particular lock. For example, a lock timeout on a database will indicate the object type 100002, which is the Database object type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProgressTotal\",\r\n \"type\": \"long\",\r\n \"description\": \"An integer representing how many rows have been processed in the current operation at a point in time.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParameters\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the parameters for parameterized queries and commands associated with the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestProperties\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the properties of the XMLA request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of a session which represents multiple transactions occurring within the same scope e.g. Sharing calculated members.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Severity\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the severity level of an exception associated with the command event. Values are: 0 = Success, 1 = Informational, 2 = Warning, 3 = Error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SpId\",\r\n \"type\": \"int\",\r\n \"description\": \"Server process ID. This uniquely identifies a user session. This directly corresponds to the session GUID used by XML/A.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Contains the time at which the event started, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Success\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates if the operation was successful. 1 = success. 0 = failure.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TextData\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains verbose information associated with the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique Identifier of request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/PowerBIDatasetsWorkspacePreview\",\r\n \"name\": \"PowerBIDatasetsWorkspacePreview\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADXTableDetails\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) at which this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of this operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The client request id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TableName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalExtentSize\",\r\n \"type\": \"real\",\r\n \"description\": \"The total size of extents (compressed size + index size) in the table (in bytes)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalOriginalSize\",\r\n \"type\": \"real\",\r\n \"description\": \"The total original size of data in the table (in bytes)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HotExtentSize\",\r\n \"type\": \"real\",\r\n \"description\": \"The total size of extents (compressed size + index size) in the table, stored in the hot cache (in bytes)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetentionPolicyOrigin\",\r\n \"type\": \"string\",\r\n \"description\": \"Retention policy origin entity (Table/Database/Cluster)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetentionPolicy\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The table\u0027s effective entity retention policy, serialized as JSON\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CachingPolicyOrigin\",\r\n \"type\": \"string\",\r\n \"description\": \"Caching policy origin entity (Table/Database/Cluster)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CachingPolicy\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The table\u0027s effective entity caching policy, serialized as JSON\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxExtentsCreationTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The maximum creation time of an extent in the table (or null, if there are no extents)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinExtentsCreationTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The minimum creation time of an extent in the table (or null, if there are no extents)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalExtentCount\",\r\n \"type\": \"long\",\r\n \"description\": \"The total number of extents in the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalRowCount\",\r\n \"type\": \"long\",\r\n \"description\": \"The total number of rows in the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HotExtentCount\",\r\n \"type\": \"long\",\r\n \"description\": \"The total number of extents in the table, stored in the hot cache\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HotOriginalSize\",\r\n \"type\": \"long\",\r\n \"description\": \"The total original size of data in the table, stored in the hot cache (in bytes)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HotRowCount\",\r\n \"type\": \"long\",\r\n \"description\": \"The total number of rows in the table, stored in the hot cache\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADXTableDetails\",\r\n \"name\": \"ADXTableDetails\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADXTableUsageStatistics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) at which this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of this operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The client request id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The root activity id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) at which table usage statistics operation started\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TableName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinCreatedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Oldest extent time of the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxCreatedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Lastest extent time of the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"application name invoked the command\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"The user that invoked the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Principal\",\r\n \"type\": \"string\",\r\n \"description\": \"The principal that invoked the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADXTableUsageStatistics\",\r\n \"name\": \"ADXTableUsageStatistics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"NWConnectionMonitorDNSResult\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecordId\",\r\n \"type\": \"string\",\r\n \"description\": \"The record id for unique identification of test result record\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionMonitorResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The connection monitor resource id of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestGroupName\",\r\n \"type\": \"string\",\r\n \"description\": \"The test group name to which the test belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestConfigurationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The test configuration name to which the test belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the source machine configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource id of the source machine\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The address of the source configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSubnet\",\r\n \"type\": \"string\",\r\n \"description\": \"The subnet of the source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIP\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The source end point name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceAgentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The source agent id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationPort\",\r\n \"type\": \"int\",\r\n \"description\": \"The destination port configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the destination machine configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource id of the Destination machine\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The address of the destination configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationSubnet\",\r\n \"type\": \"string\",\r\n \"description\": \"If applicable, the subnet of the destination\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationIP\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the destination\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The destination end point name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationAgentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The destination agent id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Protocol\",\r\n \"type\": \"string\",\r\n \"description\": \"The protocol of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChecksTotal\",\r\n \"type\": \"int\",\r\n \"description\": \"The total number of checks done under the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChecksFailed\",\r\n \"type\": \"int\",\r\n \"description\": \"The total number of checks failed under the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestResult\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestResultCriterion\",\r\n \"type\": \"string\",\r\n \"description\": \"The result criterion of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseRecordCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The total count of DNS response records\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseRecords\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS Response records\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseRecordType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of DNS response record\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ValidationChecks\",\r\n \"type\": \"string\",\r\n \"description\": \"The validation checks of DNS Result\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ValidationIssues\",\r\n \"type\": \"string\",\r\n \"description\": \"The issues identified as part of DNS Test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DomainName\",\r\n \"type\": \"string\",\r\n \"description\": \"The domain name of DNS Test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/NWConnectionMonitorDNSResult\",\r\n \"name\": \"NWConnectionMonitorDNSResult\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"NWConnectionMonitorDestinationListenerResult\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecordId\",\r\n \"type\": \"string\",\r\n \"description\": \"The record id for unique identification of test result record\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionMonitorResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The connection monitor resource id of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestGroupName\",\r\n \"type\": \"string\",\r\n \"description\": \"The test group name to which the test belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestConfigurationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The test configuration name to which the test belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationPort\",\r\n \"type\": \"int\",\r\n \"description\": \"The Destination port configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the destination machine configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource id of the Destination machine\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The address of the destination configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationSubnet\",\r\n \"type\": \"string\",\r\n \"description\": \"If applicable, the subnet of the destination configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationIP\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the destination\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The destination end point name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationAgentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The destination agent id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Protocol\",\r\n \"type\": \"string\",\r\n \"description\": \"The protocol of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ListeningOutcome\",\r\n \"type\": \"string\",\r\n \"description\": \"The listening outcome result\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Issues\",\r\n \"type\": \"string\",\r\n \"description\": \"The issues identfied by Destination Listener\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/NWConnectionMonitorDestinationListenerResult\",\r\n \"name\": \"NWConnectionMonitorDestinationListenerResult\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppServiceIPSecAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time of the Http Request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Result\",\r\n \"type\": \"string\",\r\n \"description\": \"The result whether the access is Allowed or Denied\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CsHost\",\r\n \"type\": \"string\",\r\n \"description\": \"Host header of the HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceEndpoint\",\r\n \"type\": \"string\",\r\n \"description\": \"This indicates whether the access is via Virtual Network Service Endpoint communication\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CIp\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XForwardedFor\",\r\n \"type\": \"string\",\r\n \"description\": \"X-Forwarded-For header of the HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XForwardedHost\",\r\n \"type\": \"string\",\r\n \"description\": \"X-Forwarded-Host header of the HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XAzureFDID\",\r\n \"type\": \"string\",\r\n \"description\": \"X-Azure-FDID header (Azure Frontdoor Id) of the HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XFDHealthProbe\",\r\n \"type\": \"string\",\r\n \"description\": \"X-FD-HealthProbe (Azure Frontdoor Health Probe) of the HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Details\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional information\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppServiceIPSecAuditLogs\",\r\n \"name\": \"AppServiceIPSecAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppServiceAntivirusScanAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time when event is generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScanStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the scan\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalFilesScanned\",\r\n \"type\": \"int\",\r\n \"description\": \"Total number of scanned files\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NumberOfInfectedFiles\",\r\n \"type\": \"int\",\r\n \"description\": \"Total number of files infected with virus\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ListOfInfectedFiles\",\r\n \"type\": \"string\",\r\n \"description\": \"List of each virus file path\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorMessage\",\r\n \"type\": \"string\",\r\n \"description\": \"Error Message\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppServiceAntivirusScanAuditLogs\",\r\n \"name\": \"AppServiceAntivirusScanAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ABSChannelToBotRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Classification of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"Location of the service sending the log (Azure region name e.g. West US).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"log level of message (Information, Warning, Error, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BotId\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the bot or the bot handle.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultCode\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP request response code.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Channel\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the Channel making generating the log (e.g. DirectLine, Facebook, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Duration of a request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ABSChannelToBotRequests\",\r\n \"name\": \"ABSChannelToBotRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ABSDependenciesRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Classification of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"Location of the service sending the log (Azure region name e.g. West US).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"log level of message (Information, Warning, Error, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BotId\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the bot or the bot handle.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultCode\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP request response code.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Channel\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the Channel making generating the log (e.g. DirectLine, Facebook, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Duration of a request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ABSDependenciesRequests\",\r\n \"name\": \"ABSDependenciesRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFSSISIntegrationRuntimeLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log that belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"correlation id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataFactoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"Data factory name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegrationRuntimeName\",\r\n \"type\": \"string\",\r\n \"description\": \"Integration runtime name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Verbosity level of log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Event message\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFSSISIntegrationRuntimeLogs\",\r\n \"name\": \"ADFSSISIntegrationRuntimeLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFSSISPackageEventMessages\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log that belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"correlation id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataFactoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"Data factory name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegrationRuntimeName\",\r\n \"type\": \"string\",\r\n \"description\": \"Integration runtime name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Verbosity level of log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"long\",\r\n \"description\": \"Operation id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MessageTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Message time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MessageType\",\r\n \"type\": \"int\",\r\n \"description\": \"Message type\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MessageSourceType\",\r\n \"type\": \"int\",\r\n \"description\": \"Message source type\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Event message\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExtendedInfoId\",\r\n \"type\": \"long\",\r\n \"description\": \"Extended info id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PackageName\",\r\n \"type\": \"string\",\r\n \"description\": \"Package name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventName\",\r\n \"type\": \"string\",\r\n \"description\": \"Event name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MessageSourceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Message source name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MessageSourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Message source id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubcomponentName\",\r\n \"type\": \"string\",\r\n \"description\": \"Subcomponent name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PackagePath\",\r\n \"type\": \"string\",\r\n \"description\": \"Package path\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionPath\",\r\n \"type\": \"string\",\r\n \"description\": \"Execution path\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ThreadId\",\r\n \"type\": \"int\",\r\n \"description\": \"Thread id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MessageCode\",\r\n \"type\": \"int\",\r\n \"description\": \"Message code\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventMessageGuid\",\r\n \"type\": \"string\",\r\n \"description\": \"Event message guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFSSISPackageEventMessages\",\r\n \"name\": \"ADFSSISPackageEventMessages\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFSSISPackageEventMessageContext\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log that belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"correlation id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataFactoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"Data factory name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegrationRuntimeName\",\r\n \"type\": \"string\",\r\n \"description\": \"Integration runtime name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Verbosity level of log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"long\",\r\n \"description\": \"Operation id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContextDepth\",\r\n \"type\": \"int\",\r\n \"description\": \"Context depth\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PackagePath\",\r\n \"type\": \"string\",\r\n \"description\": \"Package path\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContextType\",\r\n \"type\": \"int\",\r\n \"description\": \"Context type\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContextSourceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Context source name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContextSourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Context source Id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PropertyName\",\r\n \"type\": \"string\",\r\n \"description\": \"Property name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PropertyValue\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Property value\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFSSISPackageEventMessageContext\",\r\n \"name\": \"ADFSSISPackageEventMessageContext\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFSSISPackageExecutableStatistics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log that belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"correlation id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataFactoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"Data factory name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegrationRuntimeName\",\r\n \"type\": \"string\",\r\n \"description\": \"Integration runtime name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Verbosity level of log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionId\",\r\n \"type\": \"long\",\r\n \"description\": \"Execution id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionPath\",\r\n \"type\": \"string\",\r\n \"description\": \"Execution path\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Executable start time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Executable end time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionDuration\",\r\n \"type\": \"int\",\r\n \"description\": \"Executable execution duration\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionResult\",\r\n \"type\": \"int\",\r\n \"description\": \"Execution result\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionValue\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Execution value\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFSSISPackageExecutableStatistics\",\r\n \"name\": \"ADFSSISPackageExecutableStatistics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFSSISPackageExecutionComponentPhases\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log that belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"correlation id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataFactoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"Data factory name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegrationRuntimeName\",\r\n \"type\": \"string\",\r\n \"description\": \"Integration runtime name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Verbosity level of log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionId\",\r\n \"type\": \"long\",\r\n \"description\": \"Execution id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PackageName\",\r\n \"type\": \"string\",\r\n \"description\": \"Package name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TaskName\",\r\n \"type\": \"string\",\r\n \"description\": \"Task name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubcomponentName\",\r\n \"type\": \"string\",\r\n \"description\": \"Subcomponent name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Phase\",\r\n \"type\": \"string\",\r\n \"description\": \"Phase\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Start time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"End time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionPath\",\r\n \"type\": \"string\",\r\n \"description\": \"Execution path\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFSSISPackageExecutionComponentPhases\",\r\n \"name\": \"ADFSSISPackageExecutionComponentPhases\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFSSISPackageExecutionDataStatistics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log that belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"correlation id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataFactoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"Data factory name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegrationRuntimeName\",\r\n \"type\": \"string\",\r\n \"description\": \"Integration runtime name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Verbosity level of log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionId\",\r\n \"type\": \"long\",\r\n \"description\": \"Execution id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PackageName\",\r\n \"type\": \"string\",\r\n \"description\": \"Package name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TaskName\",\r\n \"type\": \"string\",\r\n \"description\": \"Task name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataflowPathIdString\",\r\n \"type\": \"string\",\r\n \"description\": \"Dataflow path Id string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataflowPathName\",\r\n \"type\": \"string\",\r\n \"description\": \"Dataflow path name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceComponentName\",\r\n \"type\": \"string\",\r\n \"description\": \"Source somponent name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationComponentName\",\r\n \"type\": \"string\",\r\n \"description\": \"Destination component name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RowsSent\",\r\n \"type\": \"long\",\r\n \"description\": \"Rows sent\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreatedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Created time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionPath\",\r\n \"type\": \"string\",\r\n \"description\": \"Execution path\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFSSISPackageExecutionDataStatistics\",\r\n \"name\": \"ADFSSISPackageExecutionDataStatistics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ABSBotRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for the correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Classification of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"Location of the service sending the log (Azure region name e.g. West US).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"log level of message such as Information, Warning, Error, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BotId\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the bot or the bot handle.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultCode\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP request response code.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Channel\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the Channel generating the log such as Direct Line, MS Teams, Facebook, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Duration of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ABSBotRequests\",\r\n \"name\": \"ABSBotRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ACSChatIncomingOperations\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API-version associated with the operation, if the operationName was performed using an API. If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"The sub status of the operation. If this operation corresponds to a REST API call, this field is the HTTP status code of the corresponding REST call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The static text description of this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"int\",\r\n \"description\": \"The duration of the operation in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The caller IP address, if the operation corresponds to an API call that would come from an entity with a publicly available IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"URI\",\r\n \"type\": \"string\",\r\n \"description\": \"The URI of the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"The request sender\u0027s user id.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChatThreadId\",\r\n \"type\": \"string\",\r\n \"description\": \"The chat thread id associated with the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChatMessageId\",\r\n \"type\": \"int\",\r\n \"description\": \"The chat message id associated with the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SdkType\",\r\n \"type\": \"string\",\r\n \"description\": \"The Sdk type used in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PlatformType\",\r\n \"type\": \"string\",\r\n \"description\": \"The platform type used in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ACSChatIncomingOperations\",\r\n \"name\": \"ACSChatIncomingOperations\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ACSSMSIncomingOperations\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API-version associated with the operation, if the operationName was performed using an API. If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"The sub status of the operation. If this operation corresponds to a REST API call, this field is the HTTP status code of the corresponding REST call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The status text response of the result of this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"int\",\r\n \"description\": \"The duration of the operation in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The caller IP address, if the operation corresponds to an API call that would come from an entity with a publicly available IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"URI\",\r\n \"type\": \"string\",\r\n \"description\": \"The URI of the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OutgoingMessageLength\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of characters in the outgoing message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IncomingMessageLength\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of characters in the incoming message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeliveryAttempts\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of attempts made to deliver this message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PhoneNumber\",\r\n \"type\": \"string\",\r\n \"description\": \"The phone number the SMS message is being sent to.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SdkType\",\r\n \"type\": \"string\",\r\n \"description\": \"The Sdk type being used in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PlatformType\",\r\n \"type\": \"string\",\r\n \"description\": \"The platform type being used in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Method\",\r\n \"type\": \"string\",\r\n \"description\": \"The method used in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ACSSMSIncomingOperations\",\r\n \"name\": \"ACSSMSIncomingOperations\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseRBACEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API version of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"The sub status of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The static text description of this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"A JSON blob that describes the identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"extended properties related to this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleAssignmentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Role Assignment Id for this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseRBACEvents\",\r\n \"name\": \"SynapseRBACEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseGatewayEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API Version of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"The sub status of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The static text description of this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"A JSON blob that describes the identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"The request URI for this query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseGatewayEvents\",\r\n \"name\": \"SynapseGatewayEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ACSBillingUsage\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API-version associated with the operation, if the operationName was performed using an API. If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecordId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique id for a given usage record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UsageType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of resource being consumed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UnitType\",\r\n \"type\": \"string\",\r\n \"description\": \"The unit in which the type of usage is measured\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Quantity\",\r\n \"type\": \"real\",\r\n \"description\": \"The amount of usage in terms of the specified unit.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time when the resource consumption started.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time when resource consumption ended. Optional, as some events are instant by nature.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserIdA\",\r\n \"type\": \"string\",\r\n \"description\": \"User id consuming the resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserIdB\",\r\n \"type\": \"string\",\r\n \"description\": \"User id consuming the resource for consumables involving two users.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ACSBillingUsage\",\r\n \"name\": \"ACSBillingUsage\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AddonAzureBackupAlerts\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertCode\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertConsolidationStatus\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertOccurrenceDateTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertRaisedOn\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertSeverity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertStatus\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertTimeToResolveInMinutes\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupItemUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementServerUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CountOfAlertsConsolidated\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecommendedAction\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StorageUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VaultUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AddonAzureBackupAlerts\",\r\n \"name\": \"AddonAzureBackupAlerts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AddonAzureBackupJobs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AdHocOrScheduledJob\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupItemUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementServerUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataTransferredInMB\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobDurationInSecs\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobFailureCode\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobOperation\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobOperationSubType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobStartDateTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobStatus\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecoveryJobDestination\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecoveryJobRPDateTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecoveryJobRPLocation\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecoveryLocationType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VaultUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AddonAzureBackupJobs\",\r\n \"name\": \"AddonAzureBackupJobs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AddonAzureBackupPolicy\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupDaysOfTheWeek\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupFrequency\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementServerUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupTimes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DailyRetentionDuration\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DailyRetentionTimes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DiffBackupDaysofTheWeek\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DiffBackupFormat\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DiffBackupRetentionDuration\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DiffBackupTime\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogBackupFrequency\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogBackupRetentionDuration\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MonthlyRetentionDaysOfTheMonth\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MonthlyRetentionDaysOfTheWeek\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MonthlyRetentionDuration\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MonthlyRetentionFormat\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MonthlyRetentionTimes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MonthlyRetentionWeeksOfTheMonth\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PolicyName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PolicyUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PolicyTimeZone\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetentionDuration\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetentionType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SynchronisationFrequencyPerDay\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VaultUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WeeklyRetentionDaysOfTheWeek\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WeeklyRetentionDuration\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WeeklyRetentionTimes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"YearlyRetentionDaysOfTheMonth\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"YearlyRetentionDaysOfTheWeek\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"YearlyRetentionDuration\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"YearlyRetentionFormat\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"YearlyRetentionMonthsOfTheYear\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"YearlyRetentionTimes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"YearlyRetentionWeeksOfTheMonth\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AddonAzureBackupPolicy\",\r\n \"name\": \"AddonAzureBackupPolicy\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AddonAzureBackupProtectedInstance\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupItemUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementServerUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedInstanceCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VaultUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AddonAzureBackupProtectedInstance\",\r\n \"name\": \"AddonAzureBackupProtectedInstance\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AddonAzureBackupStorage\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupItemUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementServerUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PreferredWorkloadOnVolume\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StorageAllocatedInMBs\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StorageConsumedInMBs\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StorageName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StorageTotalSizeInGBs\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StorageType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StorageUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VaultUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VolumeFriendlyName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AddonAzureBackupStorage\",\r\n \"name\": \"AddonAzureBackupStorage\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"CoreAzureBackup\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AgentVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AzureBackupAgentVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AzureDataCenter\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupItemAppVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupItemFriendlyName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupItemName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupItemProtectionState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupItemFrontEndSize\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupItemType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupItemUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementServerType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementServerUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementServerName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementServerOSVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupManagementServerVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LatestRecoveryPointLocation\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LatestRecoveryPointTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OldestRecoveryPointLocation\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OldestRecoveryPointTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PolicyUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerFriendlyName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerLocation\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerOSType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerOSVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerProtectionState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectedContainerWorkloadType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProtectionGroupName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroupName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SecondaryBackupProtectionState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StorageReplicationType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubscriptionId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VaultName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VaultTags\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VaultUniqueId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/CoreAzureBackup\",\r\n \"name\": \"CoreAzureBackup\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseRbacOperations\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API version of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"The sub status of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The static text description of this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"A JSON blob that describes the identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"extended properties related to this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleAssignmentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Role Assignment Id for this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseRbacOperations\",\r\n \"name\": \"SynapseRbacOperations\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseSqlPoolRequestSteps\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogicalServerName\",\r\n \"type\": \"string\",\r\n \"description\": \"The logical server name of the SQL DW.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"The azure resourceGroup of the SQL DW.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The requestId of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StepIndex\",\r\n \"type\": \"int\",\r\n \"description\": \"The step index of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation type of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DistributionType\",\r\n \"type\": \"string\",\r\n \"description\": \"The distribution type of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LocationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The location type of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorId\",\r\n \"type\": \"string\",\r\n \"description\": \"The errorId of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The startTime (UTC) of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndCompileTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end compile time (UTC) of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end time (UTC) for the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RowCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The row count of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Command\",\r\n \"type\": \"string\",\r\n \"description\": \"The SQL command of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseSqlPoolRequestSteps\",\r\n \"name\": \"SynapseSqlPoolRequestSteps\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseSqlPoolDmsWorkers\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogicalServerName\",\r\n \"type\": \"string\",\r\n \"description\": \"The logical server name of the SQL DW.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"The azure resourceGroup of the SQL DW.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The requestId of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StepIndex\",\r\n \"type\": \"int\",\r\n \"description\": \"The step index of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DmsStepIndex\",\r\n \"type\": \"int\",\r\n \"description\": \"The DMS step index of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PdwNodeId\",\r\n \"type\": \"int\",\r\n \"description\": \"The pdw node id of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DistributionId\",\r\n \"type\": \"int\",\r\n \"description\": \"The distribution id of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Type\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BytesProcessed\",\r\n \"type\": \"int\",\r\n \"description\": \"The bytes processed of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RowsProcessed\",\r\n \"type\": \"int\",\r\n \"description\": \"The rows processed of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The startTime (UTC) of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end time (UTC) for the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CpuTime\",\r\n \"type\": \"int\",\r\n \"description\": \"The cpu time for the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SqlSpId\",\r\n \"type\": \"int\",\r\n \"description\": \"The SQL Sp Id for the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DmsCpuId\",\r\n \"type\": \"int\",\r\n \"description\": \"The DMS cpu Id for the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorId\",\r\n \"type\": \"string\",\r\n \"description\": \"The errorId of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceInfo\",\r\n \"type\": \"string\",\r\n \"description\": \"The row count of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationInfo\",\r\n \"type\": \"string\",\r\n \"description\": \"The row count of the DMS workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseSqlPoolDmsWorkers\",\r\n \"name\": \"SynapseSqlPoolDmsWorkers\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseSqlPoolWaits\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogicalServerName\",\r\n \"type\": \"string\",\r\n \"description\": \"The logical server name of the SQL DW.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"The azure resourceGroup of the SQL DW.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"description\": \"The State of the waits.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Priority\",\r\n \"type\": \"int\",\r\n \"description\": \"The priority of the waits.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseSqlPoolWaits\",\r\n \"name\": \"SynapseSqlPoolWaits\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseSqlPoolSqlRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogicalServerName\",\r\n \"type\": \"string\",\r\n \"description\": \"The logical server name of the SQL DW.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"The azure resourceGroup of the SQL DW.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The request Id of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PdwNodeId\",\r\n \"type\": \"int\",\r\n \"description\": \"The PdwNodeId of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DistributionId\",\r\n \"type\": \"int\",\r\n \"description\": \"The distribution id of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The Status of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorId\",\r\n \"type\": \"string\",\r\n \"description\": \"The error id of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The startTime (UTC) of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end time (UTC) for the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RowCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The row count of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SpId\",\r\n \"type\": \"int\",\r\n \"description\": \"The sp id of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Command\",\r\n \"type\": \"string\",\r\n \"description\": \"The command of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseSqlPoolSqlRequests\",\r\n \"name\": \"SynapseSqlPoolSqlRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseIntegrationPipelineRunsEnded\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlationId for the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The log type info level of the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of the resource in the cloud where this log is originated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The associated tags of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The Status of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserProperties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The user properties of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotations\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The annotation details of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The start time (UTC) of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"End\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end time (UTC) for the pipelien run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the pipeline flow.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunId\",\r\n \"type\": \"string\",\r\n \"description\": \"The run id of the pipeline job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Predecessors\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The predecessors information of the pipeline log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Parameters\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The parameter details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SystemParameters\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The system parameter details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Type\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenantId details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseIntegrationPipelineRunsEnded\",\r\n \"name\": \"SynapseIntegrationPipelineRunsEnded\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseIntegrationActivityRunsEnded\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlationId for the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The log type info level of the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of the resource in the cloud where this log is originated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The associated tags of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The Status of the sql requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserProperties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The user properties of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotations\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The annotation details of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The start time (UTC) of the activity run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"End\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end time (UTC) for the activity run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the activity run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityRunId\",\r\n \"type\": \"string\",\r\n \"description\": \"The run id of the activity run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineRunId\",\r\n \"type\": \"string\",\r\n \"description\": \"The pipeline runId of the activity flow.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EffectiveIntegrationRuntime\",\r\n \"type\": \"string\",\r\n \"description\": \"The effective integration runtime the activity run job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the activity run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineName\",\r\n \"type\": \"string\",\r\n \"description\": \"The pipeline name of the activity flow.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseIntegrationActivityRunsEnded\",\r\n \"name\": \"SynapseIntegrationActivityRunsEnded\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseIntegrationTriggerRunsEnded\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlationId for the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The log type info level of the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of the resource in the cloud where this log is originated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The associated tags of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The Status of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserProperties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The user properties of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotations\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The annotation details of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerId\",\r\n \"type\": \"string\",\r\n \"description\": \"The trigger id of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerName\",\r\n \"type\": \"string\",\r\n \"description\": \"The trigger name of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerType\",\r\n \"type\": \"string\",\r\n \"description\": \"The trigger type of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerEvent\",\r\n \"type\": \"string\",\r\n \"description\": \"The trigger id of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The start time (UTC) of the trigger run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Parameters\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The parameter details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SystemParameters\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The system parameter details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Type\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenantId details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseIntegrationTriggerRunsEnded\",\r\n \"name\": \"SynapseIntegrationTriggerRunsEnded\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseBigDataPoolApplicationsEnded\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"A JSON blob that describes the identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"extended properties related to this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseBigDataPoolApplicationsEnded\",\r\n \"name\": \"SynapseBigDataPoolApplicationsEnded\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"IntuneDevices\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when the report was generated (UTC)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Result\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of source system of the object being provisioned\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UPN\",\r\n \"type\": \"string\",\r\n \"description\": \"The user principal name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastContact\",\r\n \"type\": \"string\",\r\n \"description\": \"The date and time of last contact\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OSVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the operating system\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OS\",\r\n \"type\": \"string\",\r\n \"description\": \"The operating system of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CompliantState\",\r\n \"type\": \"string\",\r\n \"description\": \"The compliant state of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Ownership\",\r\n \"type\": \"string\",\r\n \"description\": \"The ownership of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ManagedBy\",\r\n \"type\": \"string\",\r\n \"description\": \"The authority that the device is managed by\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Model\",\r\n \"type\": \"string\",\r\n \"description\": \"The model of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SerialNumber\",\r\n \"type\": \"string\",\r\n \"description\": \"The serial number of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Manufacturer\",\r\n \"type\": \"string\",\r\n \"description\": \"The manufacturer of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreatedDate\",\r\n \"type\": \"string\",\r\n \"description\": \"The date and time of the device entry was created\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceState\",\r\n \"type\": \"string\",\r\n \"description\": \"The state of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserEmail\",\r\n \"type\": \"string\",\r\n \"description\": \"The user email address\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserName\",\r\n \"type\": \"string\",\r\n \"description\": \"The user name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IMEI\",\r\n \"type\": \"string\",\r\n \"description\": \"The international mobile equipment identifier of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PhoneNumber\",\r\n \"type\": \"string\",\r\n \"description\": \"The phone number\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceRegistrationState\",\r\n \"type\": \"string\",\r\n \"description\": \"The registration state of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferenceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD Device ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ManagedDeviceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The managed device name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"GraphDeviceIsManaged\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean describing whether the graph device is managed\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CategoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"The category name of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EncryptionStatusString\",\r\n \"type\": \"string\",\r\n \"description\": \"String describing whether the device is encrypted\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubscriberCarrierNetwork\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscriber carrier network\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JoinType\",\r\n \"type\": \"string\",\r\n \"description\": \"The device join type\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SupervisedStatusString\",\r\n \"type\": \"string\",\r\n \"description\": \"String describing whether the device is supervised\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WifiMacAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The WiFi MAC address of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StorageTotal\",\r\n \"type\": \"long\",\r\n \"description\": \"The total storage size of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StorageFree\",\r\n \"type\": \"long\",\r\n \"description\": \"The free storage size of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AndroidPatchLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"The Android patch level of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MEID\",\r\n \"type\": \"string\",\r\n \"description\": \"The mobile equipment identifier of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InGracePeriodUntil\",\r\n \"type\": \"string\",\r\n \"description\": \"The device grace period end time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JailBroken\",\r\n \"type\": \"string\",\r\n \"description\": \"String describing whether the device is jail broken\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SkuFamily\",\r\n \"type\": \"string\",\r\n \"description\": \"The stock-keeping unit family of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EasID\",\r\n \"type\": \"string\",\r\n \"description\": \"The Emergency Alert System Identification of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PrimaryUser\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the primary user\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The unique ID for the exported report\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntuneAccountId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The Intune Account ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AADTenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The AAD Tenant ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Stats\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Statistics about the export, including the number of records exported per export\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/IntuneDevices\",\r\n \"name\": \"IntuneDevices\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WVDConnections\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The activity Id.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserName\",\r\n \"type\": \"string\",\r\n \"description\": \"The user who initiated the connection.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"description\": \"The state of the connection.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"The OS of the client that is connecting (if available).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the client that is connecting (if available).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the client that is connecting (if available).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the client.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ClientSideIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The remote IP address from the client side.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PredecessorConnectionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The predecessor Correlation Id of the connection, if the current connection is an auto-reconnect.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of connection - either RAIL (RemoteApp Integrated Locally) or Desktop.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceAlias\",\r\n \"type\": \"string\",\r\n \"description\": \"The alias of the app that the user attempted to connect to.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostName\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the machine where the user connection was orchestrated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostAzureVmId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Azure VM Id of the machine where the user connection was orchestrated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the machine where the user connection was orchestrated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostOSVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The OS version of the machine where the user connection was orchestrated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostOSDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The OS SKU description of the machine where the user connection was orchestrated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostAgentVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the WVD Agent running on the machine where the user connection was orchestrated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostSxSStackVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the WVD RDP Stack running on the machine where the user connection was orchestrated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostSessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Session Id of WVD RDP Stack running on the machine where the user connection was orchestrated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD tenenat Id of the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"GatewayRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the WVD Gateway for the server side user connection.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UdpUse\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates whether WVD RDP Stack uses UDP protocol on current user connection.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WVDConnections\",\r\n \"name\": \"WVDConnections\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WVDFeeds\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The activity Id.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserName\",\r\n \"type\": \"string\",\r\n \"description\": \"The user that initiated the feed request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientOS\",\r\n \"type\": \"string\",\r\n \"description\": \"The OS of the client that is requesting the feed (if available).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the client that is requesting the feed (if available).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the client that is requesting the feed (if available).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientSideIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The remote IP address from the client side.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RDPTotal\",\r\n \"type\": \"int\",\r\n \"description\": \"The total number of RDP files that the client attempted to retrieve.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RDPFail\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of RDP files that failed to be retrieved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IconTotal\",\r\n \"type\": \"int\",\r\n \"description\": \"The total number of Icons (PNG, ICO) files that the client attempted to retrieve.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IconFail\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of Icons (PNG, ICO) files that failed to be retrieved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WVDFeeds\",\r\n \"name\": \"WVDFeeds\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"TSIIngress\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) at which this event is generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of the resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of the log event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Operation name of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlation ID of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Description of the result of the operation, such as \u0027Received forbidden error\u0027.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The message associated with the error. Includes details on what went wrong and how to mitigate the error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The code associated with the error\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventSourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of event source. It could either be Event hub or IoT hub.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventSourceProperties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"A collection of properties specific to your event source. Contains details such as the consumer group and the access key name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/TSIIngress\",\r\n \"name\": \"TSIIngress\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"IntuneDeviceComplianceOrg\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when the report was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Result\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UPN\",\r\n \"type\": \"string\",\r\n \"description\": \"The user principal name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ComplianceState\",\r\n \"type\": \"string\",\r\n \"description\": \"The compliance state of the device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OSDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The operating system of the device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OSVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the operating system.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OS\",\r\n \"type\": \"string\",\r\n \"description\": \"The operating system of the device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OwnerType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of owner.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Id of the device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastContact\",\r\n \"type\": \"string\",\r\n \"description\": \"The date and time of last contact.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Id of the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IMEI\",\r\n \"type\": \"string\",\r\n \"description\": \"The international mobile equipment identifier of the device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SerialNumber\",\r\n \"type\": \"string\",\r\n \"description\": \"The serial number of the device\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetireAfterDatetime\",\r\n \"type\": \"string\",\r\n \"description\": \"The retire after date time.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ManagementAgents\",\r\n \"type\": \"string\",\r\n \"description\": \"The management agents.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the device.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserName\",\r\n \"type\": \"string\",\r\n \"description\": \"The user name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The unique Id for the exported report.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"InGracePeriodUntil\",\r\n \"type\": \"string\",\r\n \"description\": \"The device grace period end time.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceHealthThreatLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"The device health threat level.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserEmail\",\r\n \"type\": \"string\",\r\n \"description\": \"The user email address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntuneAccountId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The Intune Account Id.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"AADTenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The AAD Tenant Id.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Stats\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Statistics about the export, including the number of records exported per export.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/IntuneDeviceComplianceOrg\",\r\n \"name\": \"IntuneDeviceComplianceOrg\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AEWAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) of the HTTP request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExpComponentName\",\r\n \"type\": \"string\",\r\n \"description\": \"The Exp component sending the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The message in the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The event category. Typical log categories are Audit, Operational, Execution, and Request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The event name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"The event URI.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Operator\",\r\n \"type\": \"string\",\r\n \"description\": \"The user identity triggering the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AEWAuditLogs\",\r\n \"name\": \"AEWAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseIntegrationPipelineRuns\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlationId for the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The log type info level of the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of the resource in the cloud where this log is originated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The associated tags of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The Status of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserProperties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The user properties of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotations\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The annotation details of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The start time (UTC) of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"End\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end time (UTC) for the pipelien run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the pipeline flow.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunId\",\r\n \"type\": \"string\",\r\n \"description\": \"The run id of the pipeline job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Predecessors\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The predecessors information of the pipeline log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Parameters\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The parameter details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SystemParameters\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The system parameter details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Type\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenantId details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseIntegrationPipelineRuns\",\r\n \"name\": \"SynapseIntegrationPipelineRuns\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseIntegrationActivityRuns\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlationId for the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The log type info level of the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of the resource in the cloud where this log is originated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The associated tags of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The Status of the sql requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserProperties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The user properties of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotations\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The annotation details of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The start time (UTC) of the activity run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"End\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end time (UTC) for the activity run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the activity run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityRunId\",\r\n \"type\": \"string\",\r\n \"description\": \"The run id of the activity run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineRunId\",\r\n \"type\": \"string\",\r\n \"description\": \"The pipeline runId of the activity flow.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EffectiveIntegrationRuntime\",\r\n \"type\": \"string\",\r\n \"description\": \"The effective integration runtime the activity run job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the activity run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineName\",\r\n \"type\": \"string\",\r\n \"description\": \"The pipeline name of the activity flow.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseIntegrationActivityRuns\",\r\n \"name\": \"SynapseIntegrationActivityRuns\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseIntegrationTriggerRuns\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlationId for the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The log type info level of the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of the resource in the cloud where this log is originated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The associated tags of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The Status of the SQL requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserProperties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The user properties of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotations\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The annotation details of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerId\",\r\n \"type\": \"string\",\r\n \"description\": \"The trigger id of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerName\",\r\n \"type\": \"string\",\r\n \"description\": \"The trigger name of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerType\",\r\n \"type\": \"string\",\r\n \"description\": \"The trigger type of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerEvent\",\r\n \"type\": \"string\",\r\n \"description\": \"The trigger id of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The start time (UTC) of the trigger run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Parameters\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The parameter details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SystemParameters\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The system parameter details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Type\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenantId details of the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseIntegrationTriggerRuns\",\r\n \"name\": \"SynapseIntegrationTriggerRuns\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SucceededIngestion\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SucceededOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time at which this ingest operation successfully ended\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The ingestion\u0027s operation Id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Database\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database holding the target table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Table\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the target table into which the data is ingested\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IngestionSourceId\",\r\n \"type\": \"guid\",\r\n \"description\": \"A unique identifier representing the ingested source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IngestionSourcePath\",\r\n \"type\": \"string\",\r\n \"description\": \"The Azure blob storage URI\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The final state of this data ingestion operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The ingestion\u0027s activity Id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SucceededIngestion\",\r\n \"name\": \"SucceededIngestion\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlOnlineEndpointConsoleLog\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InstanceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the instance that generated this log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeploymentName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the deployment associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContainerName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the container where the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The content of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlOnlineEndpointConsoleLog\",\r\n \"name\": \"AmlOnlineEndpointConsoleLog\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"PowerBIDatasetsWorkspace\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp(UTC) of when the log entry was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"An event ID that can be used to correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the Power BI workspace that contains the artifact being operated on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PremiumCapacityId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the Premium capacity hosting the artifact being operated on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationContext\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Unique identifiers providing details about the context of the operation. E.g. Report ID, DatasetID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the name of the client application that created the connection to the Power BI dataset. This is provided by the application and is optional.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ArtifactId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID of the resource logging the data.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ArtifactKind\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of artifact logging the operation e.g. Dataset.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CpuTimeMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Amount of CPU time (in milliseconds) used by the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ArtifactName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Power BI artifact logging this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogAnalyticsCategory\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique category of the events like Audit/Security/Request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatasetMode\",\r\n \"type\": \"string\",\r\n \"description\": \"The mode of the dataset. Import, DirectQuery or Composite.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Amount of time (in milliseconds) taken by the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"The user on whose behalf the operation is running. Used when an end user identity must be impersonated on the server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutingUser\",\r\n \"type\": \"string\",\r\n \"description\": \"The user executing the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationDetailName\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides subcategories of OperationName.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XmlaObjectPath\",\r\n \"type\": \"string\",\r\n \"description\": \"A comma-separated list of parents, starting with the object\u0027s parent.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkspaceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the workspace containing the artifact.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusCode\",\r\n \"type\": \"int\",\r\n \"description\": \"Status code of the operation. It covers success and failure.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProgressCounter\",\r\n \"type\": \"long\",\r\n \"description\": \"Progress Counter.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XmlaProperties\",\r\n \"type\": \"string\",\r\n \"description\": \"Properties of the XMLA request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XmlaSessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Analysis services session identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the severity level of the operation being logged. Success, Informational, Warning, or Error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Information about user and claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventText\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains verbose information associated with operation e.g. DAX query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomerTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the Power BI tenant.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XmlaRequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique Identifier of request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/PowerBIDatasetsWorkspace\",\r\n \"name\": \"PowerBIDatasetsWorkspace\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"InsightsMetrics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Origin\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Namespace\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Name\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Val\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AgentId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"ContainerInsights\",\r\n \"InfrastructureInsights\",\r\n \"ServiceMap\",\r\n \"VMInsights\",\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/InsightsMetrics\",\r\n \"name\": \"InsightsMetrics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFPipelineRun\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserProperties\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotations\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"End\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailureType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Predecessors\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Parameters\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SystemParameters\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFPipelineRun\",\r\n \"name\": \"ADFPipelineRun\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFSandboxPipelineRun\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserProperties\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotations\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"End\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailureType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Predecessors\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Parameters\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SystemParameters\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFSandboxPipelineRun\",\r\n \"name\": \"ADFSandboxPipelineRun\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFTriggerRun\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserProperties\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotations\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerEvent\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerFailureType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Parameters\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SystemParameters\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFTriggerRun\",\r\n \"name\": \"ADFTriggerRun\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SigninLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Resource\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceProvider\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlternateSignInName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppDisplayName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationDetails\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationMethodsUsed\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationProcessingDetails\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationRequirement\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationRequirementPolicies\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientAppUsed\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionalAccessPolicies\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionalAccessStatus\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreatedDateTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceDetail\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsInteractive\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IPAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsRisky\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LocationDetails\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MfaDetail\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NetworkLocationDetails\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OriginalRequestId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProcessingTimeInMilliseconds\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskDetail\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskEventTypes\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskEventTypes_V2\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskLevelAggregated\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskLevelDuringSignIn\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskState\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceDisplayName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceIdentity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TokenIssuerName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TokenIssuerType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserDisplayName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserPrincipalName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AADTenantId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FlaggedForReview\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IPAddressFromResourceProvider\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SignInIdentifier\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SignInIdentifierType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceTenantId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HomeTenantId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SigninLogs\",\r\n \"name\": \"SigninLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADPRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log record was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API version against which the operation was performed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uri\",\r\n \"type\": \"string\",\r\n \"description\": \"The URI of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Success\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Whether the request was successful or not. Note that long-running asynchronous operations might fail even when the request is successful.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HttpStatusCode\",\r\n \"type\": \"int\",\r\n \"description\": \"The HTTP response status code of the corresponding REST call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"int\",\r\n \"description\": \"The duration of the operation in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the user who has performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceContext\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"W3C Trace Context information used for event correlation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Internal ADP correlation ID needed for support scenarios.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location (region) of the resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Additional properties related to the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADPRequests\",\r\n \"name\": \"ADPRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADPAudit\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log record was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API version against which the operation was performed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the audit operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Active Directory identity claims\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the user who has performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceContext\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"W3C Trace Context information used for event correlation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Internal ADP correlation ID needed for support scenarios.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location (region) of the resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Additional properties related to the audit event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADPAudit\",\r\n \"name\": \"ADPAudit\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AACHttpRequest\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) when log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Method\",\r\n \"type\": \"string\",\r\n \"description\": \"HTTP Method.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"GUID for correlated logs.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID generated by server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientRequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Request ID provided by client.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"int\",\r\n \"description\": \"The duration of the operation in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestURI\",\r\n \"type\": \"string\",\r\n \"description\": \"URI of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP Address of the client that sent the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"User Agent provided by the client.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusCode\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP Status Code of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestLength\",\r\n \"type\": \"int\",\r\n \"description\": \"Length in bytes of the HTTP request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseLength\",\r\n \"type\": \"int\",\r\n \"description\": \"Length in bytes of the HTTP response.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AACHttpRequest\",\r\n \"name\": \"AACHttpRequest\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WorkloadDiagnosticLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the Computer generating the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the record. Example: Error, Warning, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The message of the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Dimensions or other metatata about the record. For example may contain the Monitoring profile ID the log entry is about.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WorkloadDiagnosticLogs\",\r\n \"name\": \"WorkloadDiagnosticLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"MicrosoftDataShareReceivedSnapshotLog\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when the event is generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log that belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"CorrelationId of the event, this can be use as a reference to join with other tables\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DetailMessage\",\r\n \"type\": \"string\",\r\n \"description\": \"This shows the event details. Can be empty if synchronization is not finished\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"string\",\r\n \"description\": \"Datashare synchronization start time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"string\",\r\n \"description\": \"Datashare synchronization end time, can be empty if job not finished\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Synchronization status, can be inprogress/succeed/failed\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerType\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicating whether the trigger is on-demand trigger or manual trigger\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataSetMappingType\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicating the dataSetMapping type, this can be Blob/container/bolbfolder,etc\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataSetType\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicating the dataSet type, this can be Blob/container/bolbfolder,etc\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataSetName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of provider source dataset\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FilesWritten\",\r\n \"type\": \"string\",\r\n \"description\": \"Number of files written into sink\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FilesRead\",\r\n \"type\": \"string\",\r\n \"description\": \"Number of files read from source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SizeWritten\",\r\n \"type\": \"string\",\r\n \"description\": \"Size of files into sink in bytes\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SizeRead\",\r\n \"type\": \"string\",\r\n \"description\": \"Size of files read from source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/MicrosoftDataShareReceivedSnapshotLog\",\r\n \"name\": \"MicrosoftDataShareReceivedSnapshotLog\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"MicrosoftDataShareSentSnapshotLog\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when the event is generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log that belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"CorrelationId of the event, this can be use as a reference to join with other tables\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DetailMessage\",\r\n \"type\": \"string\",\r\n \"description\": \"This shows the event details. Can be empty if synchronization is not finished\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"string\",\r\n \"description\": \"Datashare synchronization start time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"string\",\r\n \"description\": \"Datashare synchronization end time, can be empty if job not finished\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Synchronization status, can be inprogress/succeed/failed\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerType\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicating whether the trigger is on-demand trigger or manual trigger\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataSetMappingType\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicating the dataSetMapping type, this can be Blob/container/bolbfolder,etc\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataSetType\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicating the dataSet type, this can be Blob/container/bolbfolder,etc\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataSetName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of provider source dataset\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FilesWritten\",\r\n \"type\": \"string\",\r\n \"description\": \"Number of files written into sink \",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FilesRead\",\r\n \"type\": \"string\",\r\n \"description\": \"Number of files read from source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SizeWritten\",\r\n \"type\": \"string\",\r\n \"description\": \"Size of files into sink in bytes\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SizeRead\",\r\n \"type\": \"string\",\r\n \"description\": \"Size of files read from source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/MicrosoftDataShareSentSnapshotLog\",\r\n \"name\": \"MicrosoftDataShareSentSnapshotLog\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AzureDevOpsAuditing\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"The identifier for the audit event, unique across services.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"guid\",\r\n \"description\": \"CorrelationId allows two or more auditing events to be grouped together. This happens when a single action causes a cascade of auditing entries. An example being project creation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Unique identifier for the action that occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActorCUID\",\r\n \"type\": \"guid\",\r\n \"description\": \"A consistently unique identifier for the actor that caused the auditing event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActorUserId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The actor\u0027s user identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActorUPN\",\r\n \"type\": \"string\",\r\n \"description\": \"The actor\u0027s user principal name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationMechanism\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of authentication used by the actor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time the auditing event occurred in UTC.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScopeType\",\r\n \"type\": \"string\",\r\n \"description\": \"The level (scope) that the event occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScopeDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"User friendly name for the scope level that an auditing event occurred at.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScopeId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The organization identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProjectId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Unique identifier of the project that an auditing event occurred in. If not provided then the event isn\u0027t scoped to a particular project.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProjectName\",\r\n \"type\": \"string\",\r\n \"description\": \"Friendly name of the project that an auditing event occurred in. If not provided then the event isn\u0027t scoped to a particular project.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address where the event originated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The user agent from the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the type of auditing event that occurred. For example, Git.CreateRepo identifies the an auditing event for Git repository creation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Additional data that\u0027s unique to the type of auditing event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Details\",\r\n \"type\": \"string\",\r\n \"description\": \"Description of what happened.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Area\",\r\n \"type\": \"string\",\r\n \"description\": \"Part of the Azure DevOps product where the auditing event occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of action that occurred when the auditing event was logged.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CategoryDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of action that occurred when the auditing event was logged.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActorDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"Display name of the user who initiated the auditing event to be logged.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AzureDevOpsAuditing\",\r\n \"name\": \"AzureDevOpsAuditing\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightKafkaLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"log level of message (INFO, WARN, ERROR, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"message from Kafka log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogType\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log file that a record came from (e.g. KafkaServer, KafkaController).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightKafkaLogs\",\r\n \"name\": \"HDInsightKafkaLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightKafkaMetrics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricNamespace\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of metric (e.g. RequestMetrics, BrokerTopicMetrics, KafkaController, etc). \",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the metric for the record (e.g. OfflinePartitionsCount, UnderReplicatedPartitions, LeaderCount, etc).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricValue\",\r\n \"type\": \"real\",\r\n \"description\": \"Value of metric in the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricDataType\",\r\n \"type\": \"string\",\r\n \"description\": \"CollectD datatype of the metric (e.g. gauge, counter, etc.). Determines how metric is portrayed over time. Please reference CollectD documentation for more information: https://collectd.org/wiki/index.php/Data_source .\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the record. For example a record may be tagged with \u0027kafka.network\u0027 if it is a network related metric.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightKafkaMetrics\",\r\n \"name\": \"HDInsightKafkaMetrics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightHBaseLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"log level of message (INFO, WARN, ERROR, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"message from HBase log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogType\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log file that a record came from (e.g. RegionServer, HMaster).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightHBaseLogs\",\r\n \"name\": \"HDInsightHBaseLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightHBaseMetrics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricNamespace\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of metric (value of the jmx query string e.g. Hadoop:service=HBase,name=Master,sub=IPC, etc). \",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the metric for the record (e.g. queueSize, receivedBytes, numActiveHandler, etc).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricValue\",\r\n \"type\": \"real\",\r\n \"description\": \"Value of metric in the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Information about the record. For example a record may be tagged with \u0027master\u0027 if it is in the HMaster context.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightHBaseMetrics\",\r\n \"name\": \"HDInsightHBaseMetrics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightStormLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"message from Storm log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogType\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log file that a record came from (e.g. StormNimbus, StormSupervisor).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the log (e.g. INFO,WARN, ERROR, etc.)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightStormLogs\",\r\n \"name\": \"HDInsightStormLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightStormMetrics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricNamespace\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of metric(e.g. StormNimbusMetrics, StormSupervisorMetrics, etc). \",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the metric for the record (e.g. num-submitTopology-calls-Count).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricValue\",\r\n \"type\": \"real\",\r\n \"description\": \"Value of metric in the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricDataType\",\r\n \"type\": \"string\",\r\n \"description\": \"CollectD datatype of the metric (e.g. gauge, counter, etc.). Determines how metric is portrayed over time. Please reference CollectD documentation for more information: https://collectd.org/wiki/index.php/Data_source .\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightStormMetrics\",\r\n \"name\": \"HDInsightStormMetrics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightStormTopologyMetrics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Acked\",\r\n \"type\": \"real\",\r\n \"description\": \"The number of Tuple “trees” successfully processed. A value of 0 is expected if no acking is done.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssignedCPUPercent\",\r\n \"type\": \"real\",\r\n \"description\": \"Percent of CPU cores assigned to the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssignedMemOffHeapMB\",\r\n \"type\": \"real\",\r\n \"description\": \"MB of off heap memory assigned to the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssignedMemOnHeapMB\",\r\n \"type\": \"real\",\r\n \"description\": \"MB of on heap memory assigned to the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssignedTotalMemMB\",\r\n \"type\": \"real\",\r\n \"description\": \"MB of total memory assigned to the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BoltId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the bolt.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Capacity\",\r\n \"type\": \"real\",\r\n \"description\": \"If this is around 1.0, the corresponding Bolt is running as fast as it can, so you may want to increase the Bolt’s parallelism. This is (number executed * average execute latency) / measurement time.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CompleteLatencyMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The average time (millisecond) a Tuple “tree” takes to be completely processed by the Topology. A value of 0 is expected if no acking is done.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Debug\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean representing whether debug tracing is activated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Emitted\",\r\n \"type\": \"real\",\r\n \"description\": \"The number of Tuples emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EncodedBoltId\",\r\n \"type\": \"string\",\r\n \"description\": \"The encoded ID of the bolt.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EncodedId\",\r\n \"type\": \"string\",\r\n \"description\": \"The enocded ID of the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EncodedSpoutId\",\r\n \"type\": \"string\",\r\n \"description\": \"The encoded ID of the Spout.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorHost\",\r\n \"type\": \"string\",\r\n \"description\": \"Host where the error occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorPort\",\r\n \"type\": \"string\",\r\n \"description\": \"Port associated with the error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorWorkerLogLink\",\r\n \"type\": \"string\",\r\n \"description\": \"Link to the log of the worker where an error occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Executed\",\r\n \"type\": \"real\",\r\n \"description\": \" The number of incoming Tuples processed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecuteLatencyMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The average time (millisecond) a Tuple spends in the execute method. The execute method may complete without sending an Ack for the tuple.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Executors\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of threads being used to execute a task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutorsTotal\",\r\n \"type\": \"int\",\r\n \"description\": \"The total amount of executors currently used and already used to execute a task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Failed\",\r\n \"type\": \"real\",\r\n \"description\": \"The number of Tuple “trees” that were explicitly failed or timed out before acking was completed. A value of 0 is expected if no acking is done.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Hostname of the host the record came from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the component the record is from (could be spout, bolt, or name of topology).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InstanceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of record shape (there are bolt, spout, topology, and topology_stats record shapes).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastError\",\r\n \"type\": \"string\",\r\n \"description\": \"Last error to occur in the component.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MsgTimeout\",\r\n \"type\": \"real\",\r\n \"description\": \"The number of seconds until a message times out.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TopologyName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Owner\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the user that owns the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProcessLatencyMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The average time (millisecond) it takes to Ack a Tuple after it is first received. Bolts that join, aggregate or batch may not Ack a tuple until a number of other Tuples have been received(.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReplicationCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The amount of replicas kept by the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestedCpuPercent\",\r\n \"type\": \"real\",\r\n \"description\": \"The percent of CPU requested by the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestMemOffHeapMB\",\r\n \"type\": \"real\",\r\n \"description\": \"MB of off heap memory requested by the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestMemOnHeapMB\",\r\n \"type\": \"real\",\r\n \"description\": \"MB of on heap memory requested by the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SamplingPct\",\r\n \"type\": \"real\",\r\n \"description\": \"Percentage of messages sampled to calculate metrics.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchedulerDisplayResource\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean describing the scheduler display setting.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SpoutId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the spout.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tasks\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of tasks running.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TasksTotal\",\r\n \"type\": \"int\",\r\n \"description\": \"The total amount of tasks run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TopologyId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the topology.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Transferred\",\r\n \"type\": \"real\",\r\n \"description\": \"The number of Tuples emitted that sent to one or more bolts.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uptime\",\r\n \"type\": \"string\",\r\n \"description\": \"The length of time an Executor (thread) has been alive.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UptimeSeconds\",\r\n \"type\": \"real\",\r\n \"description\": \"The amount of time the topology has been running in seconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Window\",\r\n \"type\": \"real\",\r\n \"description\": \"The time window for the metrics in the record in seconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WindowHint\",\r\n \"type\": \"string\",\r\n \"description\": \"The time window for the metrics in the record in hours, minutes, seconds format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WindowPretty\",\r\n \"type\": \"string\",\r\n \"description\": \"String description of the time window for the metrics in the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Workers\",\r\n \"type\": \"string\",\r\n \"description\": \"JSON with worker specific metrics.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkersTotal\",\r\n \"type\": \"int\",\r\n \"description\": \"The total amount of workers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightStormTopologyMetrics\",\r\n \"name\": \"HDInsightStormTopologyMetrics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightGatewayAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserName\",\r\n \"type\": \"string\",\r\n \"description\": \"The username used for the login attempt.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The outcome of the login attempt.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccessRequestCount\",\r\n \"type\": \"real\",\r\n \"description\": \"Number of login requests associated with the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorMessage\",\r\n \"type\": \"string\",\r\n \"description\": \"Any error message associated with the login attempt.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightGatewayAuditLogs\",\r\n \"name\": \"HDInsightGatewayAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightAmbariSystemMetrics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CpuIdle\",\r\n \"type\": \"real\",\r\n \"description\": \"Percent of CPU time spent in idle state in past cycle.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CpuNice\",\r\n \"type\": \"real\",\r\n \"description\": \"Percent of CPU time spent running processes with positive nice values.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NumberOfCpu\",\r\n \"type\": \"real\",\r\n \"description\": \"Number of CPU cores running on the node.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CpuSystem\",\r\n \"type\": \"real\",\r\n \"description\": \"Percent of CPU time spent running system level processes in past cycle.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CpuUser\",\r\n \"type\": \"real\",\r\n \"description\": \"Percent of CPU time spent running user level processes in past cycle.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CpuIOWait\",\r\n \"type\": \"real\",\r\n \"description\": \"Percent of CPU time spent waiting for I/O requests in past cycle.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DiskFree\",\r\n \"type\": \"real\",\r\n \"description\": \"Amount of free disk space (in GB).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DiskTotal\",\r\n \"type\": \"real\",\r\n \"description\": \"Total disk space (in GB).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReadBytes\",\r\n \"type\": \"real\",\r\n \"description\": \"Number of bytes read.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReadCount\",\r\n \"type\": \"real\",\r\n \"description\": \"Number of read operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReadTime\",\r\n \"type\": \"real\",\r\n \"description\": \"Time spent on read operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WriteBytes\",\r\n \"type\": \"real\",\r\n \"description\": \"Number of bytes written.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WriteCount\",\r\n \"type\": \"real\",\r\n \"description\": \"Number of write operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WriteTime\",\r\n \"type\": \"real\",\r\n \"description\": \"Time spent on write operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FifteenMinutLoad\",\r\n \"type\": \"real\",\r\n \"description\": \"load over past 15 minutes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FiveMinuteLoad\",\r\n \"type\": \"real\",\r\n \"description\": \"load over past five minutes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OneMinuteLoad\",\r\n \"type\": \"real\",\r\n \"description\": \"load over past one minute.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CachedMemory\",\r\n \"type\": \"real\",\r\n \"description\": \"amount of cached memory in KB.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FreeMemory\",\r\n \"type\": \"real\",\r\n \"description\": \"amount of free memory in KB.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SharedMemory\",\r\n \"type\": \"real\",\r\n \"description\": \"amount of sharedmemory in KB.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalMemory\",\r\n \"type\": \"real\",\r\n \"description\": \"total amount of memory in KB.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FreeSwapMemory\",\r\n \"type\": \"real\",\r\n \"description\": \"amount of free swap memory in KB.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BytesIn\",\r\n \"type\": \"real\",\r\n \"description\": \"Bytes ingested in last timeframe.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BytesOut\",\r\n \"type\": \"real\",\r\n \"description\": \"Bytes sent out.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PacketsIn\",\r\n \"type\": \"real\",\r\n \"description\": \"Packets ingest in last timeframe.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PacketsOut\",\r\n \"type\": \"real\",\r\n \"description\": \"Packets sent out in last timeframe.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProcessesRun\",\r\n \"type\": \"real\",\r\n \"description\": \"Processes run in last timeframe.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalProcesses\",\r\n \"type\": \"real\",\r\n \"description\": \"Total amount of processes run on host.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the cluster the host belongs to.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the host the record came from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of cluster the record came from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightAmbariSystemMetrics\",\r\n \"name\": \"HDInsightAmbariSystemMetrics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightAmbariClusterAlerts\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferenceURI\",\r\n \"type\": \"string\",\r\n \"description\": \"The URI to the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the cluster the alert came from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ComponentName\",\r\n \"type\": \"string\",\r\n \"description\": \"The component that generated the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DefinitionId\",\r\n \"type\": \"int\",\r\n \"description\": \"Id of the alert definition.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DefinitionName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the alert definition\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertFirmness\",\r\n \"type\": \"string\",\r\n \"description\": \"The firmness of the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostFQDN\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the host where the alert was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the host where the alert was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertID\",\r\n \"type\": \"int\",\r\n \"description\": \"The ID of the alert message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Instance number of the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Label\",\r\n \"type\": \"string\",\r\n \"description\": \"The label of the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LatestTimestamp\",\r\n \"type\": \"long\",\r\n \"description\": \"The latest time the alert occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OriginalTimestamp\",\r\n \"type\": \"long\",\r\n \"description\": \"The timestamp the alert first occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaintenanceState\",\r\n \"type\": \"string\",\r\n \"description\": \"The maintenance classifaction state of the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Occurences\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of times an alert has occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RepeatTolerance\",\r\n \"type\": \"int\",\r\n \"description\": \"The total number of occurences an alert can have before being escalated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RepeatToleranceRemaining\",\r\n \"type\": \"int\",\r\n \"description\": \"The amount of occurences left before an alert gets escalted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Scope\",\r\n \"type\": \"string\",\r\n \"description\": \"The scope of the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the service that generated the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"description\": \"The state of the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Text\",\r\n \"type\": \"string\",\r\n \"description\": \"The informational text of the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of cluster where the alert was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightAmbariClusterAlerts\",\r\n \"name\": \"HDInsightAmbariClusterAlerts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSparkApplicationEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The application id of the application producing the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SparkUser\",\r\n \"type\": \"string\",\r\n \"description\": \"The Spark User associated with the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppAttemptId\",\r\n \"type\": \"string\",\r\n \"description\": \"The application attempt id.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"type\": \"string\",\r\n \"description\": \"The application name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubmissionTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the application was submitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CompletionTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the application submission completed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenant ID of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of node running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The fqdn the node was run on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP Address of the node running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID of the cluster running the application\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSparkApplicationEvents\",\r\n \"name\": \"HDInsightSparkApplicationEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSparkBlockManagerEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The application ID of the application producing the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutorId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the executor running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the host.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AddedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the event was added.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemovedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the application was removed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxMemory\",\r\n \"type\": \"long\",\r\n \"description\": \"The max memory usage from the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxOnHeapMemory\",\r\n \"type\": \"long\",\r\n \"description\": \"The max on heap memory usage from the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxOffHeapMemory\",\r\n \"type\": \"long\",\r\n \"description\": \"The max off heap memory usage from the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenant ID of the cluster the Block Manager is running on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of node the Block Manager is running on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster the Block Manager is running on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the cluster the Block Manager is running on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP Address of the node the Block Manager is running on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID of the cluster the Block Manager is running on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BlockHost\",\r\n \"type\": \"string\",\r\n \"description\": \"The block host.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BlockManagerHost\",\r\n \"type\": \"string\",\r\n \"description\": \"The host where the Block Manager is running.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSparkBlockManagerEvents\",\r\n \"name\": \"HDInsightSparkBlockManagerEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSparkEnvironmentEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The application ID of the application producing the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SparkDeployMode\",\r\n \"type\": \"string\",\r\n \"description\": \"The spark deployment mode of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SparkMaster\",\r\n \"type\": \"string\",\r\n \"description\": \"The master mode of the Spark Application\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"YarnMaxAttempts\",\r\n \"type\": \"int\",\r\n \"description\": \"The max number of attempts Yarn will make for the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SparkExecutorInstances\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of Spark Executor instances.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SparkExecutorMemory\",\r\n \"type\": \"string\",\r\n \"description\": \"The memory usage of the Spark Executor\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SparkExecutorCores\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of Executor cores.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"YarnTags\",\r\n \"type\": \"string\",\r\n \"description\": \"The YARN tag of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"YarnQueue\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of YARN queue for the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenant ID of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of node running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the host.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP Address of the node running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID of the cluster running the application\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSparkEnvironmentEvents\",\r\n \"name\": \"HDInsightSparkEnvironmentEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightJupyterNotebookEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dim0\",\r\n \"type\": \"string\",\r\n \"description\": \"Varies based of of type of event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dim1\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Varies based of of type of event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dim2\",\r\n \"type\": \"int\",\r\n \"description\": \"Varies based of of type of event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dim3\",\r\n \"type\": \"int\",\r\n \"description\": \"Varies based of of type of event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dim4\",\r\n \"type\": \"string\",\r\n \"description\": \"Varies based of of type of event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dim5\",\r\n \"type\": \"int\",\r\n \"description\": \"Varies based of of type of event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dim6\",\r\n \"type\": \"string\",\r\n \"description\": \"Varies based of of type of event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dim7\",\r\n \"type\": \"string\",\r\n \"description\": \"Varies based of of type of event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dim8\",\r\n \"type\": \"string\",\r\n \"description\": \"Varies based of of type of event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dim9\",\r\n \"type\": \"string\",\r\n \"description\": \"Varies based of of type of event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dim10\",\r\n \"type\": \"string\",\r\n \"description\": \"Varies based of of type of event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenant ID of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of node the application running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the host.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP Address of the node running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID of the cluster running the application\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightJupyterNotebookEvents\",\r\n \"name\": \"HDInsightJupyterNotebookEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSparkExecutorEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The application ID of the application producing the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutorId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the Spark Executor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutorCores\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of cores the Spark Executor has.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AddedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the Executor was added.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemovedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the Executor was removed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemovedReason\",\r\n \"type\": \"string\",\r\n \"description\": \"The reason the Executor was removed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenant ID of the cluster running the Executor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of node running the Executor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the host.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster running the Executor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the cluster running the Executor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP Address of the node running the Executor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID of the cluster running the Executor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutorHost\",\r\n \"type\": \"string\",\r\n \"description\": \"The host the Executor ran on\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSparkExecutorEvents\",\r\n \"name\": \"HDInsightSparkExecutorEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSparkExtraEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The application ID of the application producing the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventJson\",\r\n \"type\": \"string\",\r\n \"description\": \"Json with information about the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenant ID of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of node running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the host.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP Address of the node running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID of the cluster running the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSparkExtraEvents\",\r\n \"name\": \"HDInsightSparkExtraEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSparkJobEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The application ID of the application producing the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubmissionTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the job was submitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CompletionTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the job was completed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobResult\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StageIds\",\r\n \"type\": \"string\",\r\n \"description\": \"The stages included in the job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenant ID of the cluster running the job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of node running the job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the host.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster running the job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the cluster running the job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP Address of the node running the job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID of the cluster running the job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSparkJobEvents\",\r\n \"name\": \"HDInsightSparkJobEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSparkSQLExecutionEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The application ID of the application producing the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the Spark SQL execution.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the Spark SQL execution started.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the Spark SQL execution ended.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PhysicalPlanDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The description of the Physical/Logical plan of the Spark SQL execution.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SparkPlanInfo\",\r\n \"type\": \"string\",\r\n \"description\": \"Json object containing information on the Spark SQL execution.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenant ID of the cluster running the Spark SQL execution.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of node running the Spark SQL execution.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the host.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster running the Spark SQL execution.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the cluster running the Spark SQL execution.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP Address of the node running the Spark SQL execution.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID of the cluster running the Spark SQL execution.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSparkSQLExecutionEvents\",\r\n \"name\": \"HDInsightSparkSQLExecutionEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSparkStageEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The application ID of the application producing the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StageId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the stage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StageName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the stage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AttemptId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Id of the stage attempt.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TaskCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The count of tasks associated with the stage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubmissionTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the stage was submitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CompletionTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the stage was completed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailureReason\",\r\n \"type\": \"string\",\r\n \"description\": \"The reason for failure if the stage failed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Details\",\r\n \"type\": \"string\",\r\n \"description\": \"The exception details for any stage failures.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RDDInfo\",\r\n \"type\": \"string\",\r\n \"description\": \"Json containing information about RDDs used in the stage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenant ID of the cluster running the stage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of node running the stage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the host.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster running the stage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the cluster running the stage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP Address of the node running the stage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID of the cluster running the stage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSparkStageEvents\",\r\n \"name\": \"HDInsightSparkStageEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSparkStageTaskAccumulables\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The application ID of the application producing the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Entity\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the entity being described.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EntityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the entity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the parent entity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the metric.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the metric.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricValue\",\r\n \"type\": \"long\",\r\n \"description\": \"The value of the metric.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenant ID of the cluster where the metric was collected.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of node where the metric was collected.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the host where the metric was collected.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster where the metric was collected.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the cluster where the metric was collected.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP Address of the node where the metric was collected.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID of the cluster where the metric was collected.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSparkStageTaskAccumulables\",\r\n \"name\": \"HDInsightSparkStageTaskAccumulables\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSparkTaskEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The application ID of the application producing the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StageId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the stage associated with the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TaskId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AttemptId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of task attempt.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutorId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID executor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LaunchTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the task was launched.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FinishTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the task finished.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Failed\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean describing whether the task failed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Killed\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean describing whether the task was killed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndReason\",\r\n \"type\": \"string\",\r\n \"description\": \"Reason why the task ended.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TaskType\",\r\n \"type\": \"string\",\r\n \"description\": \"The task type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DiskBytesSpilled\",\r\n \"type\": \"long\",\r\n \"description\": \"The number of disk bytes spilled.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutorCPUTime\",\r\n \"type\": \"long\",\r\n \"description\": \"The CPU time consumed by the task executor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutorDeserializeCPUTime\",\r\n \"type\": \"long\",\r\n \"description\": \"The CPU time the task executor spent deserializing.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutorDeserializeTime\",\r\n \"type\": \"long\",\r\n \"description\": \"The time the task executor spent deserializing.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutorRunTime\",\r\n \"type\": \"long\",\r\n \"description\": \"The time task executor spent running.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JvmGcTime\",\r\n \"type\": \"long\",\r\n \"description\": \"The time the JVM spent garbage collecting.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MemoryBytesSpilled\",\r\n \"type\": \"long\",\r\n \"description\": \"The bytes of memory spilled.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSerializationTime\",\r\n \"type\": \"long\",\r\n \"description\": \"The serialization time spent while getting the result.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSize\",\r\n \"type\": \"long\",\r\n \"description\": \"Size of the result.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShuffleReadMetrics\",\r\n \"type\": \"long\",\r\n \"description\": \"The metrics associated with shuffle reads.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShuffleWriteMetrics\",\r\n \"type\": \"long\",\r\n \"description\": \"The metrics associated with shuffle writes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InputMetrics\",\r\n \"type\": \"long\",\r\n \"description\": \"The metrics associated with the task input.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OutputMetrics\",\r\n \"type\": \"long\",\r\n \"description\": \"The metrics associated with the task output.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UpdatedBlocks\",\r\n \"type\": \"long\",\r\n \"description\": \"The number of updated blocks.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PeakExecutionMemory\",\r\n \"type\": \"long\",\r\n \"description\": \"The peak amount of memory used during execution.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchedulerDelay\",\r\n \"type\": \"long\",\r\n \"description\": \"The amount of delay the scheduler experienced.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecordsRead\",\r\n \"type\": \"long\",\r\n \"description\": \"The number of records read during the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BytesRead\",\r\n \"type\": \"long\",\r\n \"description\": \"The number bytes read during the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecordsWritten\",\r\n \"type\": \"long\",\r\n \"description\": \"The number of records written by the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BytesWritten\",\r\n \"type\": \"long\",\r\n \"description\": \"The number of bytes written by the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShuffleFetchWaitTime\",\r\n \"type\": \"long\",\r\n \"description\": \"The time spent waitng for fetching.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShuffleTotalBytesRead\",\r\n \"type\": \"long\",\r\n \"description\": \"The number bytes read during the shuffle task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShuffleTotalBlocksFetched\",\r\n \"type\": \"long\",\r\n \"description\": \"The number of blocks fethced during the shuffle task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShuffleLocalBlocksFetched\",\r\n \"type\": \"long\",\r\n \"description\": \"The number of local blocks fethced during the shuffle task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShuffleRemoteBlocksFetched\",\r\n \"type\": \"long\",\r\n \"description\": \"The number of remote blocks fethced during the shuffle task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShuffleWriteTime\",\r\n \"type\": \"long\",\r\n \"description\": \"The time spent writing during the shuffle task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShuffleBytesWritten\",\r\n \"type\": \"long\",\r\n \"description\": \"The bytes written during the shuffle task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShuffleRecordsWritten\",\r\n \"type\": \"long\",\r\n \"description\": \"The number of records written during the shuffle task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NumUpdatedBlockStatuses\",\r\n \"type\": \"long\",\r\n \"description\": \"The number updated block statuses during the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The tenant ID of the cluster running the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of node running the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The FQDN of the host running the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterDnsName\",\r\n \"type\": \"string\",\r\n \"description\": \"The DNS name of the cluster running the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the cluster running the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP Address of the node running the task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID of the cluster running the task\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSparkTaskEvents\",\r\n \"name\": \"HDInsightSparkTaskEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSparkLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"log level of message (INFO, WARN, ERROR, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"message from HBase log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogType\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log file that a record came from (e.g. SparkExecutorLog, SparkDriverLog).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSparkLogs\",\r\n \"name\": \"HDInsightSparkLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightSecurityLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"message from log file.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogType\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log file that a record came from (e.g. AmbariAuditLog, AuthLog).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightSecurityLogs\",\r\n \"name\": \"HDInsightSecurityLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightRangerAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the cluster that emitted the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RepoType\",\r\n \"type\": \"int\",\r\n \"description\": \"Integer representing the repo type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Repo\",\r\n \"type\": \"string\",\r\n \"description\": \"Name the repo.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUser\",\r\n \"type\": \"string\",\r\n \"description\": \"Username associated with the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccessName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the access method.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterResource\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource involved in request event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterResourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of resource accessed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Action\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of action made by the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Result\",\r\n \"type\": \"int\",\r\n \"description\": \"Status code of the event result.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Policy\",\r\n \"type\": \"int\",\r\n \"description\": \"Code representing the policy.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Enforcer\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the policy enforcer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestData\",\r\n \"type\": \"string\",\r\n \"description\": \"Source that provides the request data.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID associated witht the user session.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CliType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of CLI used to create request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CliIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of where CLI request was made.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of log the record came from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the event request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SequenceNumber\",\r\n \"type\": \"int\",\r\n \"description\": \"Sequence number of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of events associated with the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventDurationMs\",\r\n \"type\": \"int\",\r\n \"description\": \"Duration of the event in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"string\",\r\n \"description\": \"List of tags associated with the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AdditionalInfo\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional info about the request including the remote and forwarded IPs\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightRangerAuditLogs\",\r\n \"name\": \"HDInsightRangerAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightHiveAndLLAPLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"log level of message (INFO, WARN, ERROR, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"message from Hive or LLAP log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogType\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log file that a record came from (e.g. HiveServerLog, WebHCatLog, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightHiveAndLLAPLogs\",\r\n \"name\": \"HDInsightHiveAndLLAPLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightHiveAndLLAPMetrics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricNamespace\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of metric (value of jmx query string e.g. Hadoop:service=LlapDaemon,name=LlapDaemonCacheMetrics, etc). \",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the metric for the record (e.g. CacheCapacityRemaining, CacheCapacityRemainingPercentage,CacheCapacityTotal, etc).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricValue\",\r\n \"type\": \"real\",\r\n \"description\": \"Value of metric in the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Information about the record. For example a record may be tagged with \u0027LlapDaemon\u0027 if it came from that process.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightHiveAndLLAPMetrics\",\r\n \"name\": \"HDInsightHiveAndLLAPMetrics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightHadoopAndYarnLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"log level of message (INFO, WARN, ERROR, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"message from Hadoop or YARN log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogType\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log file that a record came from (e.g. YarnTimeLineServer, YarnResourceManager, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightHadoopAndYarnLogs\",\r\n \"name\": \"HDInsightHadoopAndYarnLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightHadoopAndYarnMetrics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricNamespace\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of metric (value of jmx query URIs e.g. Hadoop:service=ResourceManager,name=QueueMetrics, etc).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the metric for the record (e.g. AppsCompleted, AppsKilled, AppsFailed , etc).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricValue\",\r\n \"type\": \"real\",\r\n \"description\": \"Value of metric in the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Information about the record. For example a record may be tagged with \u0027yarn\u0027 if it is in the yarn context.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightHadoopAndYarnMetrics\",\r\n \"name\": \"HDInsightHadoopAndYarnMetrics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightOozieLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"log level of message (INFO, WARN, ERROR, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"message from Oozie log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogType\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the log file that a record came from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightOozieLogs\",\r\n \"name\": \"HDInsightOozieLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightHiveQueryAppStats\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Entity\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the query\u0027s entity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EntityType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the query\u0027s entity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the metric for the record (e.g. AppsCompleted, AppsKilled, AppsFailed , etc).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricValue\",\r\n \"type\": \"real\",\r\n \"description\": \"Value of metric in the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Information about the record. For example a record may be tagged with \u0027yarn\u0027 if it is in the yarn context.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of cluster (e.g. LLAP or Hadoop).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QuerySubmissionTime\",\r\n \"type\": \"long\",\r\n \"description\": \"Time that query was submitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QueryCompletionTime\",\r\n \"type\": \"long\",\r\n \"description\": \"Time that query was completed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Domain\",\r\n \"type\": \"string\",\r\n \"description\": \"The domain associated with the query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUser\",\r\n \"type\": \"string\",\r\n \"description\": \"The client user that submitted the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutionMode\",\r\n \"type\": \"string\",\r\n \"description\": \"The execution mode of the query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"The user of the Hive instance executing the query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Queue\",\r\n \"type\": \"string\",\r\n \"description\": \"The queue the query was served from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TablesRead\",\r\n \"type\": \"string\",\r\n \"description\": \"The tables read by the query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The query client\u0027s IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsTez\",\r\n \"type\": \"boolean\",\r\n \"description\": \"True if the query is a Tez query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsMapReduce\",\r\n \"type\": \"boolean\",\r\n \"description\": \"True if the query is a MapReduce query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ThreadName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the thread running the query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HiveInstanceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of hive instance running the query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The session ID of the query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightHiveQueryAppStats\",\r\n \"name\": \"HDInsightHiveQueryAppStats\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"HDInsightHiveTezAppStats\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the metric for the record (e.g. AppsCompleted, AppsKilled, AppsFailed , etc).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricValue\",\r\n \"type\": \"real\",\r\n \"description\": \"Value of metric in the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Information about the record. For example a record may be tagged with \u0027yarn\u0027 if it is in the yarn context.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterType\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of cluster.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of host where log was emitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the application that the metrics describe.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the Application that the metrics describe.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the user of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Queue\",\r\n \"type\": \"string\",\r\n \"description\": \"The queue of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"description\": \"The state of the application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FinalStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"The final status of the application if it has reached a terminal state.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TrackingUI\",\r\n \"type\": \"string\",\r\n \"description\": \"?.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterId\",\r\n \"type\": \"long\",\r\n \"description\": \"The final status of the application if it has reached a terminal state.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartedTime\",\r\n \"type\": \"long\",\r\n \"description\": \"The time the application started.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FinishedTime\",\r\n \"type\": \"long\",\r\n \"description\": \"The time the application finished.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ElapsedTime\",\r\n \"type\": \"long\",\r\n \"description\": \"The time elapsed while the application was running.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AMContainerLogs\",\r\n \"type\": \"string\",\r\n \"description\": \"The Application Master? container logs.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogAggregationStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"The log aggregation status.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UnmanagedApplication\",\r\n \"type\": \"boolean\",\r\n \"description\": \"True if application is unmanaged, false if otherwise.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/HDInsightHiveTezAppStats\",\r\n \"name\": \"HDInsightHiveTezAppStats\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"PurviewScanStatusLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log type category.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"Log level of message (INFO, WARN, ERROR, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataSourceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the data source where the scan is run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataSourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of data source where the scan is run. For example: AzureDataExplorer, SQLServer etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScanName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the scan associated with the scan status log event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssetsDiscovered\",\r\n \"type\": \"long\",\r\n \"description\": \"Number of assets discovered from the scan.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssetsClassified\",\r\n \"type\": \"long\",\r\n \"description\": \"Number of assets classified from the scan.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScanQueueTimeInSeconds\",\r\n \"type\": \"long\",\r\n \"description\": \"Time spent by this scan waiting in the queue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScanTotalRunTimeInSeconds\",\r\n \"type\": \"long\",\r\n \"description\": \"Total time to complete the scan.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunType\",\r\n \"type\": \"string\",\r\n \"description\": \"Run Type of the scan. For example: Manual, Scheduled etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"Error detail while running the scan.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScanResultId\",\r\n \"type\": \"string\",\r\n \"description\": \"Guid of the Scan Result.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the scan at the current state. For example: Throttled, Queued etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/PurviewScanStatusLogs\",\r\n \"name\": \"PurviewScanStatusLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ApiManagementGatewayLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsRequestSuccess\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalTime\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Method\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Url\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientProtocol\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseCode\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackendMethod\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackendUrl\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackendResponseCode\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackendProtocol\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestSize\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseSize\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Cache\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheTime\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackendTime\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTime\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApiId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProductId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApimSubscriptionId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackendId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastErrorElapsed\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastErrorSource\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastErrorScope\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastErrorSection\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastErrorReason\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastErrorMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApiRevision\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTlsVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestHeaders\",\r\n \"type\": \"dynamic\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseHeaders\",\r\n \"type\": \"dynamic\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackendRequestHeaders\",\r\n \"type\": \"dynamic\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackendResponseHeaders\",\r\n \"type\": \"dynamic\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBody\",\r\n \"type\": \"string\",\r\n \"description\": \"Client request body\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseBody\",\r\n \"type\": \"string\",\r\n \"description\": \"Gateway response body\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackendRequestBody\",\r\n \"type\": \"string\",\r\n \"description\": \"Backend request body\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackendResponseBody\",\r\n \"type\": \"string\",\r\n \"description\": \"Backend response body\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Errors\",\r\n \"type\": \"dynamic\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceRecords\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Records emitted by trace policies\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ApiManagementGatewayLogs\",\r\n \"name\": \"ApiManagementGatewayLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADTDigitalTwinsOperation\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time that this event occurred, in UTC\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of resource being emitted\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of action being performed during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API Version utilized during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Outcome of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Http status code of the event (if applicable)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"string\",\r\n \"description\": \"How long it took to perform the event in milliseconds\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"A masked source IP address for the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Customer provided unique identifier for the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application ID used in bearer authorization\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The logging severity of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure region in which the Digital Twins instance is located\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"The endpoint utilized during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceId\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceId as part of W3C\u0027s Trace Context. The ID of the whole trace used to uniquely identify a distributed trace across systems\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SpanId\",\r\n \"type\": \"string\",\r\n \"description\": \"SpanId as part of W3C\u0027s Trace Context. The ID of this request in the trace\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ParentId as part of W3C\u0027s Trace Context. A request without a parent id is the root of the trace\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceFlags\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceFlags as part of W3C\u0027s Trace Context. Controls tracing flags such as sampling, trace level, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceState\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceState as part of W3C\u0027s Trace Context. Additional vendor-specific trace identification information to span across different distributed tracing systems\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADTDigitalTwinsOperation\",\r\n \"name\": \"ADTDigitalTwinsOperation\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADTEventRoutesOperation\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time that this event occurred, in UTC\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of resource being emitted\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of action being performed during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API Version utilized during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Outcome of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Http status code of the event (if applicable)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"string\",\r\n \"description\": \"How long it took to perform the event in milliseconds\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"A masked source IP address for the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Customer provided unique identifier for the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application ID used in bearer authorization\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The logging severity of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure region in which the Digital Twins instance is located\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"The endpoint utilized during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceId\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceId as part of W3C\u0027s Trace Context. The ID of the whole trace used to uniquely identify a distributed trace across systems\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SpanId\",\r\n \"type\": \"string\",\r\n \"description\": \"SpanId as part of W3C\u0027s Trace Context. The ID of this request in the trace\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ParentId as part of W3C\u0027s Trace Context. A request without a parent id is the root of the trace\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceFlags\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceFlags as part of W3C\u0027s Trace Context. Controls tracing flags such as sampling, trace level, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceState\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceState as part of W3C\u0027s Trace Context. Additional vendor-specific trace identification information to span across different distributed tracing systems\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndpointName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of egress endpoint created in Azure Digital Twins\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADTEventRoutesOperation\",\r\n \"name\": \"ADTEventRoutesOperation\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADTModelsOperation\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time that this event occurred, in UTC\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of resource being emitted\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of action being performed during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API Version utilized during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Outcome of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Http status code of the event (if applicable)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"string\",\r\n \"description\": \"How long it took to perform the event in milliseconds\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"A masked source IP address for the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Customer provided unique identifier for the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application ID used in bearer authorization\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The logging severity of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure region in which the Digital Twins instance is located\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"The endpoint utilized during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceId\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceId as part of W3C\u0027s Trace Context. The ID of the whole trace used to uniquely identify a distributed trace across systems\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SpanId\",\r\n \"type\": \"string\",\r\n \"description\": \"SpanId as part of W3C\u0027s Trace Context. The ID of this request in the trace\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ParentId as part of W3C\u0027s Trace Context. A request without a parent id is the root of the trace\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceFlags\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceFlags as part of W3C\u0027s Trace Context. Controls tracing flags such as sampling, trace level, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceState\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceState as part of W3C\u0027s Trace Context. Additional vendor-specific trace identification information to span across different distributed tracing systems\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADTModelsOperation\",\r\n \"name\": \"ADTModelsOperation\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADTQueryOperation\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time that this event occurred, in UTC\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of resource being emitted\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of action being performed during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API Version utilized during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Outcome of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Http status code of the event (if applicable)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"string\",\r\n \"description\": \"How long it took to perform the event in milliseconds\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"A masked source IP address for the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Customer provided unique identifier for the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application ID used in bearer authorization\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The logging severity of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure region in which the Digital Twins instance is located\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"The endpoint utilized during the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceId\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceId as part of W3C\u0027s Trace Context. The ID of the whole trace used to uniquely identify a distributed trace across systems\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SpanId\",\r\n \"type\": \"string\",\r\n \"description\": \"SpanId as part of W3C\u0027s Trace Context. The ID of this request in the trace\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentId\",\r\n \"type\": \"string\",\r\n \"description\": \"ParentId as part of W3C\u0027s Trace Context. A request without a parent id is the root of the trace\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceFlags\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceFlags as part of W3C\u0027s Trace Context. Controls tracing flags such as sampling, trace level, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceState\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceState as part of W3C\u0027s Trace Context. Additional vendor-specific trace identification information to span across different distributed tracing systems\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADTQueryOperation\",\r\n \"name\": \"ADTQueryOperation\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"NWConnectionMonitorTestResult\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecordId\",\r\n \"type\": \"string\",\r\n \"description\": \"The record id for unique identification of test result record\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionMonitorResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The connection monitor resource id of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestGroupName\",\r\n \"type\": \"string\",\r\n \"description\": \"The test group name to which the test belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestConfigurationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The test configuration name to which the test belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the source machine configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource id of the source machine\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The address of the source configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSubnet\",\r\n \"type\": \"string\",\r\n \"description\": \"The subnet of the source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIP\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The source end point name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceAgentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The source agent id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationPort\",\r\n \"type\": \"int\",\r\n \"description\": \"The destination port configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the destination machine configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource id of the Destination machine\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The address of the destination configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationSubnet\",\r\n \"type\": \"string\",\r\n \"description\": \"If applicable, the subnet of the destination\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationIP\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the destination\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The destination end point name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationAgentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The destination agent id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Protocol\",\r\n \"type\": \"string\",\r\n \"description\": \"The protocol of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChecksTotal\",\r\n \"type\": \"int\",\r\n \"description\": \"The total number of checks done under the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChecksFailed\",\r\n \"type\": \"int\",\r\n \"description\": \"The total number of checks failed under the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestResult\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestResultCriterion\",\r\n \"type\": \"string\",\r\n \"description\": \"The result criterion of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChecksFailedPercentThreshold\",\r\n \"type\": \"int\",\r\n \"description\": \"The checks failed percent threshold set for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoundTripTimeMsThreshold\",\r\n \"type\": \"real\",\r\n \"description\": \"The round trip threshold (ms) set for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinRoundTripTimeMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The minimum round trip time (ms) for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxRoundTripTimeMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The maximum round trip time for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AvgRoundTripTimeMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The average round trip time for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JitterMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The mean deviation round trip time for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AdditionalData\",\r\n \"type\": \"string\",\r\n \"description\": \"The additional data for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/NWConnectionMonitorTestResult\",\r\n \"name\": \"NWConnectionMonitorTestResult\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"NWConnectionMonitorPathResult\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RecordId\",\r\n \"type\": \"string\",\r\n \"description\": \"The record id for unique identification of test result record\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TopologyId\",\r\n \"type\": \"string\",\r\n \"description\": \"The topology id of the path record\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionMonitorResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The connection monitor resource id of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestGroupName\",\r\n \"type\": \"string\",\r\n \"description\": \"The test group name to which the test belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TestConfigurationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The test configuration name to which the test belongs to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the source machine configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource id of the source machine\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The address of the source configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSubnet\",\r\n \"type\": \"string\",\r\n \"description\": \"The subnet of the source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIP\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The source end point name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceAgentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The source agent id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationPort\",\r\n \"type\": \"int\",\r\n \"description\": \"The destination port configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the destination machine configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource id of the Destination machine\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The address of the destination configured for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationSubnet\",\r\n \"type\": \"string\",\r\n \"description\": \"If applicable, the subnet of the destination\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationIP\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the destination\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The destination end point name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationAgentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The destination agent id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Protocol\",\r\n \"type\": \"string\",\r\n \"description\": \"The protocol of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChecksTotal\",\r\n \"type\": \"int\",\r\n \"description\": \"The total number of checks done under the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChecksFailed\",\r\n \"type\": \"int\",\r\n \"description\": \"The total number of checks failed under the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PathTestResult\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PathTestResultCriterion\",\r\n \"type\": \"string\",\r\n \"description\": \"The result criterion of the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChecksFailedPercentThreshold\",\r\n \"type\": \"int\",\r\n \"description\": \"The checks failed percent threshold set for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoundTripTimeMsThreshold\",\r\n \"type\": \"real\",\r\n \"description\": \"The round trip threshold (ms) set for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinRoundTripTimeMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The minimum round trip time (ms) for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxRoundTripTimeMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The maximum round trip time for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AvgRoundTripTimeMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The average round trip time for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JitterMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The mean deviation round trip time for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HopAddresses\",\r\n \"type\": \"string\",\r\n \"description\": \"The hop addresses identified for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HopTypes\",\r\n \"type\": \"string\",\r\n \"description\": \"The hop types identified for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HopLinkTypes\",\r\n \"type\": \"string\",\r\n \"description\": \"The hop link types identified for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HopResourceIds\",\r\n \"type\": \"string\",\r\n \"description\": \"The hop resource ids identified for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Issues\",\r\n \"type\": \"string\",\r\n \"description\": \"The issues identified for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Hops\",\r\n \"type\": \"string\",\r\n \"description\": \"The hops identified for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AdditionalData\",\r\n \"type\": \"string\",\r\n \"description\": \"The additional data for the test\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/NWConnectionMonitorPathResult\",\r\n \"name\": \"NWConnectionMonitorPathResult\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"CDBDataPlaneRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the data plane request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The specific data plane operation executed against the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionMode\",\r\n \"type\": \"string\",\r\n \"description\": \"The connection mode used by the client issuing the request – (Direct or Gateway mode).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier (GUID) for this data plane operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the user specified user agent suffix (as specified when initializing the Cosmos DB client) when running in Direct mode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestResourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The Cosmos DB resource type within the account against which the data plane request was executed, can be one of Database, Collection, Document, Attachment, User, Permission, StoredProcedure, Trigger, UserDefinedFunction, Offer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the specific Cosmos DB resource within the account against which the data plane request was executed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusCode\",\r\n \"type\": \"int\",\r\n \"description\": \"The HTTP status code response for the data plane request, highlighting details of the success/failure of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the client VM issuing the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestCharge\",\r\n \"type\": \"real\",\r\n \"description\": \"The RUs (Request Units) consumed by this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The server-side execution time (in milliseconds) for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestLength\",\r\n \"type\": \"real\",\r\n \"description\": \"The payload size (in bytes) for the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseLength\",\r\n \"type\": \"real\",\r\n \"description\": \"The payload size (in bytes) of the server response.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RegionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The Azure region to which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The physical partition ID for the Cosmos DB container against which the request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadAppliedRoleAssignmentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the applied role assignment for the caller issuing the data plane request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadPrincipalId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD Principal ID of the caller issuing the data plane request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The Cosmos DB database against which the request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CollectionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The Cosmos DB container against which the request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceTokenPermissionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the resource token associated with the resource accessed by this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceTokenPermissionMode\",\r\n \"type\": \"string\",\r\n \"description\": \"The permission mode of the resource token associated with the resource accessed by this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceTokenUserRid\",\r\n \"type\": \"string\",\r\n \"description\": \"The user ID associated with the resource token for the resource accessed by this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"KeyType\",\r\n \"type\": \"string\",\r\n \"description\": \"The authorization type (Primary/Secondary Read/Write key) for this request when running in Direct mode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthTokenType\",\r\n \"type\": \"string\",\r\n \"description\": \"The authorization type (System Read/Write key) for this request by the Cosmos DB Gateway service when running in Gateway mode or using the REST API.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/CDBDataPlaneRequests\",\r\n \"name\": \"CDBDataPlaneRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"CDBPartitionKeyStatistics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when statistics for this logical partition key were generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB account containing the dataset for which partition key stats were generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RegionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The Azure region from which statistics for this partition were retrieved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionKey\",\r\n \"type\": \"string\",\r\n \"description\": \"The logical partition key for which storage statistics were retrieved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SizeKb\",\r\n \"type\": \"int\",\r\n \"description\": \"The storage size (in KB) for the logical partition key within the physical partition.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB database, which contains the partition.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CollectionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB collection, which contains the partition.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/CDBPartitionKeyStatistics\",\r\n \"name\": \"CDBPartitionKeyStatistics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"CDBPartitionKeyRUConsumption\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the request against the physical partition was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB account containing the physical partition.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionKey\",\r\n \"type\": \"string\",\r\n \"description\": \"The logical partition key for which RU (Request Unit) consumption statistics were retrieved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionKeyRangeId\",\r\n \"type\": \"string\",\r\n \"description\": \"The physical partition containing the logical partition key against which the RU (Request Unit) consuming operation was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The data plane operation that consumed RUs (Request Units) for this logical partition key.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RegionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The Azure region from which statistics for this partition were retrieved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB database, which contains the partition.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CollectionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB collection, which contains the partition.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestCharge\",\r\n \"type\": \"real\",\r\n \"description\": \"The RUs (Request Units) consumed by this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/CDBPartitionKeyRUConsumption\",\r\n \"name\": \"CDBPartitionKeyRUConsumption\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"CDBQueryRuntimeStatistics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when this query operation was executed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB account against which the query operation was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB database containing the Cosmos DB container against which this query was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CollectionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB container against which this query was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionKeyRangeId\",\r\n \"type\": \"string\",\r\n \"description\": \"The physical partition to which this query was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QueryText\",\r\n \"type\": \"string\",\r\n \"description\": \"The query text (obfuscated by default, full query string provided upon request) for the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier (GUID) for this query operation, which can be correlating with the CDBDataPlaneRequests table for additional debugging.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/CDBQueryRuntimeStatistics\",\r\n \"name\": \"CDBQueryRuntimeStatistics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"CDBMongoRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) of the Mongo API data plane request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB account against which this Mongo API request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The Mongo API operation that was executed \",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The user agent suffix associated with the client issuing the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OpCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation code for the Mongo API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier (GUID) for this Mongo API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The error code (if applicable) for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The server-side execution time (in ms) for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestCharge\",\r\n \"type\": \"real\",\r\n \"description\": \"The RU (Request Unit) consumption for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB database against which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CollectionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB container against which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthorizationTokenType\",\r\n \"type\": \"string\",\r\n \"description\": \"The authorization token used for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetryCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of server side retries executed for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Address\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the client VM which issued the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PIICommandText\",\r\n \"type\": \"string\",\r\n \"description\": \"Full text query (if opted in) for this Mongo API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RateLimitingDelayMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The estimated time (in ms) spent retrying due to rate limited operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetriedDueToRateLimiting\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag indicating if this request was retried server side due to throttles.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RegionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The region against which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestLength\",\r\n \"type\": \"real\",\r\n \"description\": \"The payload size (in bytes) of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseLength\",\r\n \"type\": \"real\",\r\n \"description\": \"The payload size (in bytes) of the server response.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/CDBMongoRequests\",\r\n \"name\": \"CDBMongoRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"CDBCassandraRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) of the Cassandra API data plane request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB account against which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The Cassandra API operation that was executed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The user agent suffix of the client issuing the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier (GUID) for this Cassandra API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The error code (if applicable) for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The server side execution time (in ms) for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestCharge\",\r\n \"type\": \"real\",\r\n \"description\": \"The RU (Request Unit) consumption for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB database against which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CollectionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB table/container against which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthorizationTokenType\",\r\n \"type\": \"string\",\r\n \"description\": \"The authorization token used for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetryCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of server side retries issued for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Address\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the client that issued this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PIICommandText\",\r\n \"type\": \"string\",\r\n \"description\": \"Full query text with parameters (if opted in) for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RateLimitingDelayMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The estimated time (in ms) spent in retrying due to rate limited operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetriedDueToRateLimiting\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag indicating if this request was retried server side due to throttles.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RegionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The region against which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestLength\",\r\n \"type\": \"real\",\r\n \"description\": \"The payload size (in bytes) of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseLength\",\r\n \"type\": \"real\",\r\n \"description\": \"The payload size (in bytes) of the server response.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/CDBCassandraRequests\",\r\n \"name\": \"CDBCassandraRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"CDBGremlinRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when this Graph API operation was executed on the server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB account against which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Gremlin operation that was executed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The user agent suffix of the client issuing the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The error code (if applicable) for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthorizationTokenType\",\r\n \"type\": \"string\",\r\n \"description\": \"The authorization token used for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetryCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of server side retries issued for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Address\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the client, which issued this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PIICommandText\",\r\n \"type\": \"string\",\r\n \"description\": \"Full query with parameters (if opted in) for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RateLimitingDelayMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The estimated time (in ms) spent retrying due to rate limited operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetriedDueToRateLimiting\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag indicating if this request was retried server side due to throttles.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB database against which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CollectionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB table/container against which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The server-side execution time (in ms) for this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestCharge\",\r\n \"type\": \"real\",\r\n \"description\": \"The RUs (Request Units) consumed by this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestLength\",\r\n \"type\": \"real\",\r\n \"description\": \"The payload size (in bytes) of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseLength\",\r\n \"type\": \"real\",\r\n \"description\": \"The payload size (in bytes) of the server response.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RegionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The region against which this request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier (GUID) for this Graph API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/CDBGremlinRequests\",\r\n \"name\": \"CDBGremlinRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"CDBControlPlaneRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when this Control Plane operation was executed against the Cosmos DB account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Cosmos DB account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Activity ID of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The Control Plane Operation that was executed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HttpStatusCode\",\r\n \"type\": \"int\",\r\n \"description\": \"The HTTP status code of the control plane operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Result\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the operation indicating either success or failure.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RegionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The region in which this control plan operation was executed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HttpMethod\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP method issued for this control plane operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CurrentWriteRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"The current write region for this account (applies when a regional failover is triggered to choose a new write region).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NewWriteRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"The new write region for the Cosmos DB account (after a user-initiated failover operation is executed).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpRangeFilter\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP range filter specified as part of the VNet rules for the Cosmos DB account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EnableVirtualNetworkFilter\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag indicating if VNet filters were enabled for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VirtualNetworkResourceEntries\",\r\n \"type\": \"string\",\r\n \"description\": \"The list of IP addresses being included as part of the VNet rule for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EnablePrivateEndpointConnection\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag to enable private endpoints for the Cosmos DB account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PrivateEndpointConnections\",\r\n \"type\": \"string\",\r\n \"description\": \"The list of private endpoints for the Cosmos DB account (in each region).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PrivateEndpointArmUrl\",\r\n \"type\": \"string\",\r\n \"description\": \"The ARM URL of the private endpoint created for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DefaultConsistencyLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"The default consistency level for the Cosmos DB account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EnableAutomaticFailover\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag to enable automatic failover for the Cosmos DB account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxStalenessIntervalInSeconds\",\r\n \"type\": \"real\",\r\n \"description\": \"The maximum staleness value (in seconds) for the Cosmos DB account when using the Bounded Staleness consistency setting.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxStalenessPrefix\",\r\n \"type\": \"string\",\r\n \"description\": \"The max staleness prefix for the Cosmos DB account when using the Bounded Staleness consistency setting.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MultipleWriteLocations\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag indicating if the Cosmos DB account is a multi-master account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Cors\",\r\n \"type\": \"string\",\r\n \"description\": \"Collection of account’s Cross Origin Resource Sharing Rules\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupIntervalInMinutes\",\r\n \"type\": \"real\",\r\n \"description\": \"The time (in minutes) between consecutive backup snapshots for the Cosmos DB account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BackupRetentionIntervalInHours\",\r\n \"type\": \"real\",\r\n \"description\": \"The duration of time (in hours) for which backup snapshots are retained for the Cosmos DB account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VnetResourceGroupName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the resource group within which the VNet is created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VirtualNetworkName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Vnet for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VnetDatabaseAccountEntries\",\r\n \"type\": \"string\",\r\n \"description\": \"The list of virtual networks specified for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AcledSubnets\",\r\n \"type\": \"string\",\r\n \"description\": \"The ACL’d subnets for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VnetLocation\",\r\n \"type\": \"string\",\r\n \"description\": \"The Azure region in which the VNet for the account is location.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VnetArmUrl\",\r\n \"type\": \"string\",\r\n \"description\": \"The ARM URL for the VNet for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SqlQueryTextTraceType\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag indicating if full query text logging is enabled.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EnableDataPlaneRequestsTrace\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag indicating if diagnostic logs are enabled for all Data Plane Operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EnableControlPlaneRequestsTrace\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag indicting if diagnostic logs are enabled for Control Plane operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EnableMongoRequestsTrace\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag indicating if diagnostic logs are enabled for all Mongo API operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EnableCassandraRequestsTrace\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag indicating if diagnostic logs are enabled for all Cassandra API operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EnableGremlinRequestsTrace\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean flag indicating if diagnostic logs are enabled for Gremlin operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The time taken (in milliseconds) for this control plane operation to complete.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleDefinitionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Id of the IAM role created for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleDefinitionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the IAM role created for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleDefinitionType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of IAM role created for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleDefinitionAssignableScopes\",\r\n \"type\": \"string\",\r\n \"description\": \"The assignable scopes for the IAM role created for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleDefinitionPermissions\",\r\n \"type\": \"string\",\r\n \"description\": \"The permissions associated with the IAM role created for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleAssignmentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The role assignment Id for the IAM role created for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssociatedRoleDefinitionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the IAM role definition for the IAM role created for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleAssignmentPrincipalId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Principal ID associated with the IAM Role Assignment created for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleAssignmentPrincipalType\",\r\n \"type\": \"string\",\r\n \"description\": \"The Principal type of the IAM role assignment created for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleAssignmentScope\",\r\n \"type\": \"string\",\r\n \"description\": \"The scope of access for the IAM role created for the account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApiKind\",\r\n \"type\": \"string\",\r\n \"description\": \"The API kind for the account (SQL, Graph, Mongo, Cassanda, Table) that is specified during account creation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApiKindResourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource against which this Control Plane operation was executed (e.g. Database, Container etc.)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of control plane operation, which was executed. Examples of operations included Add/Remove region, Indexing Policy updates, VNet and firewall rule creation, Backup Retention Policy changes etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceUri\",\r\n \"type\": \"string\",\r\n \"description\": \"The URI of the Cosmos DB resource (e.g. Database, Container) against which the control plane operation was execution.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"The specific resource within the account against which the Control Plane Operation was executed. For e.g. the index for the container for which the indexing policy was created or updated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/CDBControlPlaneRequests\",\r\n \"name\": \"CDBControlPlaneRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"LAQueryLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) at which the query was submitted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AADObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"AAD ObjectId of the caller.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AADTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"AAD TenantId of the caller.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AADEmail\",\r\n \"type\": \"string\",\r\n \"description\": \"AAD Email of the caller.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AADClientId\",\r\n \"type\": \"string\",\r\n \"description\": \"AAD ClientId used by the caller.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QueryTimeRangeStart\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The starting time (UTC) of the time range across which the query was was requested by the caller to be executed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QueryTimeRangeEnd\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end time (UTC) of the time range across which the query was was requested by the caller to be executed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QueryText\",\r\n \"type\": \"string\",\r\n \"description\": \"The full body of the query as submitted by the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestClientApp\",\r\n \"type\": \"string\",\r\n \"description\": \"ClientApp string in the request header (x-ms-app).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestTarget\",\r\n \"type\": \"string\",\r\n \"description\": \"ResourceId of the request URL.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestContext\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"ResourceId of all referenced workspaces, applications, and resources across which the query was requested by the caller to be executed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestContextFilters\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Filters applied to the request context.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseCode\",\r\n \"type\": \"int\",\r\n \"description\": \"The HTTP response code for the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseRowCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of rows that were returned.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseDurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The duration (in ms) that the query took to execute.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatsCPUTimeMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The CPU (in ms) used in the execution of this query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatsDataProcessedKB\",\r\n \"type\": \"real\",\r\n \"description\": \"The total KB of data that was processed as part of the query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatsDataProcessedStart\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The starting time (UTC) of the time range across which the data processed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatsDataProcessedEnd\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end time (UTC) of the time range across which the data processed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatsWorkspaceCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of workspaces that the query accessed, either explicitly or otherwise.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatsRegionCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of regions that the workspaces accessed are spread across.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/LAQueryLogs\",\r\n \"name\": \"LAQueryLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"MCVPOperationLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name where the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VehicleId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique vehicle identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Device friendly name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The general log message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceId\",\r\n \"type\": \"string\",\r\n \"description\": \"An identifier for distributed tracing through a system (W3C TraceContext).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SpanId\",\r\n \"type\": \"string\",\r\n \"description\": \"An identifier of the request as known by the caller.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/MCVPOperationLogs\",\r\n \"name\": \"MCVPOperationLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADXCommand\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) at which this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of this operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of this log for this events it will be Command\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The client request id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The root activity id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) at which this command started\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastUpdatedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) at which this command ended\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database the command ran on\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"description\": \"The State the command ended with\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailureReason\",\r\n \"type\": \"string\",\r\n \"description\": \"The failure reason\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalCPU\",\r\n \"type\": \"string\",\r\n \"description\": \"Total CPU duration\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CommandType\",\r\n \"type\": \"string\",\r\n \"description\": \"Command type\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"application name invoked the command\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceUtilization\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Command resource utilization\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"string\",\r\n \"description\": \"Command duration\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"The user that invoked the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Principal\",\r\n \"type\": \"string\",\r\n \"description\": \"The principal that invoked the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkloadGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"The workload group the command was classified to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Text\",\r\n \"type\": \"string\",\r\n \"description\": \"The text of the invoked command\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADXCommand\",\r\n \"name\": \"ADXCommand\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ACICollaborationAudit\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the audit was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with audit record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated pipeline run events. Can be used to identify audits that belong to the same pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EntitlementResult\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the entitlement evaluation. Options are: Granted = access granted; Denied = access was not granted; Revoked = accessed was revoked because the pipeline could not be fully approved; Actualized = the resource was accessed by the pipeline run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The azure resource ID of the accessed resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetResourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource type of the accessed resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParticipantName\",\r\n \"type\": \"string\",\r\n \"description\": \"The participant friendly name as used in the contract negotiation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParticipantTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The participant tenant id. Enable query by the granted tenant invariant id. Example of retrieving this is for contoso: https://login.microsoftonline.com/contoso.com/.well-known/openid-configuration\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the user that initiated the pipeline. Available only if the audit relate to owned resource\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"GrantType\",\r\n \"type\": \"string\",\r\n \"description\": \"The method used to grant access to the resource (Owned, Reference, Entitlement).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"GrantSource\",\r\n \"type\": \"string\",\r\n \"description\": \"The azure resource ID of the resource the grant is based on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"GrantSourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the the resource the grant is based on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"GrantCorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for the grant events. Can be used to correlate between different results of the same grant.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EntitlementSummary\",\r\n \"type\": \"string\",\r\n \"description\": \"Textual summary of the granted access.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferencedResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The storage resource that the accessed CI resource points to, if applicable\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferencedResourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The storage resource type that the accessed CI resource points to, if applicable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The Location (Region) the resource was accessed in.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ACICollaborationAudit\",\r\n \"name\": \"ACICollaborationAudit\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SQLSecurityAuditEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogicalServerName\",\r\n \"type\": \"string\",\r\n \"description\": \"Logical server name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource group of the SQL resoruce.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuditSchemaVersion\",\r\n \"type\": \"int\",\r\n \"description\": \"The audit logs schema version.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the event was fired at.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SequenceNumber\",\r\n \"type\": \"int\",\r\n \"description\": \"Tracks the sequence of records within a single audit record that was too large to fit in the write buffer for audits.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the audit action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the audit action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Succeeded\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates whether the action that triggered the event succeeded. Is not nullable. For all events other than login events, this only reports whether the permission check succeeded or failed, not the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsColumnPermission\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Flag indicating if this is a column level permission.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"int\",\r\n \"description\": \"ID of the session on which the event occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServerPrincipalId\",\r\n \"type\": \"int\",\r\n \"description\": \"ID of the login context that the action is performed in.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabasePrincipalId\",\r\n \"type\": \"int\",\r\n \"description\": \"ID of the database user context that the action is performed in.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetServerPrincipalId\",\r\n \"type\": \"int\",\r\n \"description\": \"Server principal that the GRANT/DENY/REVOKE operation is performed on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetDatabasePrincipalId\",\r\n \"type\": \"int\",\r\n \"description\": \"The database principal the GRANT/DENY/REVOKE operation is performed on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"int\",\r\n \"description\": \"The ID of the entity on which the audit occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserDefinedEventId\",\r\n \"type\": \"int\",\r\n \"description\": \"User defined event id passed as an argument to sp_audit_write.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TransactionId\",\r\n \"type\": \"long\",\r\n \"description\": \"Unique identifier to identify multiple audit events in one transaction.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClassType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of auditable entity that the audit occurs on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClassTypeDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The description of the class type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SecurableClassType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of auditable entity that the audit occurs on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Query execution duration in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseRows\",\r\n \"type\": \"long\",\r\n \"description\": \"Number of rows returned in the result set.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AffectedRows\",\r\n \"type\": \"long\",\r\n \"description\": \"Number of rows affected by the executed statement.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTlsVersion\",\r\n \"type\": \"int\",\r\n \"description\": \"Client TLS version\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIp\",\r\n \"type\": \"string\",\r\n \"description\": \"Source IP of the client application\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PermissionBitmask\",\r\n \"type\": \"string\",\r\n \"description\": \"In some actions, this is the permissions that were grant, denied, or revoked.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SequenceGroupId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionServerPrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"Server principal for session. Is nullable. Returns the identity of the original login which was connected to the instance of SQL Server in case there were explicit or implicit context switches.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServerPrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"Current login. Is nullable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServerPrincipalSid\",\r\n \"type\": \"string\",\r\n \"description\": \"Current login SID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabasePrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"Current user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetServerPrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"Target login of action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetServerPrincipalSid\",\r\n \"type\": \"string\",\r\n \"description\": \"SID of target login.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetDatabasePrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"Target user of action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The database context in which the action occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaName\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema context in which the action occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the entity on which the audit occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Statement\",\r\n \"type\": \"string\",\r\n \"description\": \"TSQL statement if it exists.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AdditionalInformation\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique information that only applies to a single event is returned as XML.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserDefinedInformation\",\r\n \"type\": \"string\",\r\n \"description\": \"Used to record any extra information the user wants to record in audit log by using the sp_audit_write stored procedure.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of client application which executed the statement that caused the audit event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the connection in the server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataSensitivityInformation\",\r\n \"type\": \"string\",\r\n \"description\": \"Information types and sensitivity labels returned by the audited query, based on the classified columns in the database.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"The host name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionContext\",\r\n \"type\": \"string\",\r\n \"description\": \"The Session context key value content. provided as an XML.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsServerLevelAudit\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Boolean indicating whether this was generated from a server level audit or database level audit.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventId\",\r\n \"type\": \"string\",\r\n \"description\": \"unique Guid identifying each audit event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SQLSecurityAuditEvents\",\r\n \"name\": \"SQLSecurityAuditEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppPlatformLogsforSpring\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) when the log is collected by Azure Spring Cloud\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service name that emitted the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"type\": \"string\",\r\n \"description\": \"The application name that emitted the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InstanceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The instance name that emitted the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Log\",\r\n \"type\": \"string\",\r\n \"description\": \"The content of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppTimestamp\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The log timestamp (UTC) from user application log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Logger\",\r\n \"type\": \"string\",\r\n \"description\": \"The logger from user application log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"Verbosity level of log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Thread\",\r\n \"type\": \"string\",\r\n \"description\": \"The thread of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The message of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StackTrace\",\r\n \"type\": \"string\",\r\n \"description\": \"The stackTrace of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Mdc\",\r\n \"type\": \"string\",\r\n \"description\": \"Customized MDC field in the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExceptionClass\",\r\n \"type\": \"string\",\r\n \"description\": \"The exceptionClass of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceId\",\r\n \"type\": \"string\",\r\n \"description\": \"TraceId for tracing\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SpanId\",\r\n \"type\": \"string\",\r\n \"description\": \"SpanId for tracing\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Stream\",\r\n \"type\": \"string\",\r\n \"description\": \"The stream of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log Category\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppPlatformLogsforSpring\",\r\n \"name\": \"AppPlatformLogsforSpring\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AACAudit\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) when log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"GUID for correlated logs.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of this audit event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the audited operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventCategory\",\r\n \"type\": \"string\",\r\n \"description\": \"Audit category of this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetResource\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Target resource that apply to the operation being audited.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the operation being audited.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIdentity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Caller identity of this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP Address of the caller that triggered this audit event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID generated by server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AACAudit\",\r\n \"name\": \"AACAudit\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADPDiagnostics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log record was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API version against which the operation was performed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the diagnostic log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the user who has performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceContext\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"W3C Trace Context information used for event correlation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Internal ADP correlation ID used in support scenarios.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location (region) of the resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The log record message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The verbosity level of the log record (\u0027Informational\u0027, \u0027Warning\u0027, \u0027Error\u0027, or \u0027Critical\u0027).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Additional properties related to the diagnostic log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADPDiagnostics\",\r\n \"name\": \"ADPDiagnostics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"MCCEventLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HitRatio\",\r\n \"type\": \"real\",\r\n \"description\": \"Ratio of cache hits to total content requests that were received.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"HitRatioMbps\",\r\n \"type\": \"real\",\r\n \"description\": \"Ratio of Data volume (MB) per second that came directly from Microsoft Connected Cache(hitMbps) to The total data volume (MB) per second delivered(egressMbps).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheNodeId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique CacheNode identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MissMbps\",\r\n \"type\": \"real\",\r\n \"description\": \"Data volume (MB) per second that Microsoft Connected Cache had to download from CDN to see the cache.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HitMbps\",\r\n \"type\": \"real\",\r\n \"description\": \"Data volume (MB) per second that came directly from Microsoft Connected Cache.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Hits\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of times data is found in the cache.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Misses\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of times data is not found in the cache and had to download from CDN.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EgressMbps\",\r\n \"type\": \"real\",\r\n \"description\": \"The total data volume (MB) per second delivered including: data volume (MB) that came directly from cache (hitMbps) and data volume (MB) that Microsoft Connected Cache had to download from CDN to see the cache (missMbps).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/MCCEventLogs\",\r\n \"name\": \"MCCEventLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseGatewayApiRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API Version of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"The sub status of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The static text description of this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"A JSON blob that describes the identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"The request URI for this query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The client correlation id of this query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseGatewayApiRequests\",\r\n \"name\": \"SynapseGatewayApiRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseSqlPoolExecRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogicalServerName\",\r\n \"type\": \"string\",\r\n \"description\": \"The logical server name of the SQL DW.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"The azure resourceGroup of the SQL DW.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The requestId of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The startTime (UTC) of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndCompileTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end compile time (UTC) of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The end time (UTC) for the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Label\",\r\n \"type\": \"string\",\r\n \"description\": \"The label of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorId\",\r\n \"type\": \"string\",\r\n \"description\": \"The errorId of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseId\",\r\n \"type\": \"string\",\r\n \"description\": \"The databaseId of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Command\",\r\n \"type\": \"string\",\r\n \"description\": \"The SQL command of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceClass\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource class of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatementType\",\r\n \"type\": \"string\",\r\n \"description\": \"The statement type of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScopeDepth\",\r\n \"type\": \"int\",\r\n \"description\": \"The scope depth of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootQueryId\",\r\n \"type\": \"string\",\r\n \"description\": \"The rootQueryId of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlation set by client/user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExplainOutput\",\r\n \"type\": \"string\",\r\n \"description\": \"The output explain of the execution requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseSqlPoolExecRequests\",\r\n \"name\": \"SynapseSqlPoolExecRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseBuiltinSqlPoolRequestsEnded\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"int\",\r\n \"description\": \"The total elapsed time in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorCode\",\r\n \"type\": \"int\",\r\n \"description\": \"The error/success code\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"A JSON blob that describes the identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"extended properties related to this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseBuiltinSqlPoolRequestsEnded\",\r\n \"name\": \"SynapseBuiltinSqlPoolRequestsEnded\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlComputeInstanceEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the event. Typical values include Started, In Progress, Succeeded, Failed, Active, and Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events, when applicable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event. Must be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlComputeInstanceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the compute instance.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD tenant ID the operation was submitted for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlComputeInstanceEvent\",\r\n \"name\": \"AmlComputeInstanceEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlDataLabelEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the event. Typical values include Started, In Progress, Succeeded, Failed, Active, and Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event. Must be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlProjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier of the project.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlProjectName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the AML project.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD tenant ID the operation was submitted for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlLabelNames\",\r\n \"type\": \"string\",\r\n \"description\": \"The label class names which are created for the project.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlDataStoreName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the data store where the project\u0027s data is stored.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlDataLabelEvent\",\r\n \"name\": \"AmlDataLabelEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlDataSetEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the event. Typical values include Started, In Progress, Succeeded, Failed, Active, and Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlWorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique ID of the workspace.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD tenant ID the operation was submitted for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlDatasetId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the AML Data Set.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlDatasetName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the AML Data Set.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlDataSetEvent\",\r\n \"name\": \"AmlDataSetEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlDataStoreEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the event. Typical values include Started, In Progress, Succeeded, Failed, Active, and Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlWorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique ID of the workspace.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD tenant ID the operation was submitted for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlDatastoreName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the AML Data Store.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlDataStoreEvent\",\r\n \"name\": \"AmlDataStoreEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlDeploymentEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the event. Typical values include Started, In Progress, Succeeded, Failed, Active, and Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event. Must be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD tenant ID the operation was submitted for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the AML service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlDeploymentEvent\",\r\n \"name\": \"AmlDeploymentEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlInferencingEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the event. Typical values include Started, In Progress, Succeeded, Failed, Active, and Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event. Must be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD tenant ID the operation was submitted for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the AML service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlInferencingEvent\",\r\n \"name\": \"AmlInferencingEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlModelsEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the event. Typical values include Started, In Progress, Succeeded, Failed, Active, and Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP status code of the event. Typical values include 200, 201, 202 etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event. Must be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD tenant ID the operation was submitted for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlModelName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the AML Model.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlModelsEvent\",\r\n \"name\": \"AmlModelsEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlPipelineEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the event. Typical values include Started, In Progress, Succeeded, Failed, Active, and Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlModuleId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique ID of the module.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD tenant ID the operation was submitted for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlModuleName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the AML Module.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlWorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique ID of the AML workspace.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlWorkspaceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the AML workspace.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlPipelineId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the AML pipeline.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlParentPipelineId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the parent AML pipeline (in the case of cloning).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlPipelineDraftId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the AML pipeline draft.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlPipelineDraftName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the AML pipeline draft.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlPipelineEndpointId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of the AML pipeline endpoint.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlPipelineEndpointName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the AML pipeline endpoint.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlPipelineEvent\",\r\n \"name\": \"AmlPipelineEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlRunEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlWorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique ID of the workspace.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RunId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique ID of the run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD tenant ID the operation was submitted for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlRunEvent\",\r\n \"name\": \"AmlRunEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADUserRiskEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Activity\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates the activity type the detected risk is linked to. Possible values are: signin, user, unknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityDateTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when the risky activity occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AdditionalInfo\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Additional information associated with the user risk event in JSON format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Correlation ID of the sign-in associated with the risk detection. This property is null if the risk detection is not associated with a sign-in.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DetectedDateTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time that the risk was detected.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DetectionTimingType\",\r\n \"type\": \"string\",\r\n \"description\": \"Timing of the detected risk (real-time/offline). Possible values are: notDefined, realtime, nearRealtime, offline, unknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID of the risk event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the client from where the risk occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastUpdatedDateTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when the risk detection was last updated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Location of the sign-in.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Request ID of the sign-in associated with the risk detection. This property is null if the risk detection is not associated with a sign-in.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskDetail\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskEventType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of risk event detected.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"Level of the detected risk. Possible values are: low, medium, high, hidden, none, unknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskState\",\r\n \"type\": \"string\",\r\n \"description\": \"The state of a detected risky user or sign-in. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Source\",\r\n \"type\": \"string\",\r\n \"description\": \"Source of the risk detection. For example, activeDirectory.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TokenIssuerType\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates the type of token issuer for the detected sign-in risk. Possible values are: AzureAD, ADFederationServices, UnknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"The user principal name (UPN) of the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID of the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserPrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"The user principal name (UPN) of the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time of the event in UTC.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADUserRiskEvents\",\r\n \"name\": \"AADUserRiskEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADRiskyUsers\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID of the user at risk.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsDeleted\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates whether the user is deleted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsProcessing\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates whether a user\u0027s risky state is being processed by the backend.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskDetail\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskLastUpdatedDateTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time that the risky user was last updated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"Level of the detected risky user. Possible values are: low, medium, high, hidden, none, unknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskState\",\r\n \"type\": \"string\",\r\n \"description\": \"State of the user\u0027s risk. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"Risky user display name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserPrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"Risky user principal name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time of the event in UTC.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated log analytics events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADRiskyUsers\",\r\n \"name\": \"AADRiskyUsers\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AmlEnvironmentEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation associated with the log entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlEnvironmentName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of environment.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AmlEnvironmentVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the environment.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AadTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The AAD tenant ID the operation was submitted for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AmlEnvironmentEvent\",\r\n \"name\": \"AmlEnvironmentEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseDXCommand\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category for these events will be \u0027Command\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The client request ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The root activity ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when this command started\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastUpdatedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The last time this command was updated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database the command ran on\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"description\": \"The state the command ended with, like \u0027Completed\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailureReason\",\r\n \"type\": \"string\",\r\n \"description\": \"The reason for the failure\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalCPU\",\r\n \"type\": \"string\",\r\n \"description\": \"Total CPU runtime across cluster nodes\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CommandType\",\r\n \"type\": \"string\",\r\n \"description\": \"Command type. like \u0027DatabasesShow\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the application that invoked the command\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceUtilization\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Resurce consumption for the exuected command\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"string\",\r\n \"description\": \"Command duration as a string like \u002700:00:00.0156250\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"User that invoked the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Principal\",\r\n \"type\": \"string\",\r\n \"description\": \"Principal that invoked the query like \u0027aaduser=USER_ID;TENANT\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkloadGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Workload are a means of resource governance for incoming requests to the cluster\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Text\",\r\n \"type\": \"string\",\r\n \"description\": \"Text of the invoked command\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseDXCommand\",\r\n \"name\": \"SynapseDXCommand\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseDXFailedIngestion\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time this ingest operation failed\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The ingestion\u0027s operation ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Database\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database holding the target table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Table\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the target table the data is ingested into\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IngestionSourceId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The ID of the ingestion source\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IngestionSourcePath\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure blob storage URI\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Final state of this data ingestion operation like \u0027Failed\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The ingestion\u0027s activity ID Used for debugging issues\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Details\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the failure\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorCode\",\r\n \"type\": \"string\",\r\n \"description\": \"Failure\u0027s error code like \u0027BadRequest_EmptyBlob\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailureStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Failure\u0027s status like \u0027Permanent\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OriginatesFromUpdatePolicy\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates if the failure originates from an Update Policy\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShouldRetry\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates if the failure is temporary and the operation should be retried\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseDXFailedIngestion\",\r\n \"name\": \"SynapseDXFailedIngestion\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseDXIngestionBatching\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Database\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database holding the target table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Table\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the target table the data is ingested into\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchingType\",\r\n \"type\": \"string\",\r\n \"description\": \"Batching type: Whether the batch reached the limit of batching time, data size, or number of files set by the the batching policy\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceCreationTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"When the first blobs in this batch were created (UTC time)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchTimeSeconds\",\r\n \"type\": \"real\",\r\n \"description\": \"Total batching time of this batch (seconds)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchSizeBytes\",\r\n \"type\": \"long\",\r\n \"description\": \"Total uncompressed size of data in this batch (bytes)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataSourcesInBatch\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of data sources in this batch\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation\u0027s activity ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseDXIngestionBatching\",\r\n \"name\": \"SynapseDXIngestionBatching\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseDXQuery\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category for these events will be \u0027Query\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The client request ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The root activity ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) this command started\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastUpdatedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) this command ended\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database the command ran on\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"description\": \"The state the command ended with like \u0027Completed\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailureReason\",\r\n \"type\": \"string\",\r\n \"description\": \"The reason for the failure\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalCPU\",\r\n \"type\": \"string\",\r\n \"description\": \"Total CPU runtime across cluster nodes\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the application that invoked the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MemoryPeak\",\r\n \"type\": \"long\",\r\n \"description\": \"Memory peak\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"string\",\r\n \"description\": \"Query duration as a string like \u002700:00:00.0156250\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"User that invoked the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Principal\",\r\n \"type\": \"string\",\r\n \"description\": \"The principal that invoked the query like \u0027aaduser=USER_ID;TENANT\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinDataScannedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Minimum data scan time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxDataScannedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Maximum data scan time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalExtentsCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Total extents count\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScannedExtentsCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Scanned extents count\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalRowsCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Total rows count\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScannedRowsCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Scanned rows count\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheMemoryHits\",\r\n \"type\": \"long\",\r\n \"description\": \"Memory cache hits\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheMemoryMisses\",\r\n \"type\": \"long\",\r\n \"description\": \"Memory cache misses\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheDiskHits\",\r\n \"type\": \"long\",\r\n \"description\": \"Disk cache hits\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheDiskMisses\",\r\n \"type\": \"long\",\r\n \"description\": \"Disk cache misses\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheShardsHotHits\",\r\n \"type\": \"long\",\r\n \"description\": \"Shards hot cache hits\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheShardsHotMisses\",\r\n \"type\": \"long\",\r\n \"description\": \"Shards hot cache misses\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheShardsColdHits\",\r\n \"type\": \"long\",\r\n \"description\": \"Shards cold cache hits\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheShardsColdMisses\",\r\n \"type\": \"long\",\r\n \"description\": \"Shards cold cache misses\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheShardsBypassBytes\",\r\n \"type\": \"long\",\r\n \"description\": \"Shards cache bypass bytes\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TableCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Table count\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TablesStatistics\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Tables statistics\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkloadGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Workload are a means of resource governance for incoming requests to the cluster\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Text\",\r\n \"type\": \"string\",\r\n \"description\": \"Text of the invoked query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseDXQuery\",\r\n \"name\": \"SynapseDXQuery\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseDXSucceededIngestion\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SucceededOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time this ingest operation ended successfully\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The ingestion\u0027s operation ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Database\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database holding the target table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Table\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the target table the data is ingested into\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IngestionSourceId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The ingestion source ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IngestionSourcePath\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure blob storage URI\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Final state of this data ingestion operation like \u0027Succeeded\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"guid\",\r\n \"description\": \"The ingestion\u0027s activity ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseDXSucceededIngestion\",\r\n \"name\": \"SynapseDXSucceededIngestion\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseDXTableDetails\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The client request ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the database\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TableName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalExtentSize\",\r\n \"type\": \"real\",\r\n \"description\": \"Total size of extents (compressed size + index size) in the table (in bytes)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalOriginalSize\",\r\n \"type\": \"real\",\r\n \"description\": \"The total original data size in the table (in bytes)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HotExtentSize\",\r\n \"type\": \"real\",\r\n \"description\": \"Total size of extents (compressed size + index size) in the table, stored in the hot cache (in bytes)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetentionPolicyOrigin\",\r\n \"type\": \"string\",\r\n \"description\": \"Retention policy origin entity (Table/Database/Cluster)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RetentionPolicy\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Table\u0027s effective entity retention policy, serialized as JSON\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CachingPolicyOrigin\",\r\n \"type\": \"string\",\r\n \"description\": \"Caching policy origin entity (Table/Database/Cluster)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CachingPolicy\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Table\u0027s effective entity caching policy, serialized as JSON\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxExtentsCreationTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Maximum creation time of an extent in the table (or null, if there are no extents)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinExtentsCreationTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Minimum creation time of an extent in the table (or null, if there are no extents)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalExtentCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Total number of extents in the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalRowCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Total number of rows in the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HotExtentCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Total number of extents in the table, stored in the hot cache\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HotOriginalSize\",\r\n \"type\": \"long\",\r\n \"description\": \"Total original size of data in the table, stored in the hot cache (in bytes)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HotRowCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Total number of rows in the table, stored in the hot cache\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseDXTableDetails\",\r\n \"name\": \"SynapseDXTableDetails\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseDXTableUsageStatistics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The client request ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The root activity ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) the table usage statistics operation started\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the database\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TableName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinCreatedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Earliest extent time of the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxCreatedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Lastest extent time of the table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the application that invoked the command\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"User that invoked the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Principal\",\r\n \"type\": \"string\",\r\n \"description\": \"Principal that invoked the query like \u0027aaduser=USER_ID;TENANT\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseDXTableUsageStatistics\",\r\n \"name\": \"SynapseDXTableUsageStatistics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADXJournal\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) at which this log was sent to Log Analytics\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The client request ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The root activity ID of the operation which caused metadata change (for example: 2217ed0d-888f-4c3d-8776-973471be556e)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Event\",\r\n \"type\": \"string\",\r\n \"description\": \"The metadata change event name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationTimestamp\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) at which the metadata operation completed\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database changed following the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EntityName\",\r\n \"type\": \"string\",\r\n \"description\": \"The entity name that the operation was executed on, before the change\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UpdatedEntityName\",\r\n \"type\": \"string\",\r\n \"description\": \"The new entity name after the change\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OriginalEntityVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the entity (entity properties) before the change\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EntityVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The new metadata version (DB/cluster) following the change\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EntityContainerName\",\r\n \"type\": \"string\",\r\n \"description\": \"The entity container name (entity=column, container=table), or the database name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OriginalEntityState\",\r\n \"type\": \"string\",\r\n \"description\": \"The state of the entity (entity properties) before the change\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UpdatedEntityState\",\r\n \"type\": \"string\",\r\n \"description\": \"The new state after the change\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChangeCommand\",\r\n \"type\": \"string\",\r\n \"description\": \"The executed control command that triggered the metadata change\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"The user that executed the control command\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Principal\",\r\n \"type\": \"string\",\r\n \"description\": \"The principal (user/app) that executed the control command\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADXJournal\",\r\n \"name\": \"ADXJournal\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"StorageBlobLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The Universal Time Coordinated (UTC) time when the request was received by storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the storage account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of storage account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Protocol\",\r\n \"type\": \"string\",\r\n \"description\": \"The protocol that is used in the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of REST operation that was performed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of authentication that was used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP status code for the request. If the request is interrupted, this value might be set to Unknown.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusText\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the requested operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The total time, expressed in milliseconds, to perform the requested operation. This includes the time to read the incoming request, and to send the response to the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServerLatencyMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The total time expressed in milliseconds to perform the requested operation. This value doesn\u0027t include network latency (the time to read the incoming request and send the response to the requester).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uri\",\r\n \"type\": \"string\",\r\n \"description\": \"Uniform resource identifier that is requested.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the requester, including the port number.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID that is used to correlate logs across resources.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The storage service version that was specified when the request was made. This is equivalent to the value of the x-ms-version header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationHash\",\r\n \"type\": \"string\",\r\n \"description\": \"The hash of authentication token.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth object ID of the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth tenant ID of identity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterAppId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Open Authorization (OAuth) application ID that is used as the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterAudience\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth audience of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterTokenIssuer\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth token issuer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterUpn\",\r\n \"type\": \"string\",\r\n \"description\": \"The User Principal Names of requestor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthorizationDetails\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Detailed policy information used to authorize the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgentHeader\",\r\n \"type\": \"string\",\r\n \"description\": \"The User-Agent header value, in quotes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferrerHeader\",\r\n \"type\": \"string\",\r\n \"description\": \"The Referer header value.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientRequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The x-ms-client-request-id header value of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Etag\",\r\n \"type\": \"string\",\r\n \"description\": \"The ETag identifier for the returned object, in quotes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The service associated with this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of each logged operation that is involved in the request. This count starts with an index of 0. Some requests require more than one operation, such as a request to copy a blob. Most requests perform only one operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestHeaderSize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the request header expressed in bytes. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBodySize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the request packets, expressed in bytes, that are read by the storage service. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseHeaderSize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the response header expressed in bytes. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseBodySize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the response packets written by the storage service, in bytes. If a request is unsuccessful, this value may be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestMd5\",\r\n \"type\": \"string\",\r\n \"description\": \"The value of either the Content-MD5 header or the x-ms-content-md5 header in the request. The MD5 hash value specified in this field represents the content in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseMd5\",\r\n \"type\": \"string\",\r\n \"description\": \"The value of the MD5 hash calculated by the storage service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastModifiedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The Last Modified Time (LMT) for the returned object. This field is empty for operations that can return multiple objects.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionsUsed\",\r\n \"type\": \"string\",\r\n \"description\": \"A semicolon-separated list of key-value pairs that represent a condition.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContentLengthHeader\",\r\n \"type\": \"long\",\r\n \"description\": \"The value of the Content-Length header for the request sent to the storage service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of requested operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TlsVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The TLS version used in the connection of request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SasExpiryStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Records any violations in the request SAS token as per the SAS policy set in the storage account. Ex: longer SAS token duration specified than allowed per SAS policy\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/StorageBlobLogs\",\r\n \"name\": \"StorageBlobLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"StorageFileLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The Universal Time Coordinated (UTC) time when the request was received by storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the storage account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of storage account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Protocol\",\r\n \"type\": \"string\",\r\n \"description\": \"The protocol that is used in the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of REST operation that was performed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of authentication that was used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP status code for the request. If the request is interrupted, this value might be set to Unknown.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusText\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the requested operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The total time, expressed in milliseconds, to perform the requested operation. This includes the time to read the incoming request, and to send the response to the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServerLatencyMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The total time expressed in milliseconds to perform the requested operation. This value doesn\u0027t include network latency (the time to read the incoming request and send the response to the requester).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uri\",\r\n \"type\": \"string\",\r\n \"description\": \"Uniform resource identifier that is requested.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the requester, including the port number.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID that is used to correlate logs across resources.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The storage service version that was specified when the request was made. This is equivalent to the value of the x-ms-version header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationHash\",\r\n \"type\": \"string\",\r\n \"description\": \"The hash of authentication token.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth object ID of the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth tenant ID of identity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterAppId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Open Authorization (OAuth) application ID that is used as the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterAudience\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth audience of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterTokenIssuer\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth token issuer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterUpn\",\r\n \"type\": \"string\",\r\n \"description\": \"The User Principal Names of requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterUserName\",\r\n \"type\": \"string\",\r\n \"description\": \"The user name of requester for SMB.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthorizationDetails\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Detailed policy information used to authorize the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SmbPrimarySID\",\r\n \"type\": \"string\",\r\n \"description\": \"Security Identifier of Kerberos Authenticated request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgentHeader\",\r\n \"type\": \"string\",\r\n \"description\": \"The User-Agent header value, in quotes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferrerHeader\",\r\n \"type\": \"string\",\r\n \"description\": \"The Referer header value.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientRequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The x-ms-client-request-id header value of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Etag\",\r\n \"type\": \"string\",\r\n \"description\": \"The ETag identifier for the returned object, in quotes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The service associated with this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of each logged operation that is involved in the request. This count starts with an index of 0. Some requests require more than one operation, such as a request to copy a blob. Most requests perform only one operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestHeaderSize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the request header expressed in bytes. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBodySize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the request packets, expressed in bytes, that are read by the storage service. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseHeaderSize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the response header expressed in bytes. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseBodySize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the response packets written by the storage service, in bytes. If a request is unsuccessful, this value may be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestMd5\",\r\n \"type\": \"string\",\r\n \"description\": \"The value of either the Content-MD5 header or the x-ms-content-md5 header in the request. The MD5 hash value specified in this field represents the content in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseMd5\",\r\n \"type\": \"string\",\r\n \"description\": \"The value of the MD5 hash calculated by the storage service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastModifiedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The Last Modified Time (LMT) for the returned object. This field is empty for operations that can return multiple objects.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionsUsed\",\r\n \"type\": \"string\",\r\n \"description\": \"A semicolon-separated list of key-value pairs that represent a condition.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContentLengthHeader\",\r\n \"type\": \"long\",\r\n \"description\": \"The value of the Content-Length header for the request sent to the storage service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of requested operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TlsVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The TLS version used in the connection of request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SmbTreeConnectID\",\r\n \"type\": \"string\",\r\n \"description\": \"The SMB TreeConnectID established at TreeConnect time.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SmbPersistentHandleID\",\r\n \"type\": \"string\",\r\n \"description\": \"Persistent HandleID from an SMB2 Create request that survives network reconnects.  Referenced in [MS-SMB2] 2.2.14.1 as SMB2_FILEID.Persistent.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SmbVolatileHandleID\",\r\n \"type\": \"string\",\r\n \"description\": \"Volatile HandleID from an SMB2 Create request that is recycled on network reconnects.  Referenced in [MS-SMB2] 2.2.14.1 as SMB2_FILEID.Volatile.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SmbMessageID\",\r\n \"type\": \"string\",\r\n \"description\": \"The connection relative MessageId.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SmbCreditsConsumed\",\r\n \"type\": \"int\",\r\n \"description\": \"The ingress or egress consumed by the request, in units of 64k.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SmbCommandDetail\",\r\n \"type\": \"string\",\r\n \"description\": \"More information about this specific request rather than the general type of request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SmbFileId\",\r\n \"type\": \"string\",\r\n \"description\": \"The FileId associated with file or directory.  Roughly analogous to an NTFS FileId.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SmbSessionID\",\r\n \"type\": \"string\",\r\n \"description\": \"The SMB2 SessionId established at SessionSetup time.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SmbCommandMajor\",\r\n \"type\": \"int\",\r\n \"description\": \"Value in SMB2_HEADER.Command, and is currently a number between 0 and 18 inclusive.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SmbCommandMinor\",\r\n \"type\": \"string\",\r\n \"description\": \"The subclass of  SmbCommandMajor, where appropriate.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SasExpiryStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Records any violations in the request SAS token as per the SAS policy set in the storage account. Ex: longer SAS token duration specified than allowed per SAS policy\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/StorageFileLogs\",\r\n \"name\": \"StorageFileLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"StorageQueueLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The Universal Time Coordinated (UTC) time when the request was received by storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the storage account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of storage account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Protocol\",\r\n \"type\": \"string\",\r\n \"description\": \"The protocol that is used in the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of REST operation that was performed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of authentication that was used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP status code for the request. If the request is interrupted, this value might be set to Unknown.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusText\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the requested operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The total time, expressed in milliseconds, to perform the requested operation. This includes the time to read the incoming request, and to send the response to the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServerLatencyMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The total time expressed in milliseconds to perform the requested operation. This value doesn\u0027t include network latency (the time to read the incoming request and send the response to the requester).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uri\",\r\n \"type\": \"string\",\r\n \"description\": \"Uniform resource identifier that is requested.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the requester, including the port number.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID that is used to correlate logs across resources.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The storage service version that was specified when the request was made. This is equivalent to the value of the x-ms-version header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationHash\",\r\n \"type\": \"string\",\r\n \"description\": \"The hash of authentication token.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth object ID of the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth tenant ID of identity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterAppId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Open Authorization (OAuth) application ID that is used as the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterAudience\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth audience of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterTokenIssuer\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth token issuer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterUpn\",\r\n \"type\": \"string\",\r\n \"description\": \"The User Principal Names of requestor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthorizationDetails\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Detailed policy information used to authorize the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgentHeader\",\r\n \"type\": \"string\",\r\n \"description\": \"The User-Agent header value, in quotes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferrerHeader\",\r\n \"type\": \"string\",\r\n \"description\": \"The Referer header value.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientRequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The x-ms-client-request-id header value of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Etag\",\r\n \"type\": \"string\",\r\n \"description\": \"The ETag identifier for the returned object, in quotes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The service associated with this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of each logged operation that is involved in the request. This count starts with an index of 0. Some requests require more than one operation, such as a request to copy a blob. Most requests perform only one operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestHeaderSize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the request header expressed in bytes. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBodySize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the request packets, expressed in bytes, that are read by the storage service. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseHeaderSize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the response header expressed in bytes. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseBodySize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the response packets written by the storage service, in bytes. If a request is unsuccessful, this value may be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestMd5\",\r\n \"type\": \"string\",\r\n \"description\": \"The value of either the Content-MD5 header or the x-ms-content-md5 header in the request. The MD5 hash value specified in this field represents the content in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseMd5\",\r\n \"type\": \"string\",\r\n \"description\": \"The value of the MD5 hash calculated by the storage service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastModifiedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The Last Modified Time (LMT) for the returned object. This field is empty for operations that can return multiple objects.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionsUsed\",\r\n \"type\": \"string\",\r\n \"description\": \"A semicolon-separated list of key-value pairs that represent a condition.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContentLengthHeader\",\r\n \"type\": \"long\",\r\n \"description\": \"The value of the Content-Length header for the request sent to the storage service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of requested operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TlsVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The TLS version used in the connection of request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SasExpiryStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Records any violations in the request SAS token as per the SAS policy set in the storage account. Ex: longer SAS token duration specified than allowed per SAS policy\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/StorageQueueLogs\",\r\n \"name\": \"StorageQueueLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"StorageTableLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The Universal Time Coordinated (UTC) time when the request was received by storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the storage account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of storage account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Protocol\",\r\n \"type\": \"string\",\r\n \"description\": \"The protocol that is used in the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of REST operation that was performed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of authentication that was used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP status code for the request. If the request is interrupted, this value might be set to Unknown.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusText\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the requested operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The total time, expressed in milliseconds, to perform the requested operation. This includes the time to read the incoming request, and to send the response to the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServerLatencyMs\",\r\n \"type\": \"real\",\r\n \"description\": \"The total time expressed in milliseconds to perform the requested operation. This value doesn\u0027t include network latency (the time to read the incoming request and send the response to the requester).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uri\",\r\n \"type\": \"string\",\r\n \"description\": \"Uniform resource identifier that is requested.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the requester, including the port number.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID that is used to correlate logs across resources.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The storage service version that was specified when the request was made. This is equivalent to the value of the x-ms-version header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationHash\",\r\n \"type\": \"string\",\r\n \"description\": \"The hash of authentication token.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth object ID of the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth tenant ID of identity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterAppId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Open Authorization (OAuth) application ID that is used as the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterAudience\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth audience of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterTokenIssuer\",\r\n \"type\": \"string\",\r\n \"description\": \"The OAuth token issuer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterUpn\",\r\n \"type\": \"string\",\r\n \"description\": \"The User Principal Names of requestor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthorizationDetails\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Detailed policy information used to authorize the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgentHeader\",\r\n \"type\": \"string\",\r\n \"description\": \"The User-Agent header value, in quotes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReferrerHeader\",\r\n \"type\": \"string\",\r\n \"description\": \"The Referer header value.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientRequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The x-ms-client-request-id header value of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Etag\",\r\n \"type\": \"string\",\r\n \"description\": \"The ETag identifier for the returned object, in quotes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceType\",\r\n \"type\": \"string\",\r\n \"description\": \"The service associated with this request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of each logged operation that is involved in the request. This count starts with an index of 0. Some requests require more than one operation, such as a request to copy a blob. Most requests perform only one operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestHeaderSize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the request header expressed in bytes. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBodySize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the request packets, expressed in bytes, that are read by the storage service. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseHeaderSize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the response header expressed in bytes. If a request is unsuccessful, this value might be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseBodySize\",\r\n \"type\": \"long\",\r\n \"description\": \"The size of the response packets written by the storage service, in bytes. If a request is unsuccessful, this value may be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestMd5\",\r\n \"type\": \"string\",\r\n \"description\": \"The value of either the Content-MD5 header or the x-ms-content-md5 header in the request. The MD5 hash value specified in this field represents the content in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseMd5\",\r\n \"type\": \"string\",\r\n \"description\": \"The value of the MD5 hash calculated by the storage service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastModifiedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The Last Modified Time (LMT) for the returned object. This field is empty for operations that can return multiple objects.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionsUsed\",\r\n \"type\": \"string\",\r\n \"description\": \"A semicolon-separated list of key-value pairs that represent a condition.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContentLengthHeader\",\r\n \"type\": \"long\",\r\n \"description\": \"The value of the Content-Length header for the request sent to the storage service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of requested operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TlsVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The TLS version used in the connection of request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SasExpiryStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Records any violations in the request SAS token as per the SAS policy set in the storage account. Ex: longer SAS token duration specified than allowed per SAS policy\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/StorageTableLogs\",\r\n \"name\": \"StorageTableLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADXIngestionBatching\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) at which this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Database\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the database holding the target table\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Table\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the target table into which the data is ingested\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchingType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of batching: whether the batch reached batching time, data size or number of files limit set by batching policy\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceCreationTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Minimal time (UTC) at which blobs in this batch were created\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchTimeSeconds\",\r\n \"type\": \"real\",\r\n \"description\": \"Total batching time of this batch (seconds)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchSizeBytes\",\r\n \"type\": \"long\",\r\n \"description\": \"Total uncompressed size of data in this batch (bytes)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataSourcesInBatch\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of data sources in this batch\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation\u0027s activity Id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADXIngestionBatching\",\r\n \"name\": \"ADXIngestionBatching\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WVDErrors\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The activity Id.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserName\",\r\n \"type\": \"string\",\r\n \"description\": \"The user for which the error happened.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityType\",\r\n \"type\": \"string\",\r\n \"description\": \"The activity type for which the error happened.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Source\",\r\n \"type\": \"string\",\r\n \"description\": \"The source of the error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Code\",\r\n \"type\": \"long\",\r\n \"description\": \"The error code for the error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CodeSymbolic\",\r\n \"type\": \"string\",\r\n \"description\": \"The error code symbolic representation (if available).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The error message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceError\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicator whether this is a service or customer error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Operation\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation that failed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WVDErrors\",\r\n \"name\": \"WVDErrors\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WVDManagement\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The activity Id.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserName\",\r\n \"type\": \"string\",\r\n \"description\": \"The user that initiated the management request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Route\",\r\n \"type\": \"string\",\r\n \"description\": \"The route for the management request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ArmObjectScope\",\r\n \"type\": \"string\",\r\n \"description\": \"The ARM object scope for the management request - used for session hosts, applications.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientSideIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The remote IP address from the client side.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectsFetched\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of objects that were fetched.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectsCreated\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of objects that were created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectsUpdated\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of objects that were updated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectsDeleted\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of objects that were deleted.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WVDManagement\",\r\n \"name\": \"WVDManagement\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADXQuery\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) at which this event was generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of this operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of this log for this events it will be Query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The client request id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootActivityId\",\r\n \"type\": \"string\",\r\n \"description\": \"The root activity id\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) at which this command started\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastUpdatedOn\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) at which this command ended\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatabaseName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the database the command ran on\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"description\": \"The State the command ended with\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailureReason\",\r\n \"type\": \"string\",\r\n \"description\": \"The failure reason\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalCPU\",\r\n \"type\": \"string\",\r\n \"description\": \"Total CPU duration\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"application name invoked the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MemoryPeak\",\r\n \"type\": \"long\",\r\n \"description\": \"Memory peak\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"string\",\r\n \"description\": \"Command duration\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"The user that invoked the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Principal\",\r\n \"type\": \"string\",\r\n \"description\": \"The principal that invoked the query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinDataScannedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Minimum data scan time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxDataScannedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Maximum data scan time\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalExtentsCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Total extents count\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScannedExtentsCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Scanned extents count\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalRowsCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Total rows count\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScannedRowsCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Scanned rows count\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheMemoryHits\",\r\n \"type\": \"long\",\r\n \"description\": \"Memory cache hits\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheMemoryMisses\",\r\n \"type\": \"long\",\r\n \"description\": \"Memory cache misses\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheDiskHits\",\r\n \"type\": \"long\",\r\n \"description\": \"Disk cache hits\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheDiskMisses\",\r\n \"type\": \"long\",\r\n \"description\": \"Disk cache misses\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheShardsHotHits\",\r\n \"type\": \"long\",\r\n \"description\": \"Shards hot cache hits\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheShardsHotMisses\",\r\n \"type\": \"long\",\r\n \"description\": \"Shards hot cache misses\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheShardsColdHits\",\r\n \"type\": \"long\",\r\n \"description\": \"Shards cold cache hits\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheShardsColdMisses\",\r\n \"type\": \"long\",\r\n \"description\": \"Shards cold cache misses\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheShardsBypassBytes\",\r\n \"type\": \"long\",\r\n \"description\": \"Shards cache bypass bytes\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TableCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Table count\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TablesStatistics\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Tables statistics\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkloadGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"The workload group the query was classified to\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Text\",\r\n \"type\": \"string\",\r\n \"description\": \"The text of the invoked query\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ComponentFault\",\r\n \"type\": \"string\",\r\n \"description\": \"The entity that caused the query to fail. For example, if the query result is too large, the ComponentFault will be \u0027Client\u0027. If an internal error occured, it will be \u0027Server\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADXQuery\",\r\n \"name\": \"ADXQuery\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AEWComputePipelinesLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) of the HTTP request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExpComponentName\",\r\n \"type\": \"string\",\r\n \"description\": \"The ExP component name of the events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The status description of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The event category. Typical log categories are Audit, Operational, Execution, and Request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventName\",\r\n \"type\": \"string\",\r\n \"description\": \"The event name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExPWorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Guid ID of your experimentation workspace.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExperimentationGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Experimentation group name of your experiment.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExperimentId\",\r\n \"type\": \"string\",\r\n \"description\": \"The GUID of your experiment.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExperimentStepId\",\r\n \"type\": \"string\",\r\n \"description\": \"The GUID of your experiment step.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AnalysisStudyId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of your experiment study.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AnalysisTaskId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID of your experiment task.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AnalysisRequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The GUID of your analysisRequest in ExP pipeline.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AnalysisType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of your analysis.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProfileName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of your task profile.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"string\",\r\n \"description\": \"Event properties in ExP Compute Pipeline with json format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Metrics\",\r\n \"type\": \"string\",\r\n \"description\": \"Event metrics in ExP Compute Pipeline with json format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AEWComputePipelinesLogs\",\r\n \"name\": \"AEWComputePipelinesLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppPlatformIngressLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) when the log is collected by Azure Spring Cloud\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemoteIP\",\r\n \"type\": \"string\",\r\n \"description\": \"The source IP address of the client\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemoteUser\",\r\n \"type\": \"string\",\r\n \"description\": \"User name supplied with the basic authentication\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LocalTime\",\r\n \"type\": \"string\",\r\n \"description\": \"Local time in the common log format\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Host\",\r\n \"type\": \"string\",\r\n \"description\": \"The host name of the log\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Request\",\r\n \"type\": \"string\",\r\n \"description\": \"Full original request line\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Response status\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BodyBytesSent\",\r\n \"type\": \"string\",\r\n \"description\": \"Number of bytes sent to a client, not counting the response header\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HttpReferer\",\r\n \"type\": \"string\",\r\n \"description\": \"Value of the referer header\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HttpUserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"Value of user-agent header\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestLength\",\r\n \"type\": \"string\",\r\n \"description\": \"Request length in bytes (including request line, header, and request body)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestTime\",\r\n \"type\": \"real\",\r\n \"description\": \"Time in seconds with millisecond resolution elapsed since the first bytes were read from the client\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProxyUpstreamName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the upstream server. The format is upstream-\u003cnamespace\u003e-\u003cservice name\u003e-\u003cservice port\u003e\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProxyAltUpstreamName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the alternative upstream server. The format is upstream-\u003cnamespace\u003e-\u003cservice name\u003e-\u003cservice port\u003e\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UpstreamAddr\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address and port (or the path to the domain socket) of the upstream server. If several servers were contacted during request processing, their addresses are separated by commas\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UpstreamResponseLength\",\r\n \"type\": \"string\",\r\n \"description\": \"The length in bytes of the response obtained from the upstream server\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UpstreamResponseTime\",\r\n \"type\": \"string\",\r\n \"description\": \"Time spent on receiving the response from the upstream server, the time is kept in seconds with millisecond resolution\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UpstreamStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Status code of the response obtained from the upstream server\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReqId\",\r\n \"type\": \"string\",\r\n \"description\": \"The randomly generated ID of the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestHeaders\",\r\n \"type\": \"string\",\r\n \"description\": \"Request headers end with \u0027id\u0027 or \u0027ID\u0027\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppPlatformIngressLogs\",\r\n \"name\": \"AppPlatformIngressLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ATCExpressRouteCircuitIpfix\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) when the Azure Traffic Collector (ATC) emitted this flow record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The specific Azure Traffic Collector (ATC) operation that emitted this flow record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ATCResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure resource ID of Azure Traffic Collector (ATC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ATCRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure Traffic Collector (ATC) deployment region.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Flow record schema version.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FlowRecordTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) when Express Route Circuit emitted this flow record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExRCircuitId\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure resource ID of Express Route Circuit.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExRCircuitServiceKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Service key of Express Route Circuit.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExRCircuitDirectPortId\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure resource ID of Express Route Circuit\u0027s direct port.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIp\",\r\n \"type\": \"string\",\r\n \"description\": \"Source IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationIp\",\r\n \"type\": \"string\",\r\n \"description\": \"Destination IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourcePort\",\r\n \"type\": \"int\",\r\n \"description\": \"TCP source port.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DestinationPort\",\r\n \"type\": \"int\",\r\n \"description\": \"TCP destination port.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Protocol\",\r\n \"type\": \"int\",\r\n \"description\": \"Protocol type as specified in IP header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NumberOfBytes\",\r\n \"type\": \"long\",\r\n \"description\": \"Total number of bytes of packets captured in this flow.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NumberOfPackets\",\r\n \"type\": \"long\",\r\n \"description\": \"Total number of packets captured in this flow.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Flowsequence\",\r\n \"type\": \"long\",\r\n \"description\": \"Flow sequence of this flow.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpClassOfService\",\r\n \"type\": \"int\",\r\n \"description\": \"IP Class of service as specified in IP header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpProtocolIdentifier\",\r\n \"type\": \"int\",\r\n \"description\": \"Protocol type as specified in IP header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IcmpType\",\r\n \"type\": \"int\",\r\n \"description\": \"Protocol type as specified in IP header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SrcMask\",\r\n \"type\": \"int\",\r\n \"description\": \"Mask of source subnet.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DstMask\",\r\n \"type\": \"int\",\r\n \"description\": \"Mask of destination subnet.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SrcAsn\",\r\n \"type\": \"int\",\r\n \"description\": \"Source Autonomous System Number (ASN).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DstAsn\",\r\n \"type\": \"int\",\r\n \"description\": \"Destination Autonomous System Number (ASN).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NextHop\",\r\n \"type\": \"string\",\r\n \"description\": \"Next hop as per forwarding table.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TcpFlag\",\r\n \"type\": \"int\",\r\n \"description\": \"TCP flag as defined in the TCP header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinTtl\",\r\n \"type\": \"int\",\r\n \"description\": \"Minimum time to live (TTL) as defined in the IP header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxTtl\",\r\n \"type\": \"int\",\r\n \"description\": \"Maximum time to live (TTL) as defined in the IP header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SrcSubnet\",\r\n \"type\": \"string\",\r\n \"description\": \"Source subnet of source IP.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DstSubnet\",\r\n \"type\": \"string\",\r\n \"description\": \"Destination subnet of destination IP.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpVerCode\",\r\n \"type\": \"int\",\r\n \"description\": \"IP version as defined in the IP header.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BgpNextHop\",\r\n \"type\": \"string\",\r\n \"description\": \"Border Gateway Protocol (BGP) next hop as defined in the routing table.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PeeringType\",\r\n \"type\": \"string\",\r\n \"description\": \"Express Route Circuit peering type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dot1qVlanId\",\r\n \"type\": \"int\",\r\n \"description\": \"Dot1q VlanId.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Dot1qCustomerVlanId\",\r\n \"type\": \"int\",\r\n \"description\": \"Dot1q Customer VlanId.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ATCExpressRouteCircuitIpfix\",\r\n \"name\": \"ATCExpressRouteCircuitIpfix\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"PowerBIDatasetsTenant\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp(UTC) of when the log entry was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"An event ID that can be used to correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PowerBIWorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the Power BI workspace that contains the artifact being operated on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PremiumCapacityId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the Premium capacity hosting the artifact being operated on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationContext\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Unique identifiers providing details about the context of the operation. E.g. Report ID, DatasetID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the name of the client application that created the connection to the Power BI dataset. This is provided by the application and is optional.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ArtifactId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID of the resource logging the data.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ArtifactKind\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of artifact logging the operation e.g. Dataset.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CpuTimeMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Amount of CPU time (in milliseconds) used by the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ArtifactName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Power BI artifact logging this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogAnalyticsCategory\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique category of the events like Audit/Security/Request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatasetMode\",\r\n \"type\": \"string\",\r\n \"description\": \"The mode of the dataset. Import, DirectQuery or Composite.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Amount of time (in milliseconds) taken by the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"The user on whose behalf the operation is running. Used when an end user identity must be impersonated on the server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutingUser\",\r\n \"type\": \"string\",\r\n \"description\": \"The user executing the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationDetailName\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides subcategories of OperationName.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XmlaObjectPath\",\r\n \"type\": \"string\",\r\n \"description\": \"A comma-separated list of parents, starting with the object\u0027s parent.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PowerBIWorkspaceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the Power BI workspace containing the artifact.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusCode\",\r\n \"type\": \"int\",\r\n \"description\": \"Status code of the operation. It covers success and failure.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProgressCounter\",\r\n \"type\": \"long\",\r\n \"description\": \"Progress Counter.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XmlaProperties\",\r\n \"type\": \"string\",\r\n \"description\": \"Properties of the XMLA request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XmlaSessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Analysis services session identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the severity level of the operation being logged. Success, Informational, Warning, or Error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Information about user and claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventText\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains verbose information associated with operation e.g. DAX query.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomerTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the Power BI tenant.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"XmlaRequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique Identifier of request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/PowerBIDatasetsTenant\",\r\n \"name\": \"PowerBIDatasetsTenant\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"PowerBIAuditTenant\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuditData\",\r\n \"type\": \"string\",\r\n \"description\": \"The complete audit record containing relevant operation details such as workspace name or dataset name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"An event ID that can be used to correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomerTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"Customer\u0027s Power BI tenant identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutingUser\",\r\n \"type\": \"string\",\r\n \"description\": \"The user executing the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the severity level of the operation being logged. Success, Informational, Warning, or Error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogAnalyticsCategory\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique category of the events like like Audit/Security/Request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp(UTC) of when the log entry was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/PowerBIAuditTenant\",\r\n \"name\": \"PowerBIAuditTenant\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"PowerBIReportUsageTenant\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp(UTC) of when the log entry was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Root activity ID. Will be replaced by correlation vector in future.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PowerBIWorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"PowerBI workspace unique identifier - the workspace containing the artifact.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ArtifactId\",\r\n \"type\": \"string\",\r\n \"description\": \"Report unique identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ArtifactKind\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of artifact this entry describe.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ArtifactName\",\r\n \"type\": \"string\",\r\n \"description\": \"Report friendly name. As at time of event being raised.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BootstrapDurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"The duration of Power BI application initialization in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BrowserName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the browser used to view the report.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BrowserTabId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the browser tab used to view the report.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BrowserVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser version number.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the user machine initiating the activity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Version number of the Power BI client (where applicable).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConsumptionMethod\",\r\n \"type\": \"string\",\r\n \"description\": \"Describes the method used to consume the content such as Power BI Web App.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomerTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"Customer Tenant ID where the operation was performed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatasetId\",\r\n \"type\": \"string\",\r\n \"description\": \"Dataset unique identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatasetLocation\",\r\n \"type\": \"string\",\r\n \"description\": \"What infrastrcure is the phsyical SSAS dataset hosted on.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatasetMode\",\r\n \"type\": \"string\",\r\n \"description\": \"What type of SSAS data model is it i.e. Import/DirectQuery/Composite.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DatasetName\",\r\n \"type\": \"string\",\r\n \"description\": \"Dataset friendly name. As at time of event being raised.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DistributionMethod\",\r\n \"type\": \"string\",\r\n \"description\": \"For report views which distribution method did the user leverage to access it.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"How long did the entire operation take from start to finish in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EffectiveDAXQueryDurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"What was the DAX query duration from First query start to Last Query end in milliseconds. Applies to all model types.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EffectiveDQQueryDurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"For DQ sources what was the DQ query duration from First query start to Last query end in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EffectiveRenderDurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"For reports what was the report render duration excluding bootstrap time in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EffectiveVisualLoadDurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"For reports what was the visual loading duration from first visual start to last visual end in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EmbedAppId\",\r\n \"type\": \"string\",\r\n \"description\": \"For PaaS embed the GUID of the application registered with Azure AD which hosts the Power BI content.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EmbedType\",\r\n \"type\": \"string\",\r\n \"description\": \"For embedded reports which method was used to embed the content.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExecutingUser\",\r\n \"type\": \"string\",\r\n \"description\": \"UserPrincipalName of the user executing/using the artifact. Can be impersonated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HomeWorkspaceId\",\r\n \"type\": \"string\",\r\n \"description\": \"For app and direct share report cases the unique identifier of the workspace hosting the dataset that powers the report.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HomeWorkspaceName\",\r\n \"type\": \"string\",\r\n \"description\": \"For app and direct share report cases the name of the workspace hosting the dataset that powers the report.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"User and claim details.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsBootstrapIncluded\",\r\n \"type\": \"boolean\",\r\n \"description\": \"For report view events shows whether the operation incurs application bootstrapping to initialize Power BI before the report load.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsQueryResultCacheEnabled\",\r\n \"type\": \"boolean\",\r\n \"description\": \"For models on Premium capacities shows whether Query Result Caching enabled.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogAnalyticsCategory\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of the operation being logged.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Log classification indicating if the entry is informational or represents a warning or error state.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperatingSystemName\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating System name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperatingSystemVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating System version number.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationStartTimestamp\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Start timestamp for the reported operations applicable to operations with an absolute duration. UTC date time value in RFC3339 format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationEndTimestamp\",\r\n \"type\": \"datetime\",\r\n \"description\": \"End timestamp for the reported operation applicable to operations with an absolute duration. UTC date time value in RFC3339 format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"This is the version of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PowerBIAppId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the Power BI App if a report was viewed through the app.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PremiumCapacityId\",\r\n \"type\": \"string\",\r\n \"description\": \"Premium capacity unique identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PowerBIAppName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the Power BI App if a report was viewed through the app.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure region containing the artifact reporting the event. Typically the value shown in the About screen in the service under \\\\\\\"Your data is stored in:\\\\\\\"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReportPageId\",\r\n \"type\": \"string\",\r\n \"description\": \"Power BI Interactive Report page/section unique identifier.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReportPageName\",\r\n \"type\": \"string\",\r\n \"description\": \"Power BI Interactive Report page friendly name. As at time of event being raised.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalDAXQueryDurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Sum of all DAX query durations in milliseconds. Applies to all model types.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalDQQueryDurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"For DQ Sources sum of all DQ query durations in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalVisibleVisualCount\",\r\n \"type\": \"int\",\r\n \"description\": \"For reports how many total visuals were on the page that was viewed. Excludes hidden visuals.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"Information the client sends to the server typically contains operating system and client browser details.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserFirstName\",\r\n \"type\": \"string\",\r\n \"description\": \"The first name of the top level user principal that initiated the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserLastName\",\r\n \"type\": \"string\",\r\n \"description\": \"The last name of the top level user principal that initiated the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserSession\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the user session.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VisualTypesAndCounts\",\r\n \"type\": \"string\",\r\n \"description\": \"For reportswhich visuals were on the page that was viewed and how many. Includes Custom visuals.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PowerBIWorkspaceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Friendly name of the Power BI workspace containing the artifact as at the time when the event was raised.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/PowerBIReportUsageTenant\",\r\n \"name\": \"PowerBIReportUsageTenant\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AgriFoodApplicationAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Logs generated as a result of operations executed using FarmBeats APIs are grouped into categories. Categories in FarmBeats are logical groupings based on either the data source the underlying APIs fetch data from or on the basis of hierarchy of entities in FarmBeats. Another criteria for grouping into categories is the type of log generated i.e. privileged operations are in a separate category. These categories can have any value such as FarmManagementLogs, FarmOperationLogs, SatelliteLogs, WeatherLogs, ProviderAuthLogs, ApplicationAuditLogs etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name for which the log entry was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataPlaneResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID that uniquely identifies a FarmBeats resource such as a Farm, Farmer, Boundary etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client that made the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event, will be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the REST API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the result, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Identity from the token that was presented in the REST API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AgriFoodApplicationAuditLogs\",\r\n \"name\": \"AgriFoodApplicationAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"MCVPAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the audit log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation request name where the audit log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationCategories\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation request categories like Provision, Connection or Claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationCategoryDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation request category general description.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationResult\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation request result - Success or Fail.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation request result description. The column will contain information if the OperationResult value is other than Success or Fail.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationAccessLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation access level of the request - Administrator, Writer or Reader.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIdentities\",\r\n \"type\": \"string\",\r\n \"description\": \"The caller identity, user alias or email address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IPV4 caller ip address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerAccessLevels\",\r\n \"type\": \"string\",\r\n \"description\": \"The caller access level - Administrator, Writer or Reader.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/MCVPAuditLogs\",\r\n \"name\": \"MCVPAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksAccounts\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the Databricks operation-based diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log messages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksAccounts\",\r\n \"name\": \"DatabricksAccounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksClusters\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the Databricks operation-based diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log messages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksClusters\",\r\n \"name\": \"DatabricksClusters\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksDBFS\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The Databricks schema version of the diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log messages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksDBFS\",\r\n \"name\": \"DatabricksDBFS\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksInstancePools\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The Databricks schema version of the diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log messages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksInstancePools\",\r\n \"name\": \"DatabricksInstancePools\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksJobs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The Databricks schema version of the diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log messages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksJobs\",\r\n \"name\": \"DatabricksJobs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksNotebook\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The Databricks schema version of the diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log messages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksNotebook\",\r\n \"name\": \"DatabricksNotebook\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksSecrets\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The Databricks schema version of the diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log messages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksSecrets\",\r\n \"name\": \"DatabricksSecrets\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksSQLPermissions\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The Databricks schema version of the diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log messages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksSQLPermissions\",\r\n \"name\": \"DatabricksSQLPermissions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksSSH\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The Databricks schema version of the diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log messages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksSSH\",\r\n \"name\": \"DatabricksSSH\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksWorkspace\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The Databricks schema version of the diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log messages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksWorkspace\",\r\n \"name\": \"DatabricksWorkspace\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AgriFoodFarmManagementLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Logs generated as a result of operations executed using FarmBeats APIs are grouped into categories. Categories in FarmBeats are logical groupings based on either the data source the underlying APIs fetch data from or on the basis of hierarchy of entities in FarmBeats.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name for which the log entry was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"URI of the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FarmerId\",\r\n \"type\": \"string\",\r\n \"description\": \"Farmer ID associated with the request, wherever applicable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataPlaneResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID that uniquely identifies a FarmBeats resource such as a Farm, Farmer, Boundary etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client that made the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event, will be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP status of API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the REST API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the result, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Time it took to service the REST API request, in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ApplicationId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"ObjectId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"TenantId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBody\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Request body of the API calls.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AgriFoodFarmManagementLogs\",\r\n \"name\": \"AgriFoodFarmManagementLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AgriFoodWeatherLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Logs generated as a result of operations executed using FarmBeats APIs are grouped into categories. Categories in FarmBeats are logical groupings based on either the data source the underlying APIs fetch data from or on the basis of hierarchy of entities in FarmBeats.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name for which the log entry was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"URI of the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FarmerId\",\r\n \"type\": \"string\",\r\n \"description\": \"Farmer ID associated with the request, wherever applicable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataPlaneResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID that uniquely identifies a FarmBeats resource such as a Farm, Farmer, Boundary etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client that made the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event, will be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP status of API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the REST API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the result, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Time it took to service the REST API request, in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ApplicationId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"ObjectId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"TenantId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBody\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Request body of the API calls.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AgriFoodWeatherLogs\",\r\n \"name\": \"AgriFoodWeatherLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AgriFoodSatelliteLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Logs generated as a result of operations executed using FarmBeats APIs are grouped into categories. Categories in FarmBeats are logical groupings based on either the data source the underlying APIs fetch data from or on the basis of hierarchy of entities in FarmBeats.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name for which the log entry was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"URI of the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FarmerId\",\r\n \"type\": \"string\",\r\n \"description\": \"Farmer ID associated with the request, wherever applicable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataPlaneResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID that uniquely identifies a FarmBeats resource such as a Farm, Farmer, Boundary etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client that made the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event, will be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP status of API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the REST API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the result, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Time it took to service the REST API request, in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ApplicationId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"ObjectId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"TenantId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBody\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Request body of the API calls.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AgriFoodSatelliteLogs\",\r\n \"name\": \"AgriFoodSatelliteLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AgriFoodFarmOperationLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Logs generated as a result of operations executed using FarmBeats APIs are grouped into categories. Categories in FarmBeats are logical groupings based on either the data source the underlying APIs fetch data from or on the basis of hierarchy of entities in FarmBeats.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name for which the log entry was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"URI of the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FarmerId\",\r\n \"type\": \"string\",\r\n \"description\": \"Farmer ID associated with the request, wherever applicable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataPlaneResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID that uniquely identifies a FarmBeats resource such as a Farm, Farmer, Boundary etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client that made the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event, will be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP status of API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the REST API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the result, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Time it took to service the REST API request, in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ApplicationId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"ObjectId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"TenantId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBody\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Request body of the API calls.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AgriFoodFarmOperationLogs\",\r\n \"name\": \"AgriFoodFarmOperationLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AgriFoodProviderAuthLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Logs generated as a result of operations executed using FarmBeats APIs are grouped into categories. Categories in FarmBeats are logical groupings based on either the data source the underlying APIs fetch data from or on the basis of hierarchy of entities in FarmBeats.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name for which the log entry was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"URI of the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FarmerId\",\r\n \"type\": \"string\",\r\n \"description\": \"Farmer ID associated with the request, wherever applicable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataPlaneResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID that uniquely identifies a FarmBeats resource such as a Farm, Farmer, Boundary etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client that made the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event, will be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP status of API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the REST API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the result, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Time it took to service the REST API request, in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ApplicationId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"ObjectId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"TenantId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBody\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Request body of the API calls.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AgriFoodProviderAuthLogs\",\r\n \"name\": \"AgriFoodProviderAuthLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AgriFoodModelInferenceLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Logs generated as a result of operations executed using FarmBeats APIs are grouped into categories. Categories in FarmBeats are logical groupings based on either the data source the underlying APIs fetch data from or on the basis of hierarchy of entities in FarmBeats.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name for which the log entry was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"URI of the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FarmerId\",\r\n \"type\": \"string\",\r\n \"description\": \"Farmer ID associated with the request, wherever applicable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataPlaneResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID that uniquely identifies a FarmBeats resource such as a Farm, Farmer, Boundary etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client that made the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event, will be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP status of API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the REST API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the result, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Time it took to service the REST API request, in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ApplicationId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"ObjectId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"TenantId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBody\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Request body of the API calls.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AgriFoodModelInferenceLogs\",\r\n \"name\": \"AgriFoodModelInferenceLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AgriFoodInsightLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Logs generated as a result of operations executed using FarmBeats APIs are grouped into categories. Categories in FarmBeats are logical groupings based on either the data source the underlying APIs fetch data from or on the basis of hierarchy of entities in FarmBeats.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name for which the log entry was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"URI of the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FarmerId\",\r\n \"type\": \"string\",\r\n \"description\": \"Farmer ID associated with the request, wherever applicable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataPlaneResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID that uniquely identifies a FarmBeats resource such as a Farm, Farmer, Boundary etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client that made the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event, will be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP status of API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the REST API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the result, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Time it took to service the REST API request, in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ApplicationId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"ObjectId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"TenantId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBody\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Request body of the API calls.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AgriFoodInsightLogs\",\r\n \"name\": \"AgriFoodInsightLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AgriFoodJobProcessedLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (in UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Logs generated as a result of operations executed using FarmBeats APIs are grouped into categories. Categories in FarmBeats are logical groupings based on either the data source the underlying APIs fetch data from or on the basis of hierarchy of entities in FarmBeats.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name for which the log entry was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobId\",\r\n \"type\": \"string\",\r\n \"description\": \"User defined ID of the job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FarmerId\",\r\n \"type\": \"string\",\r\n \"description\": \"Farmer ID associated with the request, wherever applicable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobRunType\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates whether a job is a periodic job or a one-time job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InitiatedBy\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates whether the job was initiated by FarmBeats or user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event, will be one of Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the REST API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional details about the result, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, when available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Time it took to service the REST API request, in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ApplicationId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"ObjectId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"TenantId in identity claims.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Additional properties associated with the Job.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AgriFoodJobProcessedLogs\",\r\n \"name\": \"AgriFoodJobProcessedLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADNonInteractiveUserSignInLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of source system of the object being provisioned\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time of the event in UTC\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"For sign-ins, this value is always Sign-in activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The REST API version that\u0027s requested by the client\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of the sign-in event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the sign-in operation can be Success or Failure\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the error code, if any, for the sign-in operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the error description for the sign-in operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"The duration of the operation in milliseconds\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID to provide sign-in trail\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource group for the logs\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"The identity from the token that was presented when you made the request. It can be a user account, system account, or service principal\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlternateSignInName\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the on-premises UPN of the user sign-ing into Azure AD.e.g. Phone number sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"App name displayed in the Azure portal\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique GUID representing the app ID in the Azure Active Directory\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"A record of each step of authentication undertaken in the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationMethodsUsed\",\r\n \"type\": \"string\",\r\n \"description\": \"List of authentication methods used\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationProcessingDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the details associated with authentication processor\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationRequirement\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of authentication required for the sign-in. If set to multiFactorAuthentication, an MFA step was required. If set to singleFactorAuthentication, no MFA was required\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationRequirementPolicies\",\r\n \"type\": \"string\",\r\n \"description\": \"Set of CA policies that apply to this sign-in, each as CA: policy name, and/or MFA: Per-user\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientAppUsed\",\r\n \"type\": \"string\",\r\n \"description\": \"Details outlining app auth used (Legacy vs non Legacy) Eg: Modern Browser, Native App, Exchange Activty Sync and Older Clients\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionalAccessPolicies\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the conditional access policies being applied for the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionalAccessStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of all the conditionalAccess policies related to the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreatedDateTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Datetime of the sign-in activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceDetail\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the device used for the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsInteractive\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates if a sign-in is interactive or not\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID representing the sign-in activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client used to sign in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsRisky\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates if a sign-in is considered risky or not\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LocationDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the sign-in location\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MfaDetail\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the Multi-factor authentication\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NetworkLocationDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the details associated with authentication processor\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OriginalRequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The request id of the first request in the authentication sequence\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProcessingTimeInMs\",\r\n \"type\": \"string\",\r\n \"description\": \"Request processing time in milliseconds in AD STS\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the resource that the user signed into\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceIdentity\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the resource that the user signed into\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource tenantId for B2B(business-to-business) scenarios\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskDetail\",\r\n \"type\": \"string\",\r\n \"description\": \"Risky user state details\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskEventTypes\",\r\n \"type\": \"string\",\r\n \"description\": \"The list of risk event types associated with the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskEventTypes_V2\",\r\n \"type\": \"string\",\r\n \"description\": \"The list of risk event types associated with the sign-in. These are strings\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskLevelAggregated\",\r\n \"type\": \"string\",\r\n \"description\": \"Aggregated risk level\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskLevelDuringSignIn\",\r\n \"type\": \"string\",\r\n \"description\": \"Risk level during sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskState\",\r\n \"type\": \"string\",\r\n \"description\": \"Risky user state\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SignInEventTypes\",\r\n \"type\": \"string\",\r\n \"description\": \"The types that are associated with the sign-in. Examples include \\\"interactive\\\", \\\"refreshToken\\\", \\\"managedIdentity\\\", \\\"continuousAccessEvaluation\\\" and many more\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the sign-in status\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TokenIssuerName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the identity provider (e.g. sts.microsoft.com )\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TokenIssuerType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of identityProvider (Azure AD, AD Federation Services)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UniqueTokenIdentifier\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique token identifier for the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"User Agent for the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"Display name of the user that initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the user that initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserPrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"User principal name of the user that initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADNonInteractiveUserSignInLogs\",\r\n \"name\": \"AADNonInteractiveUserSignInLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADServicePrincipalSignInLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of source system of the object being provisioned\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time of the event in UTC\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"For sign-ins, this value is always Sign-in activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The REST API version that\u0027s requested by the client\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of the sign-in event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the sign-in operation can be Success or Failure\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the error code, if any, for the sign-in operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the error description for the sign-in operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"The duration of the operation in milliseconds\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID to provide sign-in trail\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource group for the logs\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"The identity from the token that was presented when you made the request. It can be a user account, system account, or service principal\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique GUID representing the app ID in the Azure Active Directory\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationProcessingDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the details associated with authentication processor\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionalAccessPolicies\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the conditional access policies being applied for the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionalAccessStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of all the conditionalAccess policies related to the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID representing the sign-in activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client used to sign in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LocationDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the sign-in location\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the resource that the service principal signed into\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceIdentity\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the resource that the service principal signed into\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalCredentialKeyId\",\r\n \"type\": \"string\",\r\n \"description\": \"Key id of the service principal that initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalCredentialThumbprint\",\r\n \"type\": \"string\",\r\n \"description\": \"Thumbprint of the service principal that initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the service principal who initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"Service Principal Name of the service principal who initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UniqueTokenIdentifier\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique token identifier for the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADServicePrincipalSignInLogs\",\r\n \"name\": \"AADServicePrincipalSignInLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADManagedIdentitySignInLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of source system of the object being provisioned\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time of the event in UTC\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"For sign-ins, this value is always Sign-in activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The REST API version that\u0027s requested by the client\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of the sign-in event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the sign-in operation can be Success or Failure\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the error code, if any, for the sign-in operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the error description for the sign-in operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"The duration of the operation in milliseconds\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID to provide sign-in trail\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource group for the logs\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"The identity from the token that was presented when you made the request. It can be a user account, system account, or service principal\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique GUID representing the app ID in the Azure Active Directory\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationProcessingDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the details associated with authentication processor\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionalAccessPolicies\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the conditional access policies being applied for the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionalAccessStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of all the conditionalAccess policies related to the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID representing the sign-in activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client used to sign in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LocationDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the sign-in location\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the resource that the service principal signed into\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceIdentity\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the resource that the service principal signed into\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalCredentialKeyId\",\r\n \"type\": \"string\",\r\n \"description\": \"Key id of the service principal that initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalCredentialThumbprint\",\r\n \"type\": \"string\",\r\n \"description\": \"Thumbprint of the service principal that initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the service principal who initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"Service Principal Name of the service principal who initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UniqueTokenIdentifier\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique token identifier for the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADManagedIdentitySignInLogs\",\r\n \"name\": \"AADManagedIdentitySignInLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADProvisioningLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AADTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique Azure AD tenant ID\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time of the event in UTC\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The REST API version that\u0027s requested by the client\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the provisioning operation can be Success, Failure, or Skipped\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the error code, if any, for the provisioning operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"When available, provides the error description for the provisioning operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Indicates how long this provisioning action took to finish\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID to provide provisioning trail\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Action\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates the activity name or the operation name. For a list of activities logged, refer to Azure AD activity list\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ChangeId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID of this change in this cycle\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CycleId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID per job iteration\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates the unique ID for the activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InitiatedBy\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of who initiated this provisioning\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JobId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique ID for the whole provisioning job\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ModifiedProperties\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of each property that was modified in this provisioning action on this object\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProvisioningSteps\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of each step in provisioning\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipal\",\r\n \"type\": \"string\",\r\n \"description\": \"Represents the service principal used for provisioning\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIdentity\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of source object being provisioned\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of source system of the object being provisioned\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusInfo\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of provisioning status\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TargetIdentity\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of target object being provisioned\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of target system of the object being provisioned\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProvisioningAction\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates the activity name or the operation name. For a list of activities logged, refer to Azure AD activity list\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProvisioningStatusInfo\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of provisioning status\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADProvisioningLogs\",\r\n \"name\": \"AADProvisioningLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFSSignInLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of source system of the object being provisioned\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time of the event in UTC\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"For sign-ins, this value is always Sign-in activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The REST API version that\u0027s requested by the client\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of the sign-in event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The result of the sign-in operation can be Success or Failure\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains the error code, if any, for the sign-in operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the error description for the sign-in operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"The duration of the operation in milliseconds\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID to provide sign-in trail\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource group for the logs\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"The identity from the token that was presented when you made the request. It can be a user account, system account, or service principal\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource emitting the event\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlternateSignInName\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the on-premises UPN of the user sign-ing into Azure AD.e.g. Phone number sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"The string name of the OAuth client in the request displayed in the Azure Portal\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppId\",\r\n \"type\": \"string\",\r\n \"description\": \"A unique ID of the Oauth Client ID in the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"A record of each step of authentication undertaken in the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationProcessingDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the details associated with authentication processor\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationRequirement\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of authentication required for the sign-in. If set to multiFactorAuthentication, an MFA step was required. If set to singleFactorAuthentication, no MFA was required\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationRequirementPolicies\",\r\n \"type\": \"string\",\r\n \"description\": \"Set of CA policies that apply to this sign-in, each as CA: policy name, and/or MFA: Per-user\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionalAccessPolicies\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the conditional access policies being applied for the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConditionalAccessStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of all the conditionalAccess policies related to the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreatedDateTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Datetime of the sign-in activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeviceDetail\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the device used for the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsInteractive\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates if a sign-in is interactive or not\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique ID representing the sign-in activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client used to sign in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NetworkLocationDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the details associated with authentication processor\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OriginalRequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The request id of the first request in the authentication sequence\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProcessingTimeInMs\",\r\n \"type\": \"string\",\r\n \"description\": \"Request processing time in milliseconds in AD STS\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"The string name of the application the user signed into displayed in the Azure Portal\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceIdentity\",\r\n \"type\": \"string\",\r\n \"description\": \"A unique ID application ID the user signed into of the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource tenantId for B2B(business-to-business) scenarios\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Requirement\",\r\n \"type\": \"string\",\r\n \"description\": \"If the authentication is a primary or secondary authentication. Can be not set.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the sign-in status\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TokenIssuerName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the identity provider (e.g. sts.microsoft.com )\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TokenIssuerType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of identityProvider (Azure AD, AD Federation Services)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UniqueTokenIdentifier\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique token identifier for the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"User Agent for the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"Display name of the user that initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the user that initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserPrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"User principal name of the user that initiated the sign-in\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFSSignInLogs\",\r\n \"name\": \"ADFSSignInLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ACSAuthIncomingOperations\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API-version associated with the operation or version of the operation (if there is no API version).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category of the event. Logs with the same log category and resource type will have the same properties fields.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"The sub status of the operation. If this operation corresponds to a REST API call, this field is the HTTP status code of the corresponding REST call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"The static text description of this operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"int\",\r\n \"description\": \"The duration of the operation in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The caller IP address, if the operation corresponds to an API call that would come from an entity with a publicly available IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"URI\",\r\n \"type\": \"string\",\r\n \"description\": \"The URI of the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"The request sender\u0027s identity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Scopes\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Scopes for the auth request (e.g. Chat, SMS, etc.)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SdkType\",\r\n \"type\": \"string\",\r\n \"description\": \"The SDK type being used in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PlatformType\",\r\n \"type\": \"string\",\r\n \"description\": \"The platform type being used in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ACSAuthIncomingOperations\",\r\n \"name\": \"ACSAuthIncomingOperations\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ACSCallDiagnostics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API-version associated with the operation or version of the operation (if there is no API version).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category of the event. Logs with the same log category and resource type will have the same properties fields.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identifier\",\r\n \"type\": \"string\",\r\n \"description\": \"The indentifier of the call used to correlate. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParticipantId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the participant.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndpointId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the endpoint.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndpointType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the endpoint.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MediaType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of Media.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StreamId\",\r\n \"type\": \"long\",\r\n \"description\": \"ID of the stream.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TransportType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the internet transport layer, it can be UDP, TCP or unknown.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoundTripTimeAvg\",\r\n \"type\": \"int\",\r\n \"description\": \"Average time of a round trip in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoundTripTimeMax\",\r\n \"type\": \"int\",\r\n \"description\": \"Max time of a trip in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JitterAvg\",\r\n \"type\": \"int\",\r\n \"description\": \"Average delay of sending the packages in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JitterMax\",\r\n \"type\": \"int\",\r\n \"description\": \"Max delay of sending the packages in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PacketLossRateAvg\",\r\n \"type\": \"real\",\r\n \"description\": \"Average lost packages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PacketLossRateMax\",\r\n \"type\": \"real\",\r\n \"description\": \"Max lost packages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ACSCallDiagnostics\",\r\n \"name\": \"ACSCallDiagnostics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ACSCallSummary\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API-version associated with the operation or version of the operation (if there is no API version).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category of the event. Logs with the same log category and resource type will have the same properties fields.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identifier\",\r\n \"type\": \"string\",\r\n \"description\": \"The indentifier of the call used to correlate. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallStartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Start time of the call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallDuration\",\r\n \"type\": \"long\",\r\n \"description\": \"Duration of the call in seconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the call, for example P2P (peer to peer).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TeamsThreadId\",\r\n \"type\": \"string\",\r\n \"description\": \"Thread ID of the team.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParticipantId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the participant.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParticipantStartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Start time of the participant.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParticipantDuration\",\r\n \"type\": \"long\",\r\n \"description\": \"Duration of the participant call in seconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParticipantEndReason\",\r\n \"type\": \"string\",\r\n \"description\": \"Participant\u0027s call end reason.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndpointId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the endpoint.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndpointType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the endpoint, for example VoIP (voice over IP).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SdkVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"SDK version.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OsVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating System version.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ACSCallSummary\",\r\n \"name\": \"ACSCallSummary\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFActivityRun\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserProperties\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotations\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityRunId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineRunId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EffectiveIntegrationRuntime\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityIterationCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LinkedServiceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"End\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailureType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Input\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Output\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorCode\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Error\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFActivityRun\",\r\n \"name\": \"ADFActivityRun\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFSandboxActivityRun\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tags\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserProperties\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotations\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityRunId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineRunId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EffectiveIntegrationRuntime\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityIterationCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LinkedServiceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"End\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FailureType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PipelineName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Input\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Output\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorCode\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Error\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFSandboxActivityRun\",\r\n \"name\": \"ADFSandboxActivityRun\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AUIEventsAudit\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventType\",\r\n \"type\": \"string\",\r\n \"description\": \"Always ApiEvent, marking the log event as API event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the operation represented by this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for the correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log category of the event. Either Operational or Audit. All POST/PUT/PATCH/DELETE HTTP Requests are tagged with Audit, everything else with Operational.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the event. Running, Skipped, Successful, Failure.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Sub status of the event. If the operation corresponds to a REST API call, it\u0027s the HTTP status code.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Duration of the operation in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"Caller IP address, if the operation corresponds to an API call that would come from an entity with a publicly available IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser agent sending the request or unknown.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Method\",\r\n \"type\": \"string\",\r\n \"description\": \"HTTP method: GET/POST/PUT/PATCH/HEAD\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Path\",\r\n \"type\": \"string\",\r\n \"description\": \"Relative path of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Origin\",\r\n \"type\": \"string\",\r\n \"description\": \"URI indicating where a fetch originates from or unknown.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Success for HTTP status code \u003c 400, ClientError for HTTP status code \u003c 500, Error for HTTP Status \u003e= 500.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure Active Directory ObjectId of the caller.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InstanceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Customer Insights (AUI) instanceId.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserRole\",\r\n \"type\": \"string\",\r\n \"description\": \"Assigned role for the user or app.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequiredRoles\",\r\n \"type\": \"string\",\r\n \"description\": \"Required roles to do the operation. Admin role is allowed to do all operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Claims\",\r\n \"type\": \"string\",\r\n \"description\": \"Claims of the user or app JSON web token (JWT). Claim properties vary per organization and the Azure Active Directory configuration.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserPrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"The UserPrincipalName is the Azure AD username for the user accounts.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Audience\",\r\n \"type\": \"string\",\r\n \"description\": \"The audience for which the accessToken was requested for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Severity level of the event, is one of: Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uri\",\r\n \"type\": \"string\",\r\n \"description\": \"Absolute request URI.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AUIEventsAudit\",\r\n \"name\": \"AUIEventsAudit\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AUIEventsOperational\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp of the event (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of the event. Either ApiEvent or WorkflowEvent\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the operation represented by this event. {OperationType}.[WorkFlow|Task][Started|Completed].\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for the correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the event. Running, Skipped, Successful, Failure.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Duration of the operation in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Severity level of the event, is one of: Informational, Warning or Error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkflowJobId\",\r\n \"type\": \"string\",\r\n \"description\": \"Identifier of the workflow run. All Workflow and Tasks events within the workflow execution have the same workflowJobId.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationType\",\r\n \"type\": \"string\",\r\n \"description\": \"Identifier of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Success for HTTP Status code \u003c 400, ClientError for HTTP Status code \u003c 500, Error for HTTP Status \u003e= 500.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TasksCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Workflow only. Number of tasks the Workflow triggers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubmittedBy\",\r\n \"type\": \"string\",\r\n \"description\": \"Workflow events only. The Azure Active Directory objectId of the user who triggered the workflow, see also properties.workflowSubmissionKinds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkflowType\",\r\n \"type\": \"string\",\r\n \"description\": \"Full or incremental refresh.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkflowSubmissionKind\",\r\n \"type\": \"string\",\r\n \"description\": \"OnDemand or Scheduled.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkflowStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Running, Successful.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Specifies the date and time that the workflow job was started (UTC)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Specifies the date and time that the workflow job ended (UTC)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubmittedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Specifies the date and time that the workflow job was submitted (UTC)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InstanceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Customer Insights (AUI) instance ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identifier\",\r\n \"type\": \"string\",\r\n \"description\": \"Depending on the OperationType in can be: the guid of the export configuration, the guid of the Enrichment, the Entity Name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FriendlyName\",\r\n \"type\": \"string\",\r\n \"description\": \"User friendly Name of the Export or the Entity which is processed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Error\",\r\n \"type\": \"string\",\r\n \"description\": \"Error Message with more details.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AdditionalInformation\",\r\n \"type\": \"string\",\r\n \"description\": \"Contains AffectedEntities, MessageCode and entityCount.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log category of the event. Either Operational or Audit. All POST/PUT/PATCH/DELETE HTTP Requests are tagged with Audit, everything else with Operational.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Sub status of the event. If the operation corresponds to a REST API call, it\u0027s the HTTP status code.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"Caller IP address, if the operation corresponds to an API call that would come from an entity with a publicly available IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser agent sending the request or unknown.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Method\",\r\n \"type\": \"string\",\r\n \"description\": \"HTTP method: GET/POST/PUT/PATCH/HEAD\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Path\",\r\n \"type\": \"string\",\r\n \"description\": \"Relative path of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Origin\",\r\n \"type\": \"string\",\r\n \"description\": \"URI indicating where a fetch originates from or unknown.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure Active Directory ObjectId of the caller.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserRole\",\r\n \"type\": \"string\",\r\n \"description\": \"Assigned role for the user or app.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequiredRoles\",\r\n \"type\": \"string\",\r\n \"description\": \"Required roles to do the operation. Admin role is allowed to do all operations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Claims\",\r\n \"type\": \"string\",\r\n \"description\": \"Claims of the user or app JSON web token (JWT). Claim properties vary per organization and the Azure Active Directory configuration.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserPrincipalName\",\r\n \"type\": \"string\",\r\n \"description\": \"The UserPrincipalName is the Azure AD username for the user accounts.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Audience\",\r\n \"type\": \"string\",\r\n \"description\": \"The audience for which the accessToken was requested for.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uri\",\r\n \"type\": \"string\",\r\n \"description\": \"Absolute request URI.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AUIEventsOperational\",\r\n \"name\": \"AUIEventsOperational\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ACRConnectedClientList\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of when the log was generated in UTC.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The Redis operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CacheName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Azure Cache for Redis instance.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location (region) the Azure Cache for Redis instance was accessed in.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"The role instance which logged the client list.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIp\",\r\n \"type\": \"string\",\r\n \"description\": \"The Redis client IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PrivateLinkIpv6\",\r\n \"type\": \"string\",\r\n \"description\": \"The Redis client private link IPv6 address (if applicable).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientCount\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of Redis client connections from the associated IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ACRConnectedClientList\",\r\n \"name\": \"ACRConnectedClientList\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"CassandraAudit\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Cluster name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIP\",\r\n \"type\": \"string\",\r\n \"description\": \"Client IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientPort\",\r\n \"type\": \"string\",\r\n \"description\": \"Client port.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CoordinatorIP\",\r\n \"type\": \"string\",\r\n \"description\": \"Host address of the coordinator node.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"Username of the authenticated user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchId\",\r\n \"type\": \"string\",\r\n \"description\": \"Internal identifier shared by all statements in a batch operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Value is either ATTEMPT or FAILED.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Operation\",\r\n \"type\": \"string\",\r\n \"description\": \"The CQL statement or a textual description of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationNaked\",\r\n \"type\": \"string\",\r\n \"description\": \"The CQL statement or a textual description of the operation, without bound values appended to prepared statements.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExternalUserId\",\r\n \"type\": \"string\",\r\n \"description\": \"External user identity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/CassandraAudit\",\r\n \"name\": \"CassandraAudit\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"CassandraLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClusterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Cluster name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Severity level of the event, will be one of INFO, WARM, ERROR, or OFF.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ThreadName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the thread that generated the logging event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ThreadId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the thread that generated the logging event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceFile\",\r\n \"type\": \"string\",\r\n \"description\": \"File name where the logging request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceLine\",\r\n \"type\": \"int\",\r\n \"description\": \"Line number where the logging request was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Application supplied message associated with the logging event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Exception\",\r\n \"type\": \"string\",\r\n \"description\": \"Throwable trace bound to the logging event, by default this will output the full trace as one would normally find with a call to Throwable.printStackTrace().\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventProduct\",\r\n \"type\": \"string\",\r\n \"description\": \"Product of the logging event, e.g. cassandra, dse, solr.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventCategory\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of the logging event, e.g. startup, garbage_collection, compaction.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventType\",\r\n \"type\": \"string\",\r\n \"description\": \"type of the logging event, e.g. commit_log_replay_skipped, unknown_table.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CassandraKeyspace\",\r\n \"type\": \"string\",\r\n \"description\": \"Cassandra keyspace.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CassandraTable\",\r\n \"type\": \"string\",\r\n \"description\": \"Cassandra table.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Partition key.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionSize\",\r\n \"type\": \"int\",\r\n \"description\": \"Partition size.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TombstonedCells\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of tombstoned cells.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LiveCells\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of live cells.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CassandraKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Cassandra key.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestedColumns\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of columns requested.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SliceStart\",\r\n \"type\": \"string\",\r\n \"description\": \"The start of the column slice inclusive.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SliceEnd\",\r\n \"type\": \"string\",\r\n \"description\": \"The end of the the column slice inclusive.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeletionInfo\",\r\n \"type\": \"string\",\r\n \"description\": \"Deletion info.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CodeCacheBefore\",\r\n \"type\": \"long\",\r\n \"description\": \"Code cache before garbage collection (in bytes). Code cache stores native code generated by JVM.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CodeCacheAfter\",\r\n \"type\": \"long\",\r\n \"description\": \"Code cache after garbage collection (in bytes). Code cache stores native code generated by JVM.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Collections\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of garbage collections.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CompressedClassSpaceAfter\",\r\n \"type\": \"long\",\r\n \"description\": \"Compressed class space after garbage collection (in bytes). Compressed class space stores class information referred to by the objects in the JavaHeap.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CompressedClassSpaceBefore\",\r\n \"type\": \"long\",\r\n \"description\": \"Compressed class space before garbage collection (in bytes). Compressed class space stores class information referred to by the objects in the JavaHeap.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"int\",\r\n \"description\": \"Duration.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EdenSpaceBefore\",\r\n \"type\": \"long\",\r\n \"description\": \"Eden space before garbage collection (in bytes). Eden space is the memory region where objects are allocated when they are created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EdenSpaceAfter\",\r\n \"type\": \"long\",\r\n \"description\": \"Eden space after garbage collection (in bytes). Eden space is the memory region where objects are allocated when they are created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"GCType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of garbage collection, e.g. ParNew, MarkSweepCompact, G1 Old.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaxMemory\",\r\n \"type\": \"long\",\r\n \"description\": \"The maximum amount of memory (in bytes) that can be used for memory management.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetaspaceBefore\",\r\n \"type\": \"long\",\r\n \"description\": \"Metaspace before garbage collection (in bytes). Metaspace stores classes metadata.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetaspaceAfter\",\r\n \"type\": \"long\",\r\n \"description\": \"Metaspace after garbage collection (in bytes). Metaspace stores classes metadata.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OldGenAfter\",\r\n \"type\": \"long\",\r\n \"description\": \"Old Generation after garbage collection (in bytes). Old Generation is used to store long surviving objects.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OldGenBefore\",\r\n \"type\": \"long\",\r\n \"description\": \"Old Generation before garbage collection (in bytes). Old Generation is used to store long surviving objects.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PercentFull\",\r\n \"type\": \"real\",\r\n \"description\": \"The percentage of full heap.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PermGenAfter\",\r\n \"type\": \"long\",\r\n \"description\": \"Permanent Generation space after garbage collection (in bytes). Permanent generation stores classes metadata (renamed to Metaspace in Java 8).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PermGenBefore\",\r\n \"type\": \"long\",\r\n \"description\": \"Permanent Generation space before garbage collection (in bytes). Permanent generation stores classes metadata (renamed to Metaspace in Java 8).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SurvivorSpaceBefore\",\r\n \"type\": \"long\",\r\n \"description\": \"Survivor space before garbage collection (in bytes). Survivor space stores the objects that have survived the garbage collection of the Eden space.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SurvivorSpaceAfter\",\r\n \"type\": \"long\",\r\n \"description\": \"Survivor space after garbage collection (in bytes). Survivor space stores the objects that have survived the garbage collection of the Eden space.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UsedMemory\",\r\n \"type\": \"long\",\r\n \"description\": \"The amount of memory currently used (in bytes).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DroppedCrossNodeTimeout\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of messages dropped due to cross node timeout in last 5000ms.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DroppedInternalTimeout\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of messages dropped due to internal timeout in last 5000ms.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DroppedMessagesType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of messages dropped in last 5000ms.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DroppedMessages\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of messages dropped in last 5000ms.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Endpoint\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of an endpoint.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostId\",\r\n \"type\": \"string\",\r\n \"description\": \"The GUID assigned in the Cassandra cluster to uniquely identify this node. See the system.local table or nodetool status to find information about the host by its HostId.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PendingTasks\",\r\n \"type\": \"int\",\r\n \"description\": \"The number of pending tasks in gossip stage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique string identifying what query was running when this log was emitted. Use SHOW SESSION \u003cSessionId\u003e to find details of the query\u0027s activity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SSTableName\",\r\n \"type\": \"string\",\r\n \"description\": \"SSTable name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/CassandraLogs\",\r\n \"name\": \"CassandraLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WebPubSubConnectivity\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation of the log event. It can be used to filter the log based on a specific operation name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of Azure Web PubSub service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The level of the log. Can be \u0027Informational\u0027, \u0027Warning\u0027, \u0027Error\u0027 or \u0027Critical\u0027.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP of the client or server connects to Web PubSub service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The message of the log event. It provides details about the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier of the user. It is defined by the client or app server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier of the connection connected to service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WebPubSubConnectivity\",\r\n \"name\": \"WebPubSubConnectivity\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WebPubSubHttpRequest\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation of the log event. It can be used to filter the log based on a specific operation name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of Azure Web PubSub service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The level of the log. Can be \u0027Informational\u0027, \u0027Warning\u0027, \u0027Error\u0027 or \u0027Critical\u0027.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP of the client or server connects to Web PubSub service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The message of the log event. It provides details about the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Url\",\r\n \"type\": \"string\",\r\n \"description\": \"The uniform resource locator of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The Http response code.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HttpMethod\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP method.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"string\",\r\n \"description\": \"The duration in millisecond unit between the request is received and processed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Headers\",\r\n \"type\": \"string\",\r\n \"description\": \"The additional information passed by the client and the server with an HTTP request or response.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier of the invocations. It\u0027s used for tracing invocations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WebPubSubHttpRequest\",\r\n \"name\": \"WebPubSubHttpRequest\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WebPubSubMessaging\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation of the log event. It can be used to filter the log based on a specific operation name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of Azure Web PubSub service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The level of the log. Can be \u0027Informational\u0027, \u0027Warning\u0027, \u0027Error\u0027 or \u0027Critical\u0027.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP of the client or server connects to Web PubSub service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The message of the log event. It provides details about the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier of the user. It is defined by the client or app server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier of the connection connected to service.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier of the invocations. It\u0027s used for tracing invocations.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WebPubSubMessaging\",\r\n \"name\": \"WebPubSubMessaging\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppPlatformBuildLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) when the log is collected by Azure Spring Cloud.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BuildLog\",\r\n \"type\": \"string\",\r\n \"description\": \"The build log for each build stages.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PodName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the pod that emitted the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ContainerName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the container that emitted the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppPlatformBuildLogs\",\r\n \"name\": \"AppPlatformBuildLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ACSNetworkTraversalIncomingOperations\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The API-version associated with the operation or version of the operation (if there is no API version).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The log category of the event. Logs with the same log category and resource type will have the same properties fields.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"The status of the operation (e.g. Succeeded or Failed).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"The sub status of the operation. If this operation corresponds to a REST API call, this field is the HTTP status code of the corresponding REST call.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"int\",\r\n \"description\": \"The duration of the operation in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"URI\",\r\n \"type\": \"string\",\r\n \"description\": \"The URI of the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"The request sender\u0027s identity, if provided.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SdkType\",\r\n \"type\": \"string\",\r\n \"description\": \"The SDK type being used in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PlatformType\",\r\n \"type\": \"string\",\r\n \"description\": \"The platform type being used in the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RouteType\",\r\n \"type\": \"string\",\r\n \"description\": \"The routing methodology to where the ICE server will be located from the client (e.g. Any or Nearest).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ACSNetworkTraversalIncomingOperations\",\r\n \"name\": \"ACSNetworkTraversalIncomingOperations\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksFeatureStore\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the Databricks operation-based diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log message that can be used to deduplicate them.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksFeatureStore\",\r\n \"name\": \"DatabricksFeatureStore\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksGenie\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the Databricks operation-based diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log message that can be used to deduplicate them.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksGenie\",\r\n \"name\": \"DatabricksGenie\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksGlobalInitScripts\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the Databricks operation-based diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log message that can be used to deduplicate them.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksGlobalInitScripts\",\r\n \"name\": \"DatabricksGlobalInitScripts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksIAMRole\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the Databricks operation-based diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log message that can be used to deduplicate them.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksIAMRole\",\r\n \"name\": \"DatabricksIAMRole\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksMLflowAcledArtifact\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the Databricks operation-based diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log message that can be used to deduplicate them.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksMLflowAcledArtifact\",\r\n \"name\": \"DatabricksMLflowAcledArtifact\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksMLflowExperiment\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the Databricks operation-based diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log message that can be used to deduplicate them.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksMLflowExperiment\",\r\n \"name\": \"DatabricksMLflowExperiment\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksRemoteHistoryService\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the Databricks operation-based diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log message that can be used to deduplicate them.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksRemoteHistoryService\",\r\n \"name\": \"DatabricksRemoteHistoryService\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DatabricksSQL\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp of the action (UTC).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action, such as login, logout, read, write, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The schema version of the Databricks operation-based diagnostic log format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The service that logged the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Information about the user that makes the requests.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIPAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LogId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the log message that can be used to deduplicate them.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"description\": \"The service of the source request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"The browser or API client used to make the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Session ID of the action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActionName\",\r\n \"type\": \"string\",\r\n \"description\": \"The action of the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique request ID.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Response\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP response to the request, including error message (if applicable), result, and statusCode.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestParams\",\r\n \"type\": \"string\",\r\n \"description\": \"Parameter key-value pairs used in the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DatabricksSQL\",\r\n \"name\": \"DatabricksSQL\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"PurviewDataSensitivityLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PurviewTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"Tenant ID associated with the Purview account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PurviewAccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the Purview account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PurviewRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"Region of the Purview account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the data source scanned as registered in Purview.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of data source scanned: azuredatalakegen1, azureblob, azuredataexplorer, amazons3 etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourcePath\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource Path of the data source. Ex: ARM path for Azure resources and ARN for AWS resources.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Subscription ID associated with the data source. Account ID for AWS resources.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceRegion\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of the data source that was scanned.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceCollectionName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the data source collection name in Purview.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceScanId\",\r\n \"type\": \"string\",\r\n \"description\": \"The associated Purview scan ID for the source.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssetName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the asset scanned.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssetPath\",\r\n \"type\": \"string\",\r\n \"description\": \"Path of the asset scanned in a source.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssetType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of asset that was scanned: file, column, table, generic.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssetCreationTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) at which the asset was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssetModifiedTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) at which the asset was last modified.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssetLastScanTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time (UTC) at which the asset was last scanned.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FileExtension\",\r\n \"type\": \"string\",\r\n \"description\": \"File extension of the asset scanned. Only populated when asset type is a file.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FileSize\",\r\n \"type\": \"long\",\r\n \"description\": \"File size of the asset scanned in bytes. Only populated when asset type is a file.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of data sensitivity event: classification, labeling.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClassificationTrigger\",\r\n \"type\": \"string\",\r\n \"description\": \"The trigger for the classification event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Classification\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Names of the classifications found.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClassificationDetails\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"List of classification details: ID, name, count, uniquecount, confidence.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SensitivityLabelTrigger\",\r\n \"type\": \"string\",\r\n \"description\": \"The trigger for the sensitivity label event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SensitivityLabel\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Names for the labels found.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SensitivityLabelDetails\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"List of label details: ID, name, order.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/PurviewDataSensitivityLogs\",\r\n \"name\": \"PurviewDataSensitivityLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WVDAgentHealthStatus\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when the report was generated (UTC)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the Virtual Machine\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ARM path of the session host\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AgentVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the WVD Agent running on the Virtual Machine\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OSVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the operating system\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SxSStackVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the reverse connect listener running on the VM\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AllowNewSessions\",\r\n \"type\": \"string\",\r\n \"description\": \"State of the AllowNewSession settings of the host pool\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"description\": \"The current status of the VM, whether its healthy or not\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusTimeStamp\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time recorded when there was a change in the health status\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastHeartBeat\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time recorded when there was a change in the health status\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndpointState\",\r\n \"type\": \"string\",\r\n \"description\": \"The current state of the VM, whether its available or offline\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"UpgradeState\",\r\n \"type\": \"string\",\r\n \"description\": \"The last known state from a previous update\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UpgradeErrorMsg\",\r\n \"type\": \"string\",\r\n \"description\": \"The version of the reverse connect listener running on the VM\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastUpgradeTimeStamp\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time recorded when there was a change in the upgrade status\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SessionHostHealthCheckResult\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The set of results on health checks\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActiveSessions\",\r\n \"type\": \"string\",\r\n \"description\": \"The number of active sessions on the VM\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InactiveSessions\",\r\n \"type\": \"string\",\r\n \"description\": \"The number of disconnected, or logged off sessions on the VM\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WVDAgentHealthStatus\",\r\n \"name\": \"WVDAgentHealthStatus\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DSMDataLabelingLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when Azure Purview scan of asset occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uri\",\r\n \"type\": \"string\",\r\n \"description\": \"Uniform resource identifier representing the resource that was scanned.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SensitivityLabelName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of sensitive label found and/or applied.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID that is used to correlate resource logs with data sensitivity logs.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssetLastScanTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when the resource scan for sensitivity was performed by Azure Purview.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DSMDataLabelingLogs\",\r\n \"name\": \"DSMDataLabelingLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"lastPlanModifiedDate\": \"2022-01-26T10:24:16.913Z\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"Heartbeat\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the workspace that stores this record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MG\",\r\n \"type\": \"guid\",\r\n \"description\": \"Id of the management group for System Center Operations Manager agents.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ManagementGroupName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of Operations Manager management group.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceComputerId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Unique ID of computer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ComputerIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the computer. Note that public IP is used\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"description\": \"Computer name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Possible values include Azure Monitor Agent, Direct Agent, SCOM Agent or SCOM Management Server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OSType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of OS. Possible values are Windows or Linux .\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OSName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of OS.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OSMajorVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system major version.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OSMinorVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Operating system minor version.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Version\",\r\n \"type\": \"string\",\r\n \"description\": \"Version of the agent.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SCAgentChannel\",\r\n \"type\": \"string\",\r\n \"description\": \"Specfies how agent is connected to workspace. Possible values are Direct or SCManagementServer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsGatewayInstalled\",\r\n \"type\": \"boolean\",\r\n \"description\": \"If Log Analytics gateway is installed the value is true, otherwise false.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemoteIPLongitude\",\r\n \"type\": \"real\",\r\n \"description\": \"Longitude of computer\u0027s geographic location.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemoteIPLatitude\",\r\n \"type\": \"real\",\r\n \"description\": \"Latitude of computer\u0027s geographic location.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemoteIPCountry\",\r\n \"type\": \"string\",\r\n \"description\": \"Geographic location where computer is deployed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubscriptionId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Subscription ID of the Azure resource running the agent\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource name of the Azure resource running the agent.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceProvider\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource provider of the Azure resource running the agent\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Resource\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource group name of the Azure resource running the agent.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource ID of the Azure resource running the agent. Retained for for backward compatibility. _ResourceId should be used.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the Azure resource running the agent. Examples include virtualmachines or managedclusters.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ComputerEnvironment\",\r\n \"type\": \"string\",\r\n \"description\": \"Environment that hosts the computer: Azure or Non-Azure\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Solutions\",\r\n \"type\": \"string\",\r\n \"description\": \"List of solutions deployed on the agent at the moment when Heartbeat was issued.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"VMUUID\",\r\n \"type\": \"guid\",\r\n \"description\": \"Unique identifier of the virtual machine.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ComputerPrivateIPs\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The list of private IP addresses of the computer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/Heartbeat\",\r\n \"name\": \"Heartbeat\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ResourceManagementPublicAccessLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log entry was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource type and operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProviderName\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource provider name associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"An event ID that can be used to correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"An API version associated with the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"A category type associated with the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"int\",\r\n \"description\": \"Status code of the operation. It covers success and failure.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Amount of time (in milliseconds) taken by the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"Client IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uri\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource URI for the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PrivateLinkAssociationIds\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"List of private link association resource IDs present at the scope.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectIdentifier\",\r\n \"type\": \"string\",\r\n \"description\": \"Object ID for the caller of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ResourceManagementPublicAccessLogs\",\r\n \"name\": \"ResourceManagementPublicAccessLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AirflowDagProcessingLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log that belongs to Airflow application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlation id of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataFactoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Data factory.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegrationRuntimeName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Integration runtime.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The application log of the Airflow event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AirflowDagProcessingLogs\",\r\n \"name\": \"AirflowDagProcessingLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFAirflowSchedulerLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlation id of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log that belongs to Airflow application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataFactoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Data factory.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegrationRuntimeName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Integration runtime.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The application log of the Airflow event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFAirflowSchedulerLogs\",\r\n \"name\": \"ADFAirflowSchedulerLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFAirflowTaskLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log that belongs to Airflow application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlation id of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataFactoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Data factory.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegrationRuntimeName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Integration runtime.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DagId\",\r\n \"type\": \"string\",\r\n \"description\": \"The dag ID of the Airflow task run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TaskId\",\r\n \"type\": \"string\",\r\n \"description\": \"The task ID of the Airflow task run.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The application log of the Airflow event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFAirflowTaskLogs\",\r\n \"name\": \"ADFAirflowTaskLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFAirflowWebLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log that belongs to Airflow application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlation id of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataFactoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Data factory.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegrationRuntimeName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Integration runtime.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The application log of the Airflow event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFAirflowWebLogs\",\r\n \"name\": \"ADFAirflowWebLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ADFAirflowWorkerLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of the log.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation represented by this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log that belongs to Airflow application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlation id of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataFactoryName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Data factory.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IntegrationRuntimeName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the Integration runtime.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The application log of the Airflow event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ADFAirflowWorkerLogs\",\r\n \"name\": \"ADFAirflowWorkerLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"Alert\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the worksapce that stores this record\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceHealthServiceId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubscriptionType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubscriptionProperty\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertPriority\",\r\n \"type\": \"string\",\r\n \"description\": \"Priority level of the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertSeverity\",\r\n \"type\": \"string\",\r\n \"description\": \"Severity level of the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertCategory\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"Display name of the monitoring object that generated the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceFullName\",\r\n \"type\": \"string\",\r\n \"description\": \"Full name of the monitoring object that generated the alert.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourcePath\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertId\",\r\n \"type\": \"guid\",\r\n \"description\": \"GUID of the alert.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Detailed description of the alert.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertOwner\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsMonitorAlert\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkflowId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertProblemId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RepeatCount\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of times the same alert was generated for the same monitored object since being resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertStringId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertParams\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResolutionState\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertState\",\r\n \"type\": \"string\",\r\n \"description\": \"Latest resolution state of the alert.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResolvedBy\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the user who resolved the alert. Empty if the alert has not yet been resolved.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastModifiedBy\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the user who last modified the alert.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SiteName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QueryExecutionTimeSpan\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataItemCreateTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeAdded\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeRaised\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time that the alert was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeResolved\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time that the alert was resolved. Empty if the alert has not yet been resolved.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeLastModified\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time that the alert was last changed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastModifiedExceptRepeatCount\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastModifiedByNonConnector\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResolutionStateLastModified\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResolutionStateLastModifiedInDB\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertContext\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the data item that caused the alert to be generated in XML format.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TicketId\",\r\n \"type\": \"string\",\r\n \"description\": \"Ticket ID for the alert if the System Center Operations Manager environment is integrated with a process for assigning tickets for alerts. Empty of no ticket ID is assigned.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ConnectorId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TfsWorkItemId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TfsWorkItemOwner\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Custom1\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Custom2\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Custom3\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Custom4\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Custom5\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Custom6\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Custom7\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Custom8\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Custom9\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Custom10\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MG\",\r\n \"type\": \"guid\",\r\n \"description\": \"Id of the management group for System Center Operations Manager agents. \",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeCollected\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ManagementGroupName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the management group for System Center Operations Manager agents. \",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertUniqueId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"PriorityNumber\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProblemId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertTypeDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertTypeNumber\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertError\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertStatus\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TriggerId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Url\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ValueDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertValue\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Comments\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TemplateId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FlagsDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Flags\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ValueFlagsDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ValueFlags\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Description\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Expression\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QueryExecutionStartTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QueryExecutionEndTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Query\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemediationJobId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemediationRunbookName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertRuleId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AlertRuleInstanceId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ThresholdOperator\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ThresholdValue\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LinkToSearchResults\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceDeskConnectionName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceDeskId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceDeskWorkItemLink\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceDeskWorkItemType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceValue\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UpdateType\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Severity\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventOriginId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NewHealthState\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OldHealthState\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeStateChanged\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectFullName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkflowDisplayName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkflowName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootObjectId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RootObjectName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectDisplayName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentObjectId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParentObjectName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Workload\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StateType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/Alert\",\r\n \"name\": \"Alert\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseScopePoolScopeJobsEnded\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"A JSON blob that describes the identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Extended properties related to this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseScopePoolScopeJobsEnded\",\r\n \"name\": \"SynapseScopePoolScopeJobsEnded\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"SynapseScopePoolScopeJobsStateChange\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) of when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation associated with log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"A GUID used to group together a set of related events.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"A JSON blob that describes the identity of the user or application that performed the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Extended properties related to this event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/SynapseScopePoolScopeJobsStateChange\",\r\n \"name\": \"SynapseScopePoolScopeJobsStateChange\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppServiceHTTPLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time when event is generated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log category name\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"CsMethod\",\r\n \"type\": \"string\",\r\n \"description\": \"The request HTTP verb\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CsUriStem\",\r\n \"type\": \"string\",\r\n \"description\": \"The target of the request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SPort\",\r\n \"type\": \"string\",\r\n \"description\": \"Server port number\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CIp\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"User agent on HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CsHost\",\r\n \"type\": \"string\",\r\n \"description\": \"Host name header on HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScStatus\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP status code\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScSubStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Substatus error code on HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScWin32Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Windows status code on HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScBytes\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of bytes sent by server\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CsBytes\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of bytes received by server\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeTaken\",\r\n \"type\": \"int\",\r\n \"description\": \"Time taken by HTTP request in milliseconds\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Result\",\r\n \"type\": \"string\",\r\n \"description\": \"Success / Failure of HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Cookie\",\r\n \"type\": \"string\",\r\n \"description\": \"Cookie on HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CsUriQuery\",\r\n \"type\": \"string\",\r\n \"description\": \"URI query on HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CsUsername\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the authenticated user on HTTP request\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Referer\",\r\n \"type\": \"string\",\r\n \"description\": \"The site that the user last visited. This site provided a link to the current site\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ComputerName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the server on which the log file entry was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppServiceHTTPLogs\",\r\n \"name\": \"AppServiceHTTPLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DSMAzureBlobStorageLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when the first request was received by storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location of storage account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of REST operation that was performed. For example: GetBlob, DeleteBlob.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of authentication that was used to make the request. E.g. OAuth, SAS, etc.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterAppId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Open Authorization (OAuth) application ID that is used as the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Open Authorization (OAuth) object ID that is used as the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Open Authorization (OAuth) tenant ID that is used as the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AuthenticationHash\",\r\n \"type\": \"string\",\r\n \"description\": \"The hash of authentication token.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequesterUpn\",\r\n \"type\": \"string\",\r\n \"description\": \"The user principal names (UPN) of requestor.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StatusCode\",\r\n \"type\": \"string\",\r\n \"description\": \"The HTTP status code for the request. If the request is interrupted, this value might be set to Unknown.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uri\",\r\n \"type\": \"string\",\r\n \"description\": \"Uniform resource identifier that is requested.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the requester.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserAgentHeader\",\r\n \"type\": \"string\",\r\n \"description\": \"The user-agent header value.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of requested operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AggregationCount\",\r\n \"type\": \"long\",\r\n \"description\": \"Number of events that were aggregated into a single entry.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AggregationLastEventTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when the last request was received by storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SumResponseBodySize\",\r\n \"type\": \"long\",\r\n \"description\": \"The sum of packets in responses written by the storage service, in bytes. If request(s) are unsuccessful, this value may be empty.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"The subscription ID (GUID) of the storage account being accessed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"The Resource Group name of the storage account that was accessed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the storage account.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID that is used to correlate resource logs with data sensitivity logs.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DSMAzureBlobStorageLogs\",\r\n \"name\": \"DSMAzureBlobStorageLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"DSMDataClassificationLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when Azure Purview scan of asset occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Uri\",\r\n \"type\": \"string\",\r\n \"description\": \"Uniform resource identifier representing the asset that was scanned.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Classification\",\r\n \"type\": \"string\",\r\n \"description\": \"String containing the list of classifications that were discovered (Legacy column, will be removed in the future).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Classifications\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"JSON containing the list of classifications that were discovered.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID that is used to correlate resource logs with data sensitivity logs.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of resource that was scanned by Azure Purview (Azure Blob, Azure File, etc.).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssetType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of asset that was scanned by Azure Purview (e.g., File, Table).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AssetLastScanTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The time (UTC) when the resource scan for sensitivity was performed by Azure Purview.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClassificationDetails\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"For every classification found in the resource - corresponding Instance Count (i.e. how many occurrences of a specific type of classification was present) and Confidence (i.e. Match Accuracy) is listed.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/DSMDataClassificationLogs\",\r\n \"name\": \"DSMDataClassificationLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADServicePrincipalRiskEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Activity\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates the activity type the detected risk is linked to.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityDateTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when the risky activity occurred in UTC.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AdditionalInfo\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Additional information associated with the risk detection in JSON format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the associated application.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Correlation ID of the sign-in activity associated with the risk detection. Nullable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DetectedDateTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when the risk was detected in UTC.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DetectionTimingType\",\r\n \"type\": \"string\",\r\n \"description\": \"Timing of the detected risk , whether real-time or offline.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the risk detection. Inherited from entity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"Provides the IP address of the client from where the risk occurred.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"KeyIds\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The unique identifier (GUID) for the key credential associated with the risk detection.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastUpdatedDateTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time when the risk detection was last updated in UTC.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Location of the sign-in.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Request identifier of the sign-in activity associated with the risk detection. Nullable.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskDetail\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the detected risk. Note: Details for this property are only available for Azure AD Premium P2 customers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskEventType\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of risk event detected.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"Level of the detected risk. Note: details for this property are only available for Azure AD Premium P2 customers.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskState\",\r\n \"type\": \"string\",\r\n \"description\": \"The state of a detected risky service principal or sign-in activity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"The display name for the service principal.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalId\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier for the service principal.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Source\",\r\n \"type\": \"string\",\r\n \"description\": \"Source of the risk detection. For example, identityProtection.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TokenIssuerType\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates the type of token issuer for the detected sign-in risk.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time of the event in UTC.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADServicePrincipalRiskEvents\",\r\n \"name\": \"AADServicePrincipalRiskEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AADRiskyServicePrincipals\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountEnabled\",\r\n \"type\": \"boolean\",\r\n \"description\": \"true if the service principal account is enabled; otherwise, false.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AppId\",\r\n \"type\": \"string\",\r\n \"description\": \"The globally unique identifier for the associated application (its appId property), if any.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"The display name for the service principal.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"The unique identifier assigned to the service principal at risk. Inherited from entity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsProcessing\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Indicates whether Azure AD is currently processing the service principal\u0027s risky state.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskDetail\",\r\n \"type\": \"string\",\r\n \"description\": \"Details of the detected risk.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskLastUpdatedDateTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time that the risk state was last updated in UTC.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"Level of the detected risky workload identity. The possible values are: low, medium, high, hidden, none, unknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RiskState\",\r\n \"type\": \"string\",\r\n \"description\": \"State of the service principal\u0027s risk. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServicePrincipalType\",\r\n \"type\": \"string\",\r\n \"description\": \"Identifies whether the service principal represents an Application, a Managed Identity, or a legacy application (social IdP).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The date and time of the event in UTC.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The ID for correlated log analytics events. Can be used to identify correlated events between multiple tables.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AADRiskyServicePrincipals\",\r\n \"name\": \"AADRiskyServicePrincipals\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"WVDConnectionNetworkData\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"The timestamp (UTC) when the network event was generated on the VM\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"The correlation ID for the activity\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EstRoundTripTimeInMs\",\r\n \"type\": \"int\",\r\n \"description\": \"The average of estimated network round trip times (milliseconds) in the last evaluated connection time interval\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EstAvailableBandwidthKBps\",\r\n \"type\": \"int\",\r\n \"description\": \"The average of estimated network bandwidth (kilobyte per second) in the last evaluated connection time interval\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/WVDConnectionNetworkData\",\r\n \"name\": \"WVDConnectionNetworkData\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AGSGrafanaLoginEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) when the log record was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The location (region) the Azure Managed Grafana instance was accessed in.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The Grafana operation associated with the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"The category of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"GUID for the correlated logs.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetResource\",\r\n \"type\": \"string\",\r\n \"description\": \"The corresponding resource name of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"The resource group containing the resource corresponding to the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"User\",\r\n \"type\": \"string\",\r\n \"description\": \"The user identity of the login event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserRole\",\r\n \"type\": \"string\",\r\n \"description\": \"The Grafana role of the user for the login event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"The inner message of the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TraceContext\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"The W3C distributed tracing context for the log record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AGSGrafanaLoginEvents\",\r\n \"name\": \"AGSGrafanaLoginEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AzureActivityV2\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MoboTenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the activity logs workspace that stores this record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp when the event was generated by the Azure service processing the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure is used always for AzureActivity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the user who has performed the operation UPN claim or SPN claim based on availability.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CategoryValue\",\r\n \"type\": \"string\",\r\n \"description\": \"Category of the activity log e.g. Administrative, Policy, Security.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Usually a GUID in the string format. Events that share a correlationId belong to the same uber action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Authorization\",\r\n \"type\": \"string\",\r\n \"description\": \"Blob of RBAC properties of the event. Usually includes the �action�, �role� and �scope� properties.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Claims\",\r\n \"type\": \"string\",\r\n \"description\": \"The JWT token used by Active Directory to authenticate the user or application to perform this operation in Resource Manager.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Level of the event. One of the following values: Critical, Error, Warning, Informational and Verbose.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationNameValue\",\r\n \"type\": \"string\",\r\n \"description\": \"Identifier of the operation e.g. Microsoft.Storage/storageAccounts/listAccountSas/action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"string\",\r\n \"description\": \"Set of \u003cKey Value\u003e pairs (i.e. Dictionary) describing the details of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PropertiesBackCompat\",\r\n \"type\": \"string\",\r\n \"description\": \"Set of \u003cKey Value\u003e pairs (i.e. Dictionary) describing the details of the event. Used for back compat with legacy activity logs\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Caller\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the caller.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventDataId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of an event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventSubmissionTimestamp\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp when the event became available for querying.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HTTPRequest\",\r\n \"type\": \"string\",\r\n \"description\": \"Blob describing the Http Request. Usually includes the �clientRequestId�, �clientIpAddress� and �method� (HTTP method. For example, PUT).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AzureResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource group name of the impacted resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceProviderValue\",\r\n \"type\": \"string\",\r\n \"description\": \"Id of the resource provider for the impacted resource - e.g. Microsoft.Storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceTypeValue\",\r\n \"type\": \"string\",\r\n \"description\": \"Id of the resource type for the impacted resource - e.g. Microsoft.Network/networksecuritygroups/securityrules.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of event - e.g.: BeginRequest, EndRequest, Update, Delete\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Channel\",\r\n \"type\": \"string\",\r\n \"description\": \"OPERATION is used always for AzureActivity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityStatusValue\",\r\n \"type\": \"string\",\r\n \"description\": \"Status of the operation in display-friendly format. Common values include Started, In Progress, Succeeded, Failed, Active, Resolved.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivitySubstatusValue\",\r\n \"type\": \"string\",\r\n \"description\": \"Substatus of the operation in display-friendly format. E.g. OK (HTTP Status Code: 200).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Hierarchy\",\r\n \"type\": \"string\",\r\n \"description\": \"Management group hierarchy of the management group or subscription that event belongs to.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AzureSubscriptionId\",\r\n \"type\": \"string\",\r\n \"description\": \"Subscription ID of the impacted resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AzureTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"The Azure tenant ID of the impacted resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AzureResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource ID of the impacted resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Description\",\r\n \"type\": \"string\",\r\n \"description\": \"The description of the operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Misc\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Miscellaneous column for internal use.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AzureActivityV2\",\r\n \"name\": \"AzureActivityV2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"OLPSupplyChainEntityOperations\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name for which the log entry was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestUri\",\r\n \"type\": \"string\",\r\n \"description\": \"URI of the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestMethod\",\r\n \"type\": \"string\",\r\n \"description\": \"HTTP method of the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HttpStatusCode\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP status code of the API response.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate request logs.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"real\",\r\n \"description\": \"Time it took to service the REST API request, in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"Tenant ID of the client making the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientObjectId\",\r\n \"type\": \"string\",\r\n \"description\": \"Object ID of the client making the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the client making the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientApplicationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Application ID of the client making the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RequestBody\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Request body of the API calls.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseBody\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Request body of the API calls.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomRequestAttributes\",\r\n \"type\": \"dynamic\",\r\n \"description\": \"Client defined arbitrary data in the API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/OLPSupplyChainEntityOperations\",\r\n \"name\": \"OLPSupplyChainEntityOperations\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"StorageCacheOperationEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The operation name for which the log entry was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, if available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResponseCode\",\r\n \"type\": \"int\",\r\n \"description\": \"HTTP status of API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the REST API request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Details about the result, if available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StorageTargetName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the storage target associated with the operation, if available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PrimingJobName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the priming job associated with the operation, if available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource associated with the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/StorageCacheOperationEvents\",\r\n \"name\": \"StorageCacheOperationEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"StorageCacheUpgradeEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, if available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CurrentFirmwareVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The firmware version currently running.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AvailableFirmwareVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The firmware version for upgrade, if available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Description\",\r\n \"type\": \"string\",\r\n \"description\": \"The description of the upgrade event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource associated with the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/StorageCacheUpgradeEvents\",\r\n \"name\": \"StorageCacheUpgradeEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"StorageCacheWarningEvents\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) when the log was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Unique identifier to be used to correlate logs, if available.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"State\",\r\n \"type\": \"string\",\r\n \"description\": \"The state of the warning: Active or Cleared.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Description\",\r\n \"type\": \"string\",\r\n \"description\": \"The description of the warning event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"The severity level of the event: Informational, Warning, Error, or Critical.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"The region of the resource associated with the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/StorageCacheWarningEvents\",\r\n \"name\": \"StorageCacheWarningEvents\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AegDataPlaneRequests\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Timestamp (UTC) when the log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"The name of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NetworkAccess\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of network used by the client issuing the request. Allowed values are: PublicAccess - when connecting via public IP, PrivateAccess - when connecting via private link\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ClientIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"The IP address of the client issuing the request.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TlsVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"The transport layer security (TLS) version used by the client connection. Possible values are: 1.0, 1.1 and 1.2\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Authentication\",\r\n \"type\": \"string\",\r\n \"description\": \"The type of secret used for authentication when issuing requests. Key – request uses the SAS key, SASToken – request uses a SAS token generated from SAS key, AADAccessToken – Azure Active Directory issued JSON Web Token (JWT) token, Unknown – None of the above authentication types. OPTIONS requests will have Unknown authentication type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationResult\",\r\n \"type\": \"string\",\r\n \"description\": \"Thw result of the operation. Possible values are: Success, Unauthorized, Forbidden, RequestEntityTooLarge, BadRequest, InternalServerError\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalOperations\",\r\n \"type\": \"string\",\r\n \"description\": \"The total number of request with above values issued within the minute. These traces aren\u0027t emitted for each publish request. An aggregate for each unique combination of above values is emitted every minute\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AegDataPlaneRequests\",\r\n \"name\": \"AegDataPlaneRequests\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AegDeliveryFailureLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time when log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubResourceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the sub resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventSubscriptionName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the event subscription.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log category name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Log message for the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AegDeliveryFailureLogs\",\r\n \"name\": \"AegDeliveryFailureLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AegPublishFailureLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Time when log was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubResourceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the sub resource.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Log category name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Log message for the user.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AegPublishFailureLogs\",\r\n \"name\": \"AegPublishFailureLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"OmsCustomerProfileFact\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomerId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CustomerType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreatedDate\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AccountState\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WorkspaceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AzureSubscriptionId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceTier\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Environment\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Features\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Solutions\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/OmsCustomerProfileFact\",\r\n \"name\": \"OmsCustomerProfileFact\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ComputerGroup\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the worksapce that stores this record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"OpsManager for all records of this type.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the computer group was created or updated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the member computer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Group\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the group.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"GroupId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the group.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"GroupSourceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the source that the group was collected from. For Active Directory this is the domain name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"GroupSource\",\r\n \"type\": \"string\",\r\n \"description\": \"Source that group was collected from. Possible values are ActiveDirectory WSUSWSUSClientTargeting.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"GroupFullName\",\r\n \"type\": \"string\",\r\n \"description\": \"Full path to the group including the source and source name.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ComputerGroup\",\r\n \"name\": \"ComputerGroup\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"W3CIISLog\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the workspace that stores this record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the event was collected from. Possible values are OpsManager and AzureStorage.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FileUri\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services (through Azure Diagnostics Extension).\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"FileOffset\",\r\n \"type\": \"int\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services (through Azure Diagnostics Extension).\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"StorageAccount\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services through Azure Diagnostics Extension.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AzureDeploymentID\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure deployment ID of the cloud service the log belongs to. Only populated when events are collected using Azure Diagnostics agent when data is pulled from Azure storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"Role instance of the cloud service the log belongs to. Only populated when events are collected using Azure Diagnostics agent and data is pulled from Azure storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RoleInstance\",\r\n \"type\": \"string\",\r\n \"description\": \"Role of the cloud service the log belongs to. Only populated when events are collected using Azure Diagnostics agent and data is pulled from Azure storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Date\",\r\n \"type\": \"string\",\r\n \"description\": \"Date the activity occurred.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Time\",\r\n \"type\": \"string\",\r\n \"description\": \"The time the activity occurred in UTC.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"sSiteName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the IIS site.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"sComputerName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the server on which the log file entry was generated.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"sIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the server on which the log file entry was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"csMethod\",\r\n \"type\": \"string\",\r\n \"description\": \"Method of the request such as GET or POST.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"csUriStem\",\r\n \"type\": \"string\",\r\n \"description\": \"Target of the action such as a web page for example Default.htm.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"csUriQuery\",\r\n \"type\": \"string\",\r\n \"description\": \"The query if any that the client was trying to perform. A Universal Resource Identifier (URI) query is necessary only for dynamic pages.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"sPort\",\r\n \"type\": \"int\",\r\n \"description\": \"Server port number that is configured for the service.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"csUserName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the authenticated user that accessed the server. Anonymous users are indicated by a hyphen.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"cIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the client that accessed the web server.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"csVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Protocol version that the client used.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"csUserAgent\",\r\n \"type\": \"string\",\r\n \"description\": \"Browser type of the client.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"csCookie\",\r\n \"type\": \"string\",\r\n \"description\": \"Content of the cookie sent or received if any.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"csReferer\",\r\n \"type\": \"string\",\r\n \"description\": \"Site that the user last visited. This site provided a link to the current site.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"csHost\",\r\n \"type\": \"string\",\r\n \"description\": \"Host header name if any.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"scStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"HTTP status code.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"scSubStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Substatus error code.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"scWin32Status\",\r\n \"type\": \"string\",\r\n \"description\": \"Windows status code.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"scBytes\",\r\n \"type\": \"long\",\r\n \"description\": \"Number of bytes that the server sent.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"csBytes\",\r\n \"type\": \"long\",\r\n \"description\": \"Number of bytes that the server received.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeTaken\",\r\n \"type\": \"long\",\r\n \"description\": \"Length of time to process the request in milliseconds.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the computer that the event was collected from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MG\",\r\n \"type\": \"guid\",\r\n \"description\": \"Id of the management group for System Center Operations Manager agents.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ManagementGroupName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the management group for Operations Manager agents. For other agents this is AOI-\u003cworkspace ID\u003e.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaliciousIP\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services (through Azure Diagnostics Extension).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IndicatorThreatType\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services (through Azure Diagnostics Extension).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Description\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services (through Azure Diagnostics Extension).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TLPLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services through Azure Diagnostics Extension.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Confidence\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services through Azure Diagnostics Extension.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Severity\",\r\n \"type\": \"int\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services through Azure Diagnostics Extension.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FirstReportedDateTime\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services (through Azure Diagnostics Extension).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastReportedDateTime\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services (through Azure Diagnostics Extension).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsActive\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services (through Azure Diagnostics Extension).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReportReferenceLink\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services (through Azure Diagnostics Extension)\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"AdditionalInformation\",\r\n \"type\": \"string\",\r\n \"description\": \"Only populated for IIS logs collected from Azure Cloud Services through Azure Diagnostics Extension.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"RemoteIPLongitude\",\r\n \"type\": \"real\",\r\n \"description\": \"Longitude of the client IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemoteIPLatitude\",\r\n \"type\": \"real\",\r\n \"description\": \"Latitude of the client IP address.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemoteIPCountry\",\r\n \"type\": \"string\",\r\n \"description\": \"Country/region of the IP address of the client.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/W3CIISLog\",\r\n \"name\": \"W3CIISLog\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ETWEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionKey\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProviderGuid\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventSourceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventId\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Pid\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tid\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OpcodeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"KeywordName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TaskName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChannelName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RowKey\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"AzureDeploymentID\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ETWEvent\",\r\n \"name\": \"ETWEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ServiceFabricReliableServiceEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionKey\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProviderGuid\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventSourceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventId\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Pid\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tid\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OpcodeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"KeywordName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TaskName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChannelName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RowKey\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"AzureDeploymentID\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationTypeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceTypeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReplicaId\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SlowCancellationTimeMillis\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"WasCanceled\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Exception\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActualCancellationTimeMillis\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InstanceId\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ServiceFabricReliableServiceEvent\",\r\n \"name\": \"ServiceFabricReliableServiceEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ServiceFabricReliableActorEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionKey\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProviderGuid\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventSourceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventId\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Pid\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tid\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OpcodeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"KeywordName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TaskName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChannelName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RowKey\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"AzureDeploymentID\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActorType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActorId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActorIdKind\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsStateful\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReplicaOrInstanceId\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceTypeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationTypeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NodeId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CountOfWaitingMethodCalls\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MethodName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MethodSignature\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MethodExecutionTimeTicks\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Exception\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SaveStateExecutionTimeTicks\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReplicaId\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ServiceFabricReliableActorEvent\",\r\n \"name\": \"ServiceFabricReliableActorEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ServiceFabricOperationalEvent\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionKey\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProviderGuid\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventSourceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventId\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Pid\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Tid\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OpcodeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"KeywordName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TaskName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ChannelName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RowKey\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"AzureDeploymentID\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationTypeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ApplicationTypeVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UpgradeDomains\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServiceTypeName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"PartitionId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ServiceFabricOperationalEvent\",\r\n \"name\": \"ServiceFabricOperationalEvent\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"ReservedCommonFields\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Severity\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceIP\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IPAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIPAddress\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Resource\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceProvider\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubscriptionId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/ReservedCommonFields\",\r\n \"name\": \"ReservedCommonFields\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AzureMetrics\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Workspace ID of the workspace that stores this record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"OpsManagerfor all records in this table.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource ID of the Azure resource reporting the metric. Same as _ResourceId present for backward compatibility reasons. _ResourceId should be used\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Reduces the set of data collected. The syntax allowed depends on the operation. See the operation\u0027s description for details.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CallerIpAddress\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Resource\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource name of the Azure resource reporting the metric.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource group name of the Azure resource reporting the metric.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceProvider\",\r\n \"type\": \"string\",\r\n \"description\": \"Resource provider of the Azure resource reporting the metric.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SubscriptionId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Subscription id of the Azure resource reporting the metric.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricName\",\r\n \"type\": \"string\",\r\n \"description\": \"Display name of the metric.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Total\",\r\n \"type\": \"real\",\r\n \"description\": \"Sum of all of the values in the time range.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"real\",\r\n \"description\": \"Number of samples collected during the time range. Can be used to determine the number of values that contributed to the average value.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Maximum\",\r\n \"type\": \"real\",\r\n \"description\": \"Maximum value collected during in the time range.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Minimum\",\r\n \"type\": \"real\",\r\n \"description\": \"Minimum value collected during in the time range.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AverageValue\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGrain\",\r\n \"type\": \"string\",\r\n \"description\": \"Time grain of the metric e.g. PT1M\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UnitName\",\r\n \"type\": \"string\",\r\n \"description\": \"Unit of the metric. Examples include Seconds Percent Bytes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemoteIPCountry\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemoteIPLatitude\",\r\n \"type\": \"real\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RemoteIPLongitude\",\r\n \"type\": \"real\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaliciousIP\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IndicatorThreatType\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Description\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TLPLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Confidence\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Severity\",\r\n \"type\": \"int\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"FirstReportedDateTime\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastReportedDateTime\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsActive\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ReportReferenceLink\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"AdditionalInformation\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AzureMetrics\",\r\n \"name\": \"AzureMetrics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 90,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"Usage\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Id of the workspace storying the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"For Usage record SourceSystem is always OMS.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Start time of the 1 hour aggregation window (same as TimeGenerated).\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EndTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"End time of the one hour aggregation window.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceUri\",\r\n \"type\": \"string\",\r\n \"description\": \"The URI of the workspace. This will be same for all records in this table in workspace.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LinkedResourceUri\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DataType\",\r\n \"type\": \"string\",\r\n \"description\": \"Table that usage is being reported about.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Solution\",\r\n \"type\": \"string\",\r\n \"description\": \"Solution about which usage is being reported.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchesWithinSla\",\r\n \"type\": \"long\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchesOutsideSla\",\r\n \"type\": \"long\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BatchesCapped\",\r\n \"type\": \"long\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TotalBatches\",\r\n \"type\": \"long\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AvgLatencyInSeconds\",\r\n \"type\": \"real\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Quantity\",\r\n \"type\": \"real\",\r\n \"description\": \"Size of data in Mbytes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"QuantityUnit\",\r\n \"type\": \"string\",\r\n \"description\": \"Value is alwais Mbytes.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"IsBillable\",\r\n \"type\": \"boolean\",\r\n \"description\": \"Logical flag to indicate whether we bill for this data record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MeterId\",\r\n \"type\": \"string\",\r\n \"description\": \"GUID of the meter used for billing.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LinkedMeterId\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 90\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/Usage\",\r\n \"name\": \"Usage\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"Operation\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"GUID of the workspace storing the operation record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Value is OpsManager for all records in this table.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time that the record was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MG\",\r\n \"type\": \"guid\",\r\n \"description\": \"Id of the management group for System Center Operations Manager agents.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ManagementGroupName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the Operations Manager management group for System Center Operations Manager agents.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceComputerId\",\r\n \"type\": \"guid\",\r\n \"description\": \"Unique GUID identifier for a computer.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationStatus\",\r\n \"type\": \"string\",\r\n \"description\": \"Operation status description. Ccommon values include Warning Succeeded Failed Error.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of a physical or virtual machine having membership with Log Analytics agent.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Detail\",\r\n \"type\": \"string\",\r\n \"description\": \"User friendly string that describes further details about the operation\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationCategory\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the area that produced the record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Solution\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the managed solution that produced the record. Can also include other sources such as RestAPI.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HelpLink\",\r\n \"type\": \"string\",\r\n \"description\": \"Reference URL for additional contextual information.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationKey\",\r\n \"type\": \"string\",\r\n \"description\": \"Operation ID. Can be a GUID or string.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorId\",\r\n \"type\": \"string\",\r\n \"description\": \"Deprecated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"GUID that is shared with telemetry belonging to the same uber action.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/Operation\",\r\n \"name\": \"Operation\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"Perf\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the workspace that stores this record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"description\": \"Computer that the event was collected from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObjectName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the performance object.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CounterName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the performance counter.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InstanceName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the event instance. Empty if no instance.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Min\",\r\n \"type\": \"real\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Max\",\r\n \"type\": \"real\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SampleCount\",\r\n \"type\": \"int\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Average\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the data was sampled.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BucketStartTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"BucketEndTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the event was collected from. Possible values are OpsManager Linux and AzureStorage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CounterPath\",\r\n \"type\": \"string\",\r\n \"description\": \"Full path of the counter in the form \\\\\\\\\u003cComputer\u003e\\\\object(instance)\\\\counter.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"StandardDeviation\",\r\n \"type\": \"real\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MG\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the management group for System Center Operations Manager agents.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/Perf\",\r\n \"name\": \"Perf\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"Syslog\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the workspace that stores this record\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. For syslog the value is typically Linux.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MG\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the management group for System Center Operations Manager agents.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeCollected\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ManagementGroupName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"description\": \"Computer that the event was collected from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time that the event was generated.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Facility\",\r\n \"type\": \"string\",\r\n \"description\": \"The part of the system that generated the message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the system sending the message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SeverityLevel\",\r\n \"type\": \"string\",\r\n \"description\": \"Severity level of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SyslogMessage\",\r\n \"type\": \"string\",\r\n \"description\": \"Text of the message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProcessID\",\r\n \"type\": \"int\",\r\n \"description\": \"ID of the process that generated the message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"HostIP\",\r\n \"type\": \"string\",\r\n \"description\": \"IP address of the system sending the message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProcessName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the process that generated the message.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/Syslog\",\r\n \"name\": \"Syslog\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"Event\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the worksapce that stores this record.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the event was collected from. Possible values are OpsManager Linux and AzureStorage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Source\",\r\n \"type\": \"string\",\r\n \"description\": \"Source of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventLog\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the event log that the event was collected from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Computer\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the computer that the event was collected from.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventCategory\",\r\n \"type\": \"int\",\r\n \"description\": \"Category of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventLevel\",\r\n \"type\": \"int\",\r\n \"description\": \"Severity of the event in numeric form.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventLevelName\",\r\n \"type\": \"string\",\r\n \"description\": \"Severity of the event in text form.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserName\",\r\n \"type\": \"string\",\r\n \"description\": \"User name of the account that logged the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Message\",\r\n \"type\": \"string\",\r\n \"description\": \"Event message for the different Languages. The language is defined by the LCID attribute.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ParameterXml\",\r\n \"type\": \"string\",\r\n \"description\": \"Event parameter values in XML format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventData\",\r\n \"type\": \"string\",\r\n \"description\": \"All event data in raw format.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EventID\",\r\n \"type\": \"int\",\r\n \"description\": \"Number of the event.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"RenderedDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Event description with parameter values.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MG\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the management group for System Center Operations Manager agents.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"TimeCollected\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"ManagementGroupName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the management group for System Center Operations Manager agents. For other agents this value is AOI-\u003cworkspace ID\u003e\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AzureDeploymentID\",\r\n \"type\": \"string\",\r\n \"description\": \"Azure deployment ID of the cloud service the log belongs to. Only populated when events are collected using Azure Diagnostics agent and collected from Azure storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Role\",\r\n \"type\": \"string\",\r\n \"description\": \"Role of the cloud service the log belongs to. Only populated when events are collected using Azure Diagnostics agent and collected from Azure storage.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/Event\",\r\n \"name\": \"Event\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AppCenterError\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SchemaType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorGroupId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"UserString\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Oem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Model\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OsVersion\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"JailBreak\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorClass\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorMethod\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorFile\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorLine\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ErrorReason\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ExceptionType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Status\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Annotation\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreatedAt\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SymbolicatedAt\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastErrorAt\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AppCenterError\",\r\n \"name\": \"AppCenterError\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"IntuneAuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/IntuneAuditLogs\",\r\n \"name\": \"IntuneAuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"IntuneOperationalLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Properties\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Result\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/IntuneOperationalLogs\",\r\n \"name\": \"IntuneOperationalLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AutoscaleEvaluationsLog\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AvailabilitySet\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CloudServiceName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CoolDown\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CurrentInstanceCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricData\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DefaultInstanceCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DeploymentSlot\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricEndTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EstimateScaleResult\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EvaluationResult\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"EvaluationTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastScaleActionOperationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastScaleActionOperationStatus\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LastScaleActionTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MaximumInstanceCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AutoscaleMetricName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricNamespace\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MinimumInstanceCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NewInstanceCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ObservedValue\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Operator\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProfileEvaluationTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ProfileSelected\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Projection\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InstanceUpdateReason\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CloudServiceRole\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SelectedAutoscaleProfile\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ServerFarm\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ShouldUpdateInstance\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SkipCurrentAutoscaleEvaluation\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"SkipRuleEvaluationForCooldown\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricStartTime\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Threshold\",\r\n \"type\": \"real\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeAggregationType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"MetricTimeGrain\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGrainStatistic\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeWindow\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Webspace\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AutoscaleEvaluationsLog\",\r\n \"name\": \"AutoscaleEvaluationsLog\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AutoscaleScaleActionsLog\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetResourceId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreatedAsyncScaleActionJob\",\r\n \"type\": \"boolean\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CreatedAsyncScaleActionJobId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CurrentInstanceCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"NewInstanceCount\",\r\n \"type\": \"int\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScaleActionMessage\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScaleActionOperationId\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScaleActionOperationStatus\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ScaleDirection\",\r\n \"type\": \"string\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AutoscaleScaleActionsLog\",\r\n \"name\": \"AutoscaleScaleActionsLog\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 34,\r\n \"archiveRetentionInDays\": 0,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"Any\",\r\n \"name\": \"AuditLogs\",\r\n \"tableType\": \"Microsoft\",\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"description\": \"ID of the workspace that stores this record\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": true\r\n },\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceId\",\r\n \"type\": \"string\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationName\",\r\n \"type\": \"string\",\r\n \"description\": \"Name of the operation.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"OperationVersion\",\r\n \"type\": \"string\",\r\n \"description\": \"REST API version that\u0027s requested by the client.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Category\",\r\n \"type\": \"string\",\r\n \"description\": \"Currently Audit is the only supported value.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultType\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the operation. Possible values are Success and Failure.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultSignature\",\r\n \"type\": \"string\",\r\n \"description\": \"Property is not used and can be ignored.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultDescription\",\r\n \"type\": \"string\",\r\n \"description\": \"Additional description of the result.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"DurationMs\",\r\n \"type\": \"long\",\r\n \"description\": \"Property is not used and can be ignored.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"CorrelationId\",\r\n \"type\": \"string\",\r\n \"description\": \"Optional GUID that\u0027s passed by the client. Can help correlate client-side operations with server-side operations and is useful when tracking logs that span services.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Resource\",\r\n \"type\": \"string\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceGroup\",\r\n \"type\": \"string\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResourceProvider\",\r\n \"type\": \"string\",\r\n \"description\": \"\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Identity\",\r\n \"type\": \"string\",\r\n \"description\": \"Identity from the token that was presented when the request was made. The identity can be a user account system account or service principal.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Level\",\r\n \"type\": \"string\",\r\n \"description\": \"Message type. This is currently always Informational.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Location\",\r\n \"type\": \"string\",\r\n \"description\": \"Location of the datacenter.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AdditionalDetails\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates additional details on the activity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Id\",\r\n \"type\": \"string\",\r\n \"description\": \"GUID that uniquely identifies the activity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"InitiatedBy\",\r\n \"type\": \"string\",\r\n \"description\": \"User or app initiated the activity.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"LoggedByService\",\r\n \"type\": \"string\",\r\n \"description\": \"Service that initiated the activity (For example: Self-service Password Management Core Directory B2C Invited Users Microsoft Identity Manager Privileged Identity Management.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"Result\",\r\n \"type\": \"string\",\r\n \"description\": \"Result of the activity. Possible values are: success failure timeout unknownFutureValue.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ResultReason\",\r\n \"type\": \"string\",\r\n \"description\": \"Describes cause of failure or timeout results.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TargetResources\",\r\n \"type\": \"string\",\r\n \"description\": \"Indicates information on which resource was changed due to the activity. Target Resource Type can be User Device Directory App Role Group Policy or Other.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AADTenantId\",\r\n \"type\": \"string\",\r\n \"description\": \"ID of the ADD tenant\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityDisplayName\",\r\n \"type\": \"string\",\r\n \"description\": \"Activity name or the operation name. Examples include Create User and Add member to group. For full list see Azure AD activity list.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"ActivityDateTime\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the activity was performed in UTC.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"AADOperationType\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of the operation. Possible values are Add Update Delete and Other.\",\r\n \"isDefaultDisplay\": true,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 34\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/AuditLogs\",\r\n \"name\": \"AuditLogs\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 55,\r\n \"archiveRetentionInDays\": 12,\r\n \"plan\": \"Analytics\",\r\n \"lastPlanModifiedDate\": \"2022-01-26T10:03:38.813Z\",\r\n \"schema\": {\r\n \"tableSubType\": \"DataCollectionRuleBased\",\r\n \"name\": \"dabenhamKuku1_CL\",\r\n \"tableType\": \"CustomLog\",\r\n \"columns\": [\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 43\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku1_CL\",\r\n \"name\": \"dabenhamKuku1_CL\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 55,\r\n \"archiveRetentionInDays\": 22,\r\n \"plan\": \"Analytics\",\r\n \"lastPlanModifiedDate\": \"2022-01-31T14:14:41.9Z\",\r\n \"schema\": {\r\n \"tableSubType\": \"DataCollectionRuleBased\",\r\n \"name\": \"danielKukuTest_CL\",\r\n \"tableType\": \"CustomLog\",\r\n \"columns\": [\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 33\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest_CL\",\r\n \"name\": \"danielKukuTest_CL\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 55,\r\n \"archiveRetentionInDays\": 22,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"DataCollectionRuleBased\",\r\n \"name\": \"danielKukuTest3_CL\",\r\n \"tableType\": \"CustomLog\",\r\n \"columns\": [\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 33\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest3_CL\",\r\n \"name\": \"danielKukuTest3_CL\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 55,\r\n \"archiveRetentionInDays\": 22,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"DataCollectionRuleBased\",\r\n \"name\": \"dabenhamBlablaTest_CL\",\r\n \"tableType\": \"CustomLog\",\r\n \"columns\": [\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 33\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamBlablaTest_CL\",\r\n \"name\": \"dabenhamBlablaTest_CL\"\r\n },\r\n {\r\n \"properties\": {\r\n \"totalRetentionInDays\": 55,\r\n \"archiveRetentionInDays\": 22,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"DataCollectionRuleBased\",\r\n \"name\": \"dabenhamKuku3_CL\",\r\n \"tableType\": \"CustomLog\",\r\n \"columns\": [\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 33\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku3_CL\",\r\n \"name\": \"dabenhamKuku3_CL\"\r\n }\r\n ]\r\n}", + "isContentBase64": false + } + }, + "Get-AzOperationalInsightsTable+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku1_CL?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku1_CL?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "2" ], + "x-ms-client-request-id": [ "a55fe06f-dbe4-4ee9-8b43-12e5c04f170c" ], + "CommandName": [ "Get-AzOperationalInsightsTable" ], + "FullCommandName": [ "Get-AzOperationalInsightsTable_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "aa510f1e-dc59-49a0-bd33-2a43bc63e372" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], + "x-ms-correlation-request-id": [ "1055ccd8-48a5-4467-ac14-617608d43e9b" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082728Z:1055ccd8-48a5-4467-ac14-617608d43e9b" ], + "Date": [ "Mon, 07 Mar 2022 08:27:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1377" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"totalRetentionInDays\": 55,\r\n \"archiveRetentionInDays\": 12,\r\n \"plan\": \"Analytics\",\r\n \"lastPlanModifiedDate\": \"2022-01-26T10:03:38.813Z\",\r\n \"schema\": {\r\n \"tableSubType\": \"DataCollectionRuleBased\",\r\n \"name\": \"dabenhamKuku1_CL\",\r\n \"tableType\": \"CustomLog\",\r\n \"columns\": [\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 43\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku1_CL\",\r\n \"name\": \"dabenhamKuku1_CL\"\r\n}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsTable.Tests.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsTable.Tests.ps1 new file mode 100644 index 000000000000..c920465cb374 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsTable.Tests.ps1 @@ -0,0 +1,40 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzOperationalInsightsTable')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzOperationalInsightsTable.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzOperationalInsightsTable' { + + BeforeAll { + $rgName = "dabenham-dev" + $wsName = "dabenham-PSH2" + $tableName = "dabenhamKuku1_CL" + } + + It 'List' { + $allTablesForWs = Get-AzOperationalInsightsTable -ResourceGroupName $rgName -WorkspaceName $wsName + Write-Host -ForegroundColor Yellow "Get-AzOperationalInsightsTable List returned with: $($allTablesForWs.Count) results" + $allTablesForWs.Count | Should BeGreaterThan 0 + } + + It 'Get' { + $table = Get-AzOperationalInsightsTable -ResourceGroupName $rgName -WorkspaceName $wsName -TableName $tableName + Write-Host -ForegroundColor Yellow "Get-AzOperationalInsightsTable Get returned with: $($table.Count) results" + $table.Count | Should BeGreaterThan 0 + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsWorkspace.Recording.json b/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsWorkspace.Recording.json new file mode 100644 index 000000000000..6305f2d23211 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsWorkspace.Recording.json @@ -0,0 +1,125 @@ +{ + "Get-AzOperationalInsightsWorkspace+[NoContext]+List+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/workspaces?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/workspaces?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "3" ], + "x-ms-client-request-id": [ "23e4d728-db62-40b5-bb91-c603a30cf1fe" ], + "CommandName": [ "Get-AzOperationalInsightsWorkspace" ], + "FullCommandName": [ "Get-AzOperationalInsightsWorkspace_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-original-request-ids": [ "2a65d8ca-fa60-4ff1-b04a-f81880c8514e", "59e634f2-9f75-44f6-9366-be053fd8c961", "", "", "", "", "", "583970cc-d88a-4f78-bf4d-cddd422e9b92", "", "feafeda6-c922-4d5b-9d7c-d8069d87f4c5", "9855231b-3bf7-488d-9a99-e4d583fbc369", "", "", "", "57897303-6d83-4095-ad66-fd9b5440986f", "e119814d-5526-48a8-ad04-cbf69b803e50", "f3783c25-03dd-4225-b809-8cc6dbff4c66", "d4b6755f-6f0a-471d-9527-2dab2335dcd4", "", "", "", "", "5b9b5d88-3f74-4c64-aa04-e856ed4b7efa", "", "8f43c033-6b67-4c14-a7e2-13a8c1a70412", "cafba993-cf58-43dc-99b4-0b6337732fe7", "", "", "", "", "07561dc3-00e8-4f5e-ad2c-f9be0da5aba5", "f902d654-0def-45dd-adca-ad7ad2b7c205", "", "" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], + "x-ms-request-id": [ "fa68869e-2b67-4559-8a12-67d07ca0f71e" ], + "x-ms-correlation-request-id": [ "fa68869e-2b67-4559-8a12-67d07ca0f71e" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082738Z:fa68869e-2b67-4559-8a12-67d07ca0f71e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 07 Mar 2022 08:27:37 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ], + "Content-Length": [ "220038" ] + }, + "Content": "{\"value\":[{\"properties\":{\"source\":\"Azure\",\"customerId\":\"f83d42b0-5b0f-47d1-bad1-00d057233dbb\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 16 Nov 2021 08:40:39 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 21:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 16 Nov 2021 08:40:39 GMT\",\"modifiedDate\":\"Tue, 16 Nov 2021 08:40:41 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/ps5901/providers/microsoft.operationalinsights/workspaces/aztestps8312\",\"name\":\"AzTestps8312\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"East US\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"5271d1c6-8715-42bf-aa76-031d9831d73a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Thu, 06 Aug 2020 08:57:17 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 09:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 06 Aug 2020 08:57:17 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 13:48:11 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hohershk/providers/microsoft.operationalinsights/workspaces/haim-test\",\"name\":\"haim-test\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"0665ed1b-c2da-491b-bc74-066141430c46\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 06 Dec 2020 14:39:05 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 05:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 06 Dec 2020 14:39:05 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 13:48:44 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-qp-new/providers/microsoft.operationalinsights/workspaces/arolshan-qp-eus-3\",\"name\":\"arolshan-qp-eus-3\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"2129611d-5576-4b15-a0dd-095192af996a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"lacluster\",\"lastSkuUpdate\":\"Tue, 16 Nov 2021 09:15:19 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableDataExport\":true,\"enableLogAccessUsingOnlyResourcePermissions\":true,\"clusterResourceId\":\"ad6e8947-45aa-414f-a296-e046c6eb430c\"},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 17:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 28 Jan 2021 10:15:11 GMT\",\"modifiedDate\":\"Tue, 04 May 2021 08:23:51 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-eus\",\"name\":\"dabenham-eus\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"3452ddd7-6809-4710-b5b0-09fb03913b0e\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 04 Nov 2019 14:23:48 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 02:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 04 Nov 2019 14:23:48 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 13:49:22 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/lacontrolplane/providers/microsoft.operationalinsights/workspaces/lacontrolplane\",\"name\":\"LaControlPlane\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"32f6f7c5-0d47-4f8c-a5ee-19e9a1432cf6\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 15 Nov 2021 09:24:31 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 14:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 15 Nov 2021 09:24:31 GMT\",\"modifiedDate\":\"Mon, 15 Nov 2021 09:24:35 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/ps7260/providers/microsoft.operationalinsights/workspaces/aztestps2074\",\"name\":\"AzTestps2074\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"East US\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"3cd85196-8dd1-4df5-ab02-1a506491f569\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 00:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 02 Dec 2020 11:23:33 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 13:56:03 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/bla.java/providers/microsoft.operationalinsights/workspaces/customlogsversiontest\",\"name\":\"CustomLogsVersionTest\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"e9a1d05e-54de-42ff-adee-225db15e75e8\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 17 Nov 2019 07:27:26 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 01:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"privateLinkScopedResources\":[{\"resourceId\":\"/subscriptions/ab1800bd-ceac-48cd-90df-4bc9041c6446/resourceGroups/ampls-limits-test-rg/providers/microsoft.insights/privatelinkscopes/ampls-limits-test-ampls/scopedresources/scoped-dudi-kuku-b33dda70-4312-4324-9757-ac9ba142a028\",\"scopeId\":\"cc1ea917-e84b-4b66-b292-bb4d9a9b9aa5\"}],\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 17 Nov 2019 07:27:26 GMT\",\"modifiedDate\":\"Thu, 24 Jun 2021 09:50:34 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/dudi-kuku\",\"name\":\"dudi-kuku\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"5fbe452c-2fcc-4e9c-9bee-2aac73eeec23\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 10 Nov 2021 07:32:52 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 06:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 02 May 2021 10:12:12 GMT\",\"modifiedDate\":\"Sun, 02 May 2021 10:12:13 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-eusalt\",\"name\":\"dabenham-eusAlt\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"a8767924-1c40-430f-b695-2e30c1091be5\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sat, 29 Feb 2020 12:54:55 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 22:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sat, 29 Feb 2020 12:54:55 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:05:53 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/dudi-kuku-dns\",\"name\":\"dudi-kuku-dns\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"a5dd0420-ff86-4bd6-b850-313646b29268\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 05:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 02 Dec 2020 12:46:58 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:07:30 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/bla.java/providers/microsoft.operationalinsights/workspaces/tomclv2\",\"name\":\"TomCLv2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"77408108-6798-416c-af6c-338de3dc7d37\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 30 Sep 2020 07:39:57 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 00:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 30 Sep 2020 07:39:57 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:08:39 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/tomtestws4\",\"name\":\"TomTestWs4\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"51ff4f3e-4138-41ae-99be-33aabb701a3b\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 18 Dec 2019 14:54:53 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 15:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 18 Dec 2019 14:54:53 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:08:39 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/dudi-kuku-2\",\"name\":\"dudi-kuku-2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"dc793a50-cdeb-4d55-8448-38c7aaa5e335\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 17:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"enableFailover\":true,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 09 Aug 2020 13:35:15 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:11:27 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dhaiman/providers/microsoft.operationalinsights/workspaces/gdwmonitoring1\",\"name\":\"gdwMonitoring1\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"East US\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"36d57cd3-eeaf-43f1-8369-3c365fa2d6a8\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 06 Dec 2020 13:27:34 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 21:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 06 Dec 2020 13:27:34 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:13:35 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-qp-new/providers/microsoft.operationalinsights/workspaces/arolshan-qp-eus-2\",\"name\":\"arolshan-qp-eus-2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"4e1e9e18-2983-4d68-ad4a-3c6443211cd2\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 06:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 02 Feb 2022 14:04:31 GMT\",\"modifiedDate\":\"Wed, 02 Feb 2022 14:04:33 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/vipinhas_testing/providers/microsoft.operationalinsights/workspaces/testlocation-capitalwithspace\",\"name\":\"testlocation-Capitalwithspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"08b04fe3-5675-4b79-a685-46265f89a727\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 30 Sep 2020 08:00:18 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 16:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 30 Sep 2020 08:00:18 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:18:36 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/tomtestwsv2\",\"name\":\"TomTestWsV2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"6feb912d-b29d-4b10-ab1c-46feb53cfd46\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 06 Dec 2020 13:25:25 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 19:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 06 Dec 2020 13:25:25 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:18:53 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-qp-new/providers/microsoft.operationalinsights/workspaces/arolshan-qp-eus-1\",\"name\":\"arolshan-qp-eus-1\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"c4af8c4b-262b-4686-a063-59b6c255ce28\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 02 Mar 2021 14:35:33 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 23:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 02 Mar 2021 14:35:33 GMT\",\"modifiedDate\":\"Sun, 14 Mar 2021 12:48:21 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/avi_test/providers/microsoft.operationalinsights/workspaces/aviworkspacetest1\",\"name\":\"AviWorkspaceTest1\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"e13016e1-8f0c-4430-aad8-5a6e4459d64c\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 00:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Fri, 03 May 2019 19:02:42 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:28:03 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/defaultresourcegroup-eus/providers/microsoft.operationalinsights/workspaces/defaultworkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-eus\",\"name\":\"DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-EUS\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"2a9768a6-5128-41ee-a0c7-5fdb86ac19a0\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 28 Feb 2021 13:59:02 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 07:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 28 Feb 2021 13:59:02 GMT\",\"modifiedDate\":\"Sun, 28 Feb 2021 13:59:03 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hohershk/providers/microsoft.operationalinsights/workspaces/savedsearches\",\"name\":\"savedSearches\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"26edc86c-fd9e-45a6-9b84-66c364602da2\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 30 Sep 2020 07:45:22 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 05:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 30 Sep 2020 07:45:22 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:34:29 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/tomtestws6\",\"name\":\"TomTestWs6\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"79c04ac8-7ca7-4cd6-8cde-6ce2fc46f46f\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"lacluster\",\"lastSkuUpdate\":\"Tue, 29 Sep 2020 11:06:22 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true,\"clusterResourceId\":\"432c9e89-43b7-4bc5-9ad0-47ebce7af3bb\"},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 16:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 29 Sep 2020 11:06:22 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:37:34 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/20200513/providers/microsoft.operationalinsights/workspaces/meirtestws1\",\"name\":\"Meirtestws1\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"883eb00c-4c6a-4c9b-a64a-6f3986ec8d0c\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 06 Mar 2022 09:02:10 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 06:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 06 Mar 2022 09:02:10 GMT\",\"modifiedDate\":\"Sun, 06 Mar 2022 09:02:11 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/asaphtest2/providers/microsoft.operationalinsights/workspaces/asaphtest2workspace\",\"name\":\"AsaphTest2Workspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"7941e2ef-ca1e-4ae5-b4e8-749e10a388ea\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 09:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 01 Mar 2022 12:46:22 GMT\",\"modifiedDate\":\"Tue, 01 Mar 2022 12:46:23 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/asaphtest/providers/microsoft.operationalinsights/workspaces/asaphtestworkspace2\",\"name\":\"AsaphTestWorkspace2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"cb8e2ab0-3301-43e6-b80d-76643d3e0ce4\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 16 Nov 2021 13:20:32 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableDataExport\":true,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 06:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 16 Nov 2021 13:20:32 GMT\",\"modifiedDate\":\"Sun, 02 Jan 2022 14:48:29 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-pshtest\",\"name\":\"dabenham-pshTest\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"76ab1f55-63d2-447b-bf6f-7b10f90708d0\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 21 Mar 2021 09:31:28 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 19:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 21 Mar 2021 09:31:28 GMT\",\"modifiedDate\":\"Sun, 21 Mar 2021 09:31:31 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/avi_test/providers/microsoft.operationalinsights/workspaces/aviworkspacetest2\",\"name\":\"AviWorkspaceTest2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"d327feeb-19e6-4a10-9d88-7c1febeb4618\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 16 Mar 2020 07:46:47 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 07:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 16 Mar 2020 07:46:47 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:44:54 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hohershk/providers/microsoft.operationalinsights/workspaces/to-be-deleted1\",\"name\":\"to-be-deleted1\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"6df13830-56fa-4831-ab09-810fbbf2219c\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 17 Nov 2021 12:23:26 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 17:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 17 Nov 2021 12:23:26 GMT\",\"modifiedDate\":\"Wed, 17 Nov 2021 12:23:27 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/ps2873/providers/microsoft.operationalinsights/workspaces/aztestps9907\",\"name\":\"AzTestps9907\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"East US\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"08328a4b-2365-40d5-a938-8156e9277485\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 28 Feb 2022 08:26:53 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 10:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 28 Feb 2022 08:26:53 GMT\",\"modifiedDate\":\"Mon, 28 Feb 2022 15:49:47 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/asaphtest/providers/microsoft.operationalinsights/workspaces/asaphworkspacetest\",\"name\":\"AsaphWorkspaceTest\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{\"tag1\":\"val1\"}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"577d5554-c57e-48ba-85b1-81ac31e46fa7\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"standard\",\"lastSkuUpdate\":\"Sun, 29 Aug 2021 09:20:35 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 05:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 29 Aug 2021 09:20:35 GMT\",\"modifiedDate\":\"Sun, 29 Aug 2021 09:20:36 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testskucreate2\",\"name\":\"testskucreate2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"East us\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"85a225e9-4ebd-44ea-a68e-83a1f422aab0\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 29 Dec 2019 11:31:00 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 10:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 29 Dec 2019 11:31:00 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:48:44 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/icm161175902\",\"name\":\"icm161175902\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{\"testb\":\"b\"}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"07938301-fd7c-4a92-9099-86b404d32619\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 02 Jun 2021 06:34:26 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 19:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 25 Mar 2021 06:51:27 GMT\",\"modifiedDate\":\"Thu, 25 Mar 2021 06:51:28 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/observabilitydemo/providers/microsoft.operationalinsights/workspaces/observabilitydemows\",\"name\":\"ObservabilityDemoWS\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"f118b80f-c94f-4f13-8539-87d905d8403d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 30 Sep 2020 07:42:04 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 16:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 30 Sep 2020 07:42:04 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:50:43 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/tomtestws5\",\"name\":\"TomTestWs5\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"6615f30d-da13-441f-afb3-8840fab4c3f8\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Thu, 20 Jan 2022 16:52:42 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 21:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 20 Jan 2022 16:52:42 GMT\",\"modifiedDate\":\"Thu, 20 Jan 2022 16:52:43 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/dudikukusentinel2\",\"name\":\"dudikukusentinel2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"6280f34a-643a-42c6-974f-8b505fc999f1\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 17 Nov 2021 13:48:36 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 16:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 17 Nov 2021 13:48:36 GMT\",\"modifiedDate\":\"Wed, 17 Nov 2021 13:48:37 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/ps521/providers/microsoft.operationalinsights/workspaces/aztestps7965\",\"name\":\"AzTestps7965\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"East US\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"1c988498-230b-46f3-9f3b-8f8e983cec9c\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 17 Nov 2021 11:34:49 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 00:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 17 Nov 2021 11:34:49 GMT\",\"modifiedDate\":\"Wed, 17 Nov 2021 11:34:50 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/ps4947/providers/microsoft.operationalinsights/workspaces/aztestps9075\",\"name\":\"AzTestps9075\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"East US\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"89a7fdbb-335c-4a75-a105-9043c5398ad1\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 07:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 31 Jan 2019 06:55:15 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 14:55:00 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-test-locks-rg/providers/microsoft.operationalinsights/workspaces/olterner-test-lock-ws\",\"name\":\"olterner-test-lock-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"ff16c064-d3a7-425e-866d-92f816113317\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Thu, 20 Jan 2022 16:50:12 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 22:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 20 Jan 2022 16:50:12 GMT\",\"modifiedDate\":\"Thu, 20 Jan 2022 16:50:13 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/mykukusentinel\",\"name\":\"mykukusentinel\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"5ebfb0c0-ef2f-42ab-8227-932908cbe8f3\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"premium\",\"lastSkuUpdate\":\"Tue, 17 Aug 2021 15:35:01 GMT\"},\"retentionInDays\":365,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 15:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 17 Aug 2021 15:35:01 GMT\",\"modifiedDate\":\"Tue, 17 Aug 2021 15:35:02 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testsku\",\"name\":\"testsku\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"64cf37bf-db1e-474e-b710-9f738d020274\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 20 Apr 2021 08:42:08 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableDataExport\":true,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 07:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Disabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 20 Apr 2021 08:42:08 GMT\",\"modifiedDate\":\"Fri, 07 May 2021 14:01:20 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-eus-rg/providers/microsoft.operationalinsights/workspaces/arolshan-eus-ws\",\"name\":\"arolshan-eus-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"4fdac401-0d56-4eba-b7fe-9fef1f40a6bf\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"free\",\"lastSkuUpdate\":\"Sun, 22 Nov 2020 16:33:23 GMT\"},\"retentionInDays\":7,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":0.5,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 18:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 22 Nov 2020 16:33:23 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 15:02:44 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/dasfa\",\"name\":\"dasfa\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"fd3d94e8-8969-4c79-a342-a19f2c6e082a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 17 Nov 2021 12:10:03 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 05:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 17 Nov 2021 12:10:03 GMT\",\"modifiedDate\":\"Wed, 17 Nov 2021 12:10:04 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/ps9335/providers/microsoft.operationalinsights/workspaces/aztestps5708\",\"name\":\"AzTestps5708\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"East US\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"336a9970-f808-4383-a9bf-ab3c48bc06a5\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Thu, 11 Nov 2021 10:15:31 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 10:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 11 Nov 2021 10:15:31 GMT\",\"modifiedDate\":\"Thu, 11 Nov 2021 10:15:32 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/ps7964/providers/microsoft.operationalinsights/workspaces/aztestps8070\",\"name\":\"AzTestps8070\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"East US\",\"tags\":{\"tag1\":\"val1\"}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"1a55f09e-5034-4358-bd54-b01537e427a9\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 30 Sep 2020 20:41:01 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 21:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 30 Sep 2020 20:41:01 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 15:10:22 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/tomtestwsv3\",\"name\":\"TomTestWsV3\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"65ab458e-dd5e-4925-bb8a-b193e016d8fd\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 30 Sep 2020 07:38:28 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 11:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 30 Sep 2020 07:38:28 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 15:11:08 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/tomtestws3\",\"name\":\"TomTestWs3\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"682e5dd8-50b1-4163-b3fd-b9ba5b70ec89\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 06:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 29 Apr 2019 12:55:01 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 15:15:31 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/defaultresourcegroup-eus/providers/microsoft.operationalinsights/workspaces/workspace-46e1347b-4d7f-4f56-b01e-d6bc97380f53-eus\",\"name\":\"Workspace-46e1347b-4d7f-4f56-b01e-d6bc97380f53-EUS\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"fbb33de9-c3e5-4462-9473-c581a9e131e4\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 15 Nov 2020 12:15:18 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 19:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"privateLinkScopedResources\":[{\"resourceId\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/hodaya_test_pl/providers/microsoft.insights/privatelinkscopes/hodaya_pls_test/scopedresources/scoped-hodaya-pl-w1-eastus-aaa7bf1d-8749-4e2e-aefb-626187f56011\",\"scopeId\":\"a44a1b35-adab-4ba1-93a3-f88ca5befc75\"}],\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 15 Nov 2020 12:15:18 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 15:21:02 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hodaya_test_pl/providers/microsoft.operationalinsights/workspaces/hodaya-pl-w1-eastus\",\"name\":\"hodaya-pl-w1-eastus\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"cf6e43a4-150b-49a4-90d5-c62246a70b49\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 15 Nov 2020 13:07:04 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 14:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"privateLinkScopedResources\":[{\"resourceId\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/hodaya_test_pl/providers/microsoft.insights/privatelinkscopes/hodaya_pls_test/scopedresources/scoped-hodaya-pl-w2-eastus-aaa7bf1d-8749-4e2e-aefb-626187f56029\",\"scopeId\":\"a44a1b35-adab-4ba1-93a3-f88ca5befc75\"}],\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 15 Nov 2020 13:07:04 GMT\",\"modifiedDate\":\"Tue, 23 Feb 2021 15:21:17 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hodaya_test_pl/providers/microsoft.operationalinsights/workspaces/hodaya-pl-w2-eastus\",\"name\":\"hodaya-pl-w2-eastus\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"11d0746e-b59e-49f1-b830-cb32befdd2d0\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 12 Oct 2021 14:37:38 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 00:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 17 Aug 2021 15:55:37 GMT\",\"modifiedDate\":\"Tue, 17 Aug 2021 16:16:24 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testsku3\",\"name\":\"testsku3\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"149228ec-6bae-47fa-8f80-cb3e7877c406\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 26 Jan 2022 09:33:59 GMT\"},\"retentionInDays\":34,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 10:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 26 Jan 2022 09:33:59 GMT\",\"modifiedDate\":\"Mon, 31 Jan 2022 16:45:53 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-psh2\",\"name\":\"dabenham-PSH2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"caf251c7-8298-46ff-8cf2-d1920b15ce13\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 18:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 07 Mar 2022 08:20:58 GMT\",\"modifiedDate\":\"Mon, 07 Mar 2022 08:20:59 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/danielkukupsh2\",\"name\":\"danielKukuPsh2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"EastUS\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"fc96365f-3e43-49ca-98e0-d8b19de3eb02\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 02 Jun 2021 06:34:33 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 06:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 04 Apr 2021 08:34:10 GMT\",\"modifiedDate\":\"Sun, 04 Apr 2021 08:34:11 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/observabilitydemo/providers/microsoft.operationalinsights/workspaces/observabilitydemows2\",\"name\":\"ObservabilityDemoWS2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"10c1ba6f-d6a7-47c3-908b-e14e0efb848a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 07 Jun 2021 08:37:35 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 17:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 07 Jun 2021 08:37:35 GMT\",\"modifiedDate\":\"Mon, 07 Jun 2021 08:43:17 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/yoramsdev/providers/microsoft.operationalinsights/workspaces/yoram\",\"name\":\"YoRaM\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"10a3a4ff-220b-4d12-aae6-ec75f64f8209\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 11:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 02 Feb 2022 14:01:29 GMT\",\"modifiedDate\":\"Wed, 02 Feb 2022 14:01:30 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/vipinhas_testing/providers/microsoft.operationalinsights/workspaces/testlocation-smallwithspace\",\"name\":\"testLocation-smallwithspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"9f03b2d3-2ff5-41de-adc3-f40dad840569\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":42,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 03:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 26 Jan 2022 10:09:32 GMT\",\"modifiedDate\":\"Wed, 26 Jan 2022 11:02:32 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-frompshscript\",\"name\":\"dabenham-FromPshScript\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"96709165-4f18-42fa-8e7d-f6397dce1490\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 17 Nov 2021 12:17:55 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 16:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 17 Nov 2021 12:17:55 GMT\",\"modifiedDate\":\"Wed, 17 Nov 2021 12:17:55 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/ps7910/providers/microsoft.operationalinsights/workspaces/aztestps6849\",\"name\":\"AzTestps6849\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"East US\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"5b02055c-20e7-4c95-b858-fb6dee6f1360\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 12 Oct 2021 14:37:43 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 18:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 17 Aug 2021 15:42:40 GMT\",\"modifiedDate\":\"Tue, 17 Aug 2021 15:42:41 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testsku2\",\"name\":\"testsku2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"3f4b5e87-d201-42fe-9c15-ffb8fc226449\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 19 May 2021 15:01:26 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 03:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"enableSoftDelete\":false,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 19 May 2021 15:01:26 GMT\",\"modifiedDate\":\"Wed, 19 May 2021 15:06:29 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/yoramsdev/providers/microsoft.operationalinsights/workspaces/00yorams\",\"name\":\"00yorams\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"a8f76191-4f2b-47fe-aa75-fff30ad8aaca\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Thu, 14 Oct 2021 07:30:23 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 07:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 14 Oct 2021 07:30:23 GMT\",\"modifiedDate\":\"Thu, 14 Oct 2021 07:30:23 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/vipinhas_testing/providers/microsoft.operationalinsights/workspaces/test-creation\",\"name\":\"test-creation\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"89173bba-8135-4515-99a6-a5a611823376\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Thu, 09 Jul 2020 12:43:02 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 07:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 09 Jul 2020 12:43:02 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 08:46:26 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arikolshpublic.testing-rg/providers/microsoft.operationalinsights/workspaces/danieladmiworkspace\",\"name\":\"danieladmiworkspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"dfe09cef-2c63-4d0e-9ab2-eeeec06b2e64\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sat, 05 Jun 2021 13:17:08 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 00:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sat, 05 Jun 2021 13:17:08 GMT\",\"modifiedDate\":\"Sat, 03 Jul 2021 18:38:03 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-playground/providers/microsoft.operationalinsights/workspaces/carhonk\",\"name\":\"carhonk\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\",\"tags\":{\"owner\":\"arolshan\",\"project\":\"carhonk\",\"related\":\"carhonk\"}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"41e27411-1482-4fb0-964d-21133043a81b\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 22 Feb 2021 09:35:28 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 18:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"privateLinkScopedResources\":[{\"resourceId\":\"/subscriptions/ab1800bd-ceac-48cd-90df-4bc9041c6446/resourceGroups/ampls-limits-test-rg/providers/microsoft.insights/privatelinkscopes/ampls-v2/scopedresources/scoped-arolshan-weu-ws-7888025a-801d-4947-bb58-22ac17de5009\",\"scopeId\":\"6c67ad53-8aef-493c-a62f-c7566f96cb6d\"},{\"resourceId\":\"/subscriptions/ab1800bd-ceac-48cd-90df-4bc9041c6446/resourceGroups/ampls-limits-test-rg/providers/microsoft.insights/privatelinkscopes/ampls-v1/scopedresources/scoped-arolshan-weu-ws-0a639e49-9d52-4c29-92a6-0566bda75036\",\"scopeId\":\"f105eef6-dc86-4585-acf2-1c465944ab86\"},{\"resourceId\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/arolshan-prod-rg/providers/microsoft.insights/privatelinkscopes/arolshan-scope-march/scopedresources/scoped-arolshan-weu-ws-93ffd4c1-c712-47ac-834e-d0d94d08f009\",\"scopeId\":\"7c9a527c-4e35-45d9-8c0f-8594993c9af8\"}],\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 22 Feb 2021 09:35:28 GMT\",\"modifiedDate\":\"Mon, 22 Feb 2021 12:19:42 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-prod-rg/providers/microsoft.operationalinsights/workspaces/arolshan-weu-ws\",\"name\":\"arolshan-weu-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"20a7e7d6-a444-43cb-85a5-d73c356b40aa\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 13 Apr 2021 09:19:59 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 07:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 13 Apr 2021 09:19:59 GMT\",\"modifiedDate\":\"Tue, 13 Apr 2021 09:20:05 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-prod-rg/providers/microsoft.operationalinsights/workspaces/arolshan-weu-now-test\",\"name\":\"arolshan-weu-now-test\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"a2296b34-0fd9-4f22-a887-730edfbeef2e\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 16 May 2021 10:09:57 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 17:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 16 May 2021 10:09:57 GMT\",\"modifiedDate\":\"Sun, 16 May 2021 10:09:58 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/battery-follow/providers/microsoft.operationalinsights/workspaces/battery-follow-la\",\"name\":\"battery-follow-la\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\",\"tags\":{\"owner\":\"arolshan\"}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"a5f0f425-5bdd-4afc-817b-f70647024c49\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 22 Nov 2020 09:53:17 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 00:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 22 Nov 2020 09:53:17 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 09:24:03 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/bla.java/providers/microsoft.operationalinsights/workspaces/blablabaa\",\"name\":\"blablabaa\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"0226f104-7fe1-4388-83e8-01e70a5e68a9\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 17 Jun 2020 19:17:46 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 22:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 17 Jun 2020 19:17:46 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 07:35:04 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/cnn-rg/providers/microsoft.operationalinsights/workspaces/cnn-ws\",\"name\":\"cnn-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"22b5994f-44aa-45a0-9655-ecf6ea598fcf\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 05:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 29 Apr 2019 19:02:42 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 09:19:48 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/defaultresourcegroup-weu/providers/microsoft.operationalinsights/workspaces/defaultworkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-weu\",\"name\":\"DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-WEU\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"02ae8fd2-a8aa-4b88-9ef8-5fa8313891cb\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 07 Jun 2021 11:23:05 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":false},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 14:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 07 Jun 2021 11:23:05 GMT\",\"modifiedDate\":\"Tue, 15 Feb 2022 12:42:54 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/dudi-kuku4\",\"name\":\"dudi-kuku4\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"885f60b7-f42e-4a36-a441-85a29fafb20a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 15:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 11 Jul 2019 09:27:12 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 08:32:35 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dulikvor-weu-rg/providers/microsoft.operationalinsights/workspaces/dulikvor-weu\",\"name\":\"dulikvor-weu\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"cae2cbbc-452d-4c6d-bfec-dce70617fd9a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 02:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 11 Jul 2019 11:25:08 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 09:12:23 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dulikvor-weu-rg/providers/microsoft.operationalinsights/workspaces/dulikvor-weu-2\",\"name\":\"dulikvor-weu-2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"a74b997b-ac5f-4faa-b14a-977396d64625\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 11:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 25 Jun 2020 10:18:40 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 08:39:55 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/gdwtesting/providers/microsoft.operationalinsights/workspaces/gdw-weu-01\",\"name\":\"gdw-weu-01\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"15472adc-2d60-40ae-9bb0-3361e6691256\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 15 Nov 2020 13:11:27 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 23:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"privateLinkScopedResources\":[{\"resourceId\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/hodaya_test_pl/providers/microsoft.insights/privatelinkscopes/hodaya_pls_test/scopedresources/scoped-hodaya-pl-w1-weu-aaa7bf1d-8749-4e2e-aefb-626187f56019\",\"scopeId\":\"a44a1b35-adab-4ba1-93a3-f88ca5befc75\"}],\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 15 Nov 2020 13:11:27 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 07:55:56 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hodaya_test_pl/providers/microsoft.operationalinsights/workspaces/hodaya-pl-w1-weu\",\"name\":\"hodaya-pl-w1-weu\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"62f4d2f9-6000-44bd-9ef1-9565f02ba527\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 23 Dec 2020 09:42:55 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 12:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 23 Dec 2020 09:42:55 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 08:39:17 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hohershk/providers/microsoft.operationalinsights/workspaces/ws-solution-diff-rg-weu\",\"name\":\"ws-solution-diff-rg-weu\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"846f6707-e46f-4dcd-b749-ed120fde91e9\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 15:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 17 Mar 2019 16:10:02 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 09:19:48 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/moralt/providers/microsoft.operationalinsights/workspaces/moralt-private-pc-ws\",\"name\":\"moralt-private-pc-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westeurope\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"df17a8d8-5737-471d-bba3-5232f719aaa0\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 15:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 07 Feb 2019 15:46:29 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 08:09:30 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-test-locks-rg/providers/microsoft.operationalinsights/workspaces/test-cri-deployment-no-sec\",\"name\":\"test-cri-deployment-no-sec\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"West Europe\",\"tags\":{\"platform\":\"x64\",\"stage\":\"staging\"}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"94f6e0c6-dd49-44da-b33b-992f63663380\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 22:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 07 Feb 2019 14:56:05 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 08:40:36 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-test-locks-rg/providers/microsoft.operationalinsights/workspaces/test-cri-deployment-ws\",\"name\":\"test-cri-deployment-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"West Europe\",\"tags\":{\"platform\":\"x64\",\"stage\":\"staging\"}},{\"properties\":{\"customerId\":\"0adf2f81-f38f-4160-9981-81cc485dc725\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-03-24T12:57:29Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-02T23:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-03-24T12:57:29Z\",\"modifiedDate\":\"2021-11-02T09:30:02.8442991Z\"},\"location\":\"southeastasia\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testdnsissue\",\"name\":\"testdnsissue\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"3700039c-0000-1800-0000-617f9f7a0000\\\"\"},{\"properties\":{\"customerId\":\"84e36b0c-d81c-44fe-8409-3c5eba65eab8\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-02-01T16:51:10Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-02T11:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-02-01T16:51:10Z\",\"modifiedDate\":\"2021-11-02T09:31:56.7522494Z\"},\"location\":\"southeastasia\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testseaworkspacecreate\",\"name\":\"testseaworkspacecreate\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"3700b7b2-0000-1800-0000-617f9fab0000\\\"\"},{\"properties\":{\"customerId\":\"3d6acfce-789c-4584-9a00-3a500288c766\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-07-04T10:58:34Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-03T02:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-07-04T10:58:34Z\",\"modifiedDate\":\"2021-11-02T09:29:57.8274322Z\"},\"location\":\"southeastasia\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/defaultresourcegroup-sea/providers/microsoft.operationalinsights/workspaces/defaultworkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-sea\",\"name\":\"DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-SEA\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"370028d9-0000-1800-0000-617f9fff0000\\\"\"},{\"properties\":{\"customerId\":\"b0c06f7e-98b8-4c24-8f93-74d4dab476ca\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-14T05:59:02Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-03T08:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-14T05:59:02Z\",\"modifiedDate\":\"2021-11-02T09:31:30.4923345Z\"},\"location\":\"southeastasia\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-eau-e2e/providers/microsoft.operationalinsights/workspaces/arolshan-seau\",\"name\":\"arolshan-seau\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"3700abc0-0000-1800-0000-617f9fc90000\\\"\"},{\"properties\":{\"customerId\":\"b1c29a05-ffba-4bbf-9d2d-0a30936920a0\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"PerGB2018\",\"lastSkuUpdate\":\"2022-01-17T21:44:22.0930773Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-18T02:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-01-17T21:44:22.0930773Z\",\"modifiedDate\":\"2022-01-17T21:44:22.0930773Z\"},\"location\":\"southeastasia\",\"tags\":{\"tag1\":\"val1\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/duditest/providers/Microsoft.OperationalInsights/workspaces/dudikukusea\",\"name\":\"dudikukusea\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"9a21b2d9-ee03-405a-a1aa-9bcdbff1b45d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-01-18T12:32:59.4428459Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-19T01:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-01-18T12:32:59.4428459Z\",\"modifiedDate\":\"2022-01-18T12:32:59.4428459Z\"},\"location\":\"southeastasia\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-sea\",\"name\":\"dabenham-sea\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"e9643859-a4af-4a6e-b36a-9df474ff2ade\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-07T09:30:20.8836269Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-07T12:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-02-07T09:30:20.8836269Z\",\"modifiedDate\":\"2022-02-07T09:30:20.8836269Z\"},\"location\":\"southeastasia\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/DudiTest/providers/Microsoft.OperationalInsights/workspaces/myseaworkspace\",\"name\":\"myseaworkspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"1ca6bc64-d5a8-45be-bb3f-3c7b272cffe7\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-26T14:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-04-16T06:07:23Z\",\"modifiedDate\":\"2021-10-26T12:42:15.11606Z\"},\"location\":\"australiasoutheast\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-testrg-device-health/providers/microsoft.operationalinsights/workspaces/olterner-testws-device-health\",\"name\":\"olterner-testws-device-health\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"3002ad1b-0000-1b00-0000-617532550000\\\"\"},{\"properties\":{\"customerId\":\"36b620a2-eb36-4e6b-bdaa-8348bb2c9960\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-07-09T12:35:59Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-26T14:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-07-09T12:35:59Z\",\"modifiedDate\":\"2021-10-26T12:42:20.1039017Z\"},\"location\":\"australiasoutheast\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/jorub/providers/microsoft.operationalinsights/workspaces/jorublockboxws2\",\"name\":\"jorublockboxws2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"3002b012-0000-1b00-0000-617532290000\\\"\"},{\"properties\":{\"customerId\":\"7b0103cc-5bc3-4220-9525-9d7422d9091b\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-13T14:32:19Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-27T01:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-13T14:32:19Z\",\"modifiedDate\":\"2021-10-26T12:42:39.8843197Z\"},\"location\":\"australiasoutheast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/testws-createseau\",\"name\":\"testws-createseau\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"30021313-0000-1b00-0000-6175322b0000\\\"\"},{\"properties\":{\"customerId\":\"b6c3e1c6-70aa-4a60-8307-383b843a7910\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-11-01T14:51:17.752251Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-02T11:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-11-01T14:51:17.752251Z\",\"modifiedDate\":\"2021-11-01T14:51:17.752251Z\"},\"location\":\"australiasoutheast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/olterner-rg-4-move/providers/Microsoft.OperationalInsights/workspaces/test-ws-seau\",\"name\":\"test-ws-seau\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"85bcd7fe-d493-4fdf-847c-19d2af4475a1\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-11-16T13:37:43.7746281Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-17T12:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-11-16T13:37:43.7746281Z\",\"modifiedDate\":\"2021-11-16T13:37:43.7746281Z\"},\"location\":\"australiasoutheast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/DudiTest/providers/Microsoft.OperationalInsights/workspaces/dudikukuseau\",\"name\":\"dudikukuseau\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"b7f01eeb-b5f5-4333-9dd6-38d4104e0e4a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-04-28T10:40:56Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-23T00:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-04-28T10:40:56Z\",\"modifiedDate\":\"2021-12-22T07:14:20.4760036Z\"},\"location\":\"westcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolsahn-wcus-rg/providers/microsoft.operationalinsights/workspaces/arolshan-wcus-ws\",\"name\":\"arolshan-wcus-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"b067ebc2-9fea-4e62-bfff-4c6fa6ca257e\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-07-30T07:58:33Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-22T15:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-07-30T07:58:33Z\",\"modifiedDate\":\"2021-12-22T07:14:20.7928066Z\"},\"location\":\"westcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreateworkspaceinwcus\",\"name\":\"testcreateworkspaceinwcus\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"c27bba44-233e-41b0-8478-56396b5177b4\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-01-21T13:09:19Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-22T11:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-01-21T13:09:19Z\",\"modifiedDate\":\"2021-12-22T07:14:20.8926507Z\"},\"location\":\"westcentralus\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/avi_test/providers/microsoft.operationalinsights/workspaces/ramitest\",\"name\":\"ramitest\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"c2825b52-f1fa-4b71-b68a-575466f5c9af\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-03-15T15:51:20Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-22T18:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"privateLinkScopedResources\":[],\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-03-15T15:51:20Z\",\"modifiedDate\":\"2021-12-22T07:14:21.1463233Z\"},\"location\":\"westcentralus\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/privatelink-test-eus/providers/microsoft.operationalinsights/workspaces/privatelink-test-workspace-wcus\",\"name\":\"privatelink-test-workspace-wcus\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"d56a0321-e268-4499-b3ea-9ca48e394f8d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"standard\",\"lastSkuUpdate\":\"2021-06-16T12:42:26Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-22T10:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-06-16T12:42:26Z\",\"modifiedDate\":\"2021-12-22T07:14:25.3426297Z\"},\"location\":\"westcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/altsyply.testing-rg/providers/microsoft.operationalinsights/workspaces/altsyply-workspace\",\"name\":\"altsyply-workspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"4a0ab8cb-61f4-4f6a-8b95-a0a0624e6554\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-22T18:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-08-20T14:06:58Z\",\"modifiedDate\":\"2021-12-22T07:14:26.0074103Z\"},\"location\":\"westcentralus\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/yoramsdev/providers/microsoft.operationalinsights/workspaces/yoramsdev-wcus\",\"name\":\"yoramsdev-wcus\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"17dcccf0-5fdc-44ef-a3ca-6ca140f94e31\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"standard\",\"lastSkuUpdate\":\"2021-06-16T12:46:20Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-22T12:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-06-16T12:46:20Z\",\"modifiedDate\":\"2021-12-22T07:14:26.3632796Z\"},\"location\":\"westcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/pharring.testing-rg/providers/microsoft.operationalinsights/workspaces/pharring-workspace\",\"name\":\"pharring-workspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"f9b2a820-91d1-4e36-a5df-1e47997b301c\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-06-29T07:51:48Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-22T10:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-06-29T07:51:48Z\",\"modifiedDate\":\"2021-12-22T07:14:26.5003406Z\"},\"location\":\"westcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan.test.policy/providers/microsoft.operationalinsights/workspaces/arolshan-test-workspace\",\"name\":\"arolshan-test-workspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"08e22a8f-4155-477c-87df-34dc9545fb0d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"PerGB2018\",\"lastSkuUpdate\":\"2022-02-15T12:51:09.807637Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-15T18:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-09-13T07:34:54Z\",\"modifiedDate\":\"2022-02-15T12:51:09.8075849Z\"},\"location\":\"westcentralus\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/dudi-kukuwcus\",\"name\":\"dudi-kukuwcus\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0000ca4f-0000-0600-0000-620b9e860000\\\"\"},{\"properties\":{\"customerId\":\"10255914-5f2c-447d-8888-1aca987c838e\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-03-17T15:25:25Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-23T05:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-03-17T15:25:25Z\",\"modifiedDate\":\"2021-12-22T07:14:26.8201853Z\"},\"location\":\"westcentralus\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/defaultresourcegroup-wcus/providers/microsoft.operationalinsights/workspaces/defaultworkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-wcus\",\"name\":\"DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-WCUS\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"a89200e3-e0eb-47a9-b90a-9916f1b29d3e\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"standard\",\"lastSkuUpdate\":\"2021-06-16T12:38:33Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-23T02:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-06-16T12:38:33Z\",\"modifiedDate\":\"2021-12-22T07:14:28.0860968Z\"},\"location\":\"westcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/alkaplan.testing-rg/providers/microsoft.operationalinsights/workspaces/alkaplan-workspace\",\"name\":\"alkaplan-workspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"4072ecb7-14fb-4bdf-a8d4-0116fe9ff267\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"standard\",\"lastSkuUpdate\":\"2020-06-02T12:53:09Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-22T10:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"privateLinkScopedResources\":[],\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-06-02T12:53:09Z\",\"modifiedDate\":\"2021-12-22T07:14:28.2254375Z\"},\"location\":\"westcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arikolshpublic.testing-rg/providers/microsoft.operationalinsights/workspaces/arikolshpublic-workspace-2\",\"name\":\"arikolshpublic-workspace-2\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"58247c6f-4ac5-4532-aded-48bbac22517e\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"standard\",\"lastSkuUpdate\":\"2021-07-28T19:36:40Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-23T04:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-07-28T19:36:40Z\",\"modifiedDate\":\"2021-12-22T07:14:34.6944978Z\"},\"location\":\"westcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/altsyplymon.testing-rg/providers/microsoft.operationalinsights/workspaces/altsyplymon-workspace\",\"name\":\"altsyplymon-workspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"ab5492a2-56e8-4cca-81a3-45bee70771e0\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-08-29T09:15:13Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-22T12:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-29T09:15:13Z\",\"modifiedDate\":\"2021-12-22T07:14:36.6407562Z\"},\"location\":\"westcentralus\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testskucreate\",\"name\":\"testskucreate\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"b116b27a-fda3-43d1-b865-cf05004fa54f\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"standard\",\"lastSkuUpdate\":\"2020-06-02T12:51:46Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-22T22:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"privateLinkScopedResources\":[],\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-06-02T12:51:46Z\",\"modifiedDate\":\"2021-12-22T07:14:51.4068357Z\"},\"location\":\"westcentralus\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arikolshpublic.testing-rg/providers/microsoft.operationalinsights/workspaces/arikolshpublic-workspace-1\",\"name\":\"arikolshpublic-workspace-1\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"3d83a32a-3311-42af-b157-da42c9643710\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"standard\",\"lastSkuUpdate\":\"2021-07-27T07:27:52Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-23T03:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-07-27T07:27:52Z\",\"modifiedDate\":\"2021-12-22T07:14:51.8935999Z\"},\"location\":\"westcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/frodoaimon.testing-rg/providers/microsoft.operationalinsights/workspaces/frodoaimon-workspace\",\"name\":\"frodoaimon-workspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"756fb6b6-556b-4451-a688-9af47d7d969b\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-11-22T09:51:00Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-22T15:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-11-22T09:51:00Z\",\"modifiedDate\":\"2021-12-22T07:15:17.9748939Z\"},\"location\":\"westcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/dudikukudkds\",\"name\":\"dudikukudkds\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"0c19fb9e-0a39-42c1-8d10-0e2dcce8167d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-03T09:07:01.4989923Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-04T01:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-02-03T09:07:01.4989923Z\",\"modifiedDate\":\"2022-02-03T09:07:01.4989923Z\"},\"location\":\"westcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/vipinhas_testing/providers/Microsoft.OperationalInsights/workspaces/WorkdspaceWCUS\",\"name\":\"WorkdspaceWCUS\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"79eb4a6e-d150-4cbc-90ba-8fcf8a55818d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-07-05T07:58:09Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-17T11:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-07-05T07:58:09Z\",\"modifiedDate\":\"2022-01-16T14:48:10.4751488Z\"},\"location\":\"japaneast\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/gdwtesting/providers/microsoft.operationalinsights/workspaces/gdw-ejp-01\",\"name\":\"gdw-ejp-01\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"1a004eb6-0000-2300-0000-61de61b20000\\\"\"},{\"properties\":{\"customerId\":\"e7eabcca-45e7-479a-abe6-7dbd1e5f51e7\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-01T18:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-04-11T17:40:54Z\",\"modifiedDate\":\"2021-11-30T19:00:31.4433625Z\"},\"location\":\"uksouth\",\"tags\":{\"SnapshotTag\":\"ReflectInSnapshot\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-suk-test/providers/microsoft.operationalinsights/workspaces/olterner-test-solution\",\"name\":\"olterner-test-solution\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"8b8af3f5-fda1-40bc-8f6b-3ae1550cef23\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-07-07T14:01:14Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-01T10:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-07-07T14:01:14Z\",\"modifiedDate\":\"2021-11-30T19:00:31.4592117Z\"},\"location\":\"uksouth\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/gdwtesting/providers/microsoft.operationalinsights/workspaces/gdw-suk-01\",\"name\":\"gdw-suk-01\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"3b15842b-3089-4e54-9025-066d22e07061\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-07-25T16:03:54Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":100.0,\"quotaNextResetTime\":\"2021-12-01T05:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-07-25T14:52:47Z\",\"modifiedDate\":\"2021-11-30T19:01:23.1546732Z\"},\"location\":\"uksouth\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/test-bug\",\"name\":\"test-bug\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"8eb59f9f-17d7-4e55-a553-185b6d46a0c8\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 06 Dec 2020 13:29:13 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 05:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Disabled\",\"publicNetworkAccessForQuery\":\"Disabled\",\"createdDate\":\"Sun, 06 Dec 2020 13:29:13 GMT\",\"modifiedDate\":\"Tue, 02 Feb 2021 07:57:04 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-qp-new/providers/microsoft.operationalinsights/workspaces/arolshan-qp-cid-1\",\"name\":\"arolshan-qp-cid-1\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"centralindia\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"2a9578ab-77ae-40ae-856f-ce44c86f0ab7\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 06 Dec 2020 16:34:03 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 05:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 06 Dec 2020 16:34:03 GMT\",\"modifiedDate\":\"Thu, 28 Jan 2021 13:34:06 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-qp-new/providers/microsoft.operationalinsights/workspaces/arolshan-qp-cid-2\",\"name\":\"arolshan-qp-cid-2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"centralindia\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"191f3b4c-fb50-4596-9937-526e11e54cdf\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 10 Mar 2021 10:41:45 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 23:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 10 Mar 2021 10:41:45 GMT\",\"modifiedDate\":\"Wed, 10 Mar 2021 10:41:47 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/defaultresourcegroup-cin/providers/microsoft.operationalinsights/workspaces/defaultworkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-cin\",\"name\":\"DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-CIN\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"centralindia\"},{\"properties\":{\"customerId\":\"ed26f648-95fe-4801-9288-262dc84c1d5e\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-06-22T16:02:58Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-16T14:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-06-22T16:02:58Z\",\"modifiedDate\":\"2022-01-16T08:45:41.7837251Z\"},\"location\":\"canadacentral\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/defaultresourcegroup-cca/providers/microsoft.operationalinsights/workspaces/defaultworkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-cca\",\"name\":\"DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-CCA\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"3a00acd2-0000-0a00-0000-61d3fea70000\\\"\"},{\"properties\":{\"customerId\":\"0910108f-7eb9-400a-a2cc-847c1df07390\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-06-22T14:54:53Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-16T16:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-06-22T14:54:53Z\",\"modifiedDate\":\"2022-01-16T08:45:34.1042086Z\"},\"location\":\"canadacentral\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/gdwtesting/providers/microsoft.operationalinsights/workspaces/gdw-ccan-01\",\"name\":\"gdw-ccan-01\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"3a00f8cd-0000-0a00-0000-61d3fe8a0000\\\"\"},{\"properties\":{\"customerId\":\"c4c87c63-4a95-4aab-858c-c07c06ad4e11\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-01T08:37:11.9835022Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-02T00:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-02-01T08:37:11.9835022Z\",\"modifiedDate\":\"2022-02-01T08:37:11.9835022Z\"},\"location\":\"canadacentral\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-ccan\",\"name\":\"dabenham-ccan\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"8e89952a-637e-4ad8-b667-6a992ec42dcc\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 06 Dec 2020 16:35:11 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 09:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 06 Dec 2020 16:35:11 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 12:37:08 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-qp-new/providers/microsoft.operationalinsights/workspaces/arolshan-qp-wus2-1\",\"name\":\"arolshan-qp-wus2-1\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westus2\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"3235ae6c-6c02-4606-bdbb-8261a4210b49\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 06 Jan 2021 20:46:23 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 13:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 06 Jan 2021 20:46:23 GMT\",\"modifiedDate\":\"Mon, 24 May 2021 20:35:58 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-wus2\",\"name\":\"dabenham-WUS2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westus2\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"9490752d-a7c1-42d0-9121-59148c37a6d3\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Fri, 31 Jul 2020 08:17:32 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 16:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Fri, 31 Jul 2020 08:17:32 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 12:36:41 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/defaultresourcegroup-wus2/providers/microsoft.operationalinsights/workspaces/defaultworkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-wus2\",\"name\":\"DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-WUS2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westus2\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"41945fe2-bb7f-4731-a66f-9066327de0d5\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 16 Nov 2021 15:34:49 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 12:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 16 Nov 2021 15:34:49 GMT\",\"modifiedDate\":\"Tue, 16 Nov 2021 15:34:50 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/dudikukuwus2\",\"name\":\"dudikukuwus2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westus2\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"a38269d6-a654-4c30-a315-f18bd868577c\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 22 Jun 2020 14:51:24 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 02:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"enableFailover\":true,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 22 Jun 2020 14:51:24 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 12:40:56 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/gdwtesting/providers/microsoft.operationalinsights/workspaces/gdw-wus2-01\",\"name\":\"gdw-wus2-01\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westus2\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"b0691f7a-1925-47e7-96a2-a9a4f1a539fa\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 22 Mar 2021 16:55:33 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 17:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 22 Mar 2021 16:55:33 GMT\",\"modifiedDate\":\"Mon, 22 Mar 2021 16:55:38 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/adimtest/providers/microsoft.operationalinsights/workspaces/validateunique\",\"name\":\"validateUnique\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"australiacentral\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"55b520b4-eb9c-42e5-9d4b-ae9c85d629a8\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 26 Oct 2020 07:34:55 GMT\"},\"retentionInDays\":120,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":false},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 05:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 26 Oct 2020 07:34:55 GMT\",\"modifiedDate\":\"Mon, 08 Feb 2021 14:41:01 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/adimtest/providers/microsoft.operationalinsights/workspaces/tomtesttablesarmtemplate\",\"name\":\"TomTestTablesArmTemplate\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"australiacentral\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"817fb686-ec23-4ea4-8741-f7dbb618379c\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 02 Mar 2021 13:27:47 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 07:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 02 Mar 2021 13:27:47 GMT\",\"modifiedDate\":\"Tue, 02 Mar 2021 13:27:49 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/lacp-regions-test/providers/microsoft.operationalinsights/workspaces/lacp-ws-cau\",\"name\":\"lacp-ws-cau\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"australiacentral\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"0ab742f6-505e-4edb-955c-dcfb983b329d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 31 Mar 2020 18:17:41 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 07:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 31 Mar 2020 18:17:41 GMT\",\"modifiedDate\":\"Mon, 08 Feb 2021 14:41:14 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/yoramsdev/providers/microsoft.operationalinsights/workspaces/yorams-cau2\",\"name\":\"yorams-cau2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"australiacentral\"},{\"properties\":{\"customerId\":\"e91713fd-9625-4d18-8f52-2801b5fc8d59\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-09-30T11:51:54Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-25T07:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-09-14T06:47:51Z\",\"modifiedDate\":\"2021-10-24T09:11:57.1164248Z\"},\"location\":\"australiaeast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/australiatestcmk\",\"name\":\"australiaTestCmk\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"5c0135f6-0000-1a00-0000-6155a4a40000\\\"\"},{\"properties\":{\"customerId\":\"646bd824-d795-46d9-b3ca-bf7e68e96d6a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-10T14:42:46Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-25T03:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-10T14:42:46Z\",\"modifiedDate\":\"2021-10-24T09:11:56.9849067Z\"},\"location\":\"australiaeast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/testeauws1\",\"name\":\"testeauws1\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"c601df0a-0000-1a00-0000-6162fbe60000\\\"\"},{\"properties\":{\"customerId\":\"c67deac1-2def-4a70-bfce-2c71bf406ef7\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-14T08:11:28Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-25T05:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-14T08:11:29Z\",\"modifiedDate\":\"2021-10-24T09:11:49.2669167Z\"},\"location\":\"australiaeast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/test-ws-eautest\",\"name\":\"test-ws-eautest\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"cb015b00-0000-1a00-0000-6167e6300000\\\"\"},{\"properties\":{\"customerId\":\"caa6afad-f63b-442f-ac3b-987a6d2e2d51\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-14T10:21:45Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-24T14:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-14T10:21:56Z\",\"modifiedDate\":\"2021-10-24T09:15:26.0941525Z\"},\"location\":\"australiaeast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/test-ws-mapping0009\",\"name\":\"test-ws-mapping0009\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"d6017bfc-0000-1a00-0000-616804b90000\\\"\"},{\"properties\":{\"customerId\":\"97fbeed4-a246-41fb-ab8b-be835a3684ce\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-18T13:12:30Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-25T03:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-18T13:12:30Z\",\"modifiedDate\":\"2021-10-24T09:11:16.6705022Z\"},\"location\":\"australiaeast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-suk-test/providers/microsoft.operationalinsights/workspaces/test-ws-mapping123\",\"name\":\"test-ws-mapping123\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"67005892-0000-1a00-0000-616d72be0000\\\"\"},{\"properties\":{\"customerId\":\"7c1fb2d6-3050-4be1-bfd9-63426e335c8c\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-19T12:14:09Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-16T23:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-19T12:14:09Z\",\"modifiedDate\":\"2021-11-16T13:34:29.2892857Z\"},\"location\":\"australiaeast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan/providers/microsoft.operationalinsights/workspaces/la-workspace-eau-test\",\"name\":\"la-workspace-eau-test\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0800f433-0000-1a00-0000-619374f70000\\\"\"},{\"properties\":{\"customerId\":\"93dafaed-d443-49d0-a858-d92daf268072\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-19T19:14:02Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-25T02:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-19T19:14:02Z\",\"modifiedDate\":\"2021-10-24T09:11:07.5380602Z\"},\"location\":\"australiaeast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/yoramsdev/providers/microsoft.operationalinsights/workspaces/yorams-eau\",\"name\":\"yorams-eau\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"6e003d43-0000-1a00-0000-616f18fa0000\\\"\"},{\"properties\":{\"customerId\":\"32ec1f0f-f2c2-4efd-8207-33c7c4478231\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-13T10:30:07Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-25T04:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-13T10:30:07Z\",\"modifiedDate\":\"2021-10-24T09:11:51.6757251Z\"},\"location\":\"australiaeast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/tomtest/providers/microsoft.operationalinsights/workspaces/tomtestharddelete\",\"name\":\"TomTestHardDelete\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"d4c1da56-7f5b-48ec-a8f0-153f8e18b4a5\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-28T10:47:11.4921829Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-29T09:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-28T10:47:11.4921829Z\",\"modifiedDate\":\"2021-10-28T10:49:36.3150551Z\"},\"location\":\"australiaeast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/olterner-rg-4-move/providers/Microsoft.OperationalInsights/workspaces/ACamelNotCase\",\"name\":\"ACamelNotCase\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"090003ee-0000-1a00-0000-617a7fb20000\\\"\"},{\"properties\":{\"customerId\":\"ea4e1388-5931-4b24-8fa2-71cdb04c8315\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"PerGB2018\",\"lastSkuUpdate\":\"2021-11-22T12:33:51.5598887Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-23T06:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-11-22T12:33:51.5598887Z\",\"modifiedDate\":\"2021-11-22T12:33:51.5598887Z\"},\"location\":\"australiaeast\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/DefaultResourceGroup-EAU/providers/Microsoft.OperationalInsights/workspaces/DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-EAU\",\"name\":\"DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-EAU\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"cb49d49a-0367-4386-8fee-36ee4107355a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-05T09:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-01-24T16:12:56Z\",\"modifiedDate\":\"2022-01-05T05:53:59.2468247Z\"},\"location\":\"francecentral\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/tomtest/providers/microsoft.operationalinsights/workspaces/tomworkspacefrance\",\"name\":\"TomWorkspaceFrance\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010090bd-0000-0e00-0000-61c1f7990000\\\"\"},{\"properties\":{\"customerId\":\"01abcdaa-37c9-4494-be91-85308d120705\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-04-22T07:38:32Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-30T19:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-04-22T07:38:32Z\",\"modifiedDate\":\"2022-01-30T14:21:59.4969764Z\"},\"location\":\"koreacentral\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/defaultresourcegroup-se/providers/microsoft.operationalinsights/workspaces/defaultworkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-se\",\"name\":\"DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-SE\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"e2fcd025-dd3d-4748-b0a8-490f84582104\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-31T04:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-01-24T16:16:48Z\",\"modifiedDate\":\"2022-01-30T14:22:04.4350716Z\"},\"location\":\"koreacentral\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/tomtest/providers/microsoft.operationalinsights/workspaces/tomworkspacekorea\",\"name\":\"TomWorkspaceKorea\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"7e312e91-341b-4d7a-be86-dd93f385ef78\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 23 Dec 2020 09:40:59 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 01:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 23 Dec 2020 09:40:59 GMT\",\"modifiedDate\":\"Thu, 28 Jan 2021 14:44:35 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hohershk/providers/microsoft.operationalinsights/workspaces/ws-solution-diff-rg\",\"name\":\"ws-solution-diff-rg\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"northeurope\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"df8f840a-a45b-4920-b9e3-79ae4c0ba6ff\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 26 Jan 2021 10:51:36 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 15:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 26 Jan 2021 10:51:36 GMT\",\"modifiedDate\":\"Thu, 28 Jan 2021 13:37:11 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-cus\",\"name\":\"dabenham-cus\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"centralus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"900379ba-7821-4c0c-b59c-7b08cb3fda68\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Thu, 05 Aug 2021 10:02:59 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 03:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 05 Aug 2021 10:02:59 GMT\",\"modifiedDate\":\"Thu, 05 Aug 2021 10:02:59 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dhaiman/providers/microsoft.operationalinsights/workspaces/danieltest\",\"name\":\"danieltest\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"centralus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"0910108f-7eb9-400a-a2cc-847c1df07390\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 22 Jun 2020 14:54:53 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 16:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"enableFailover\":false,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 22 Jun 2020 14:54:53 GMT\",\"modifiedDate\":\"Thu, 28 Jan 2021 13:37:23 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/gdwtesting/providers/microsoft.operationalinsights/workspaces/gdw-ccan-01\",\"name\":\"gdw-ccan-01\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"canadacentral\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"bfcdf9db-f641-4a0f-b4dc-eedd9b9cdf2b\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Thu, 18 Jun 2020 07:50:07 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 21:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 18 Jun 2020 07:50:07 GMT\",\"modifiedDate\":\"Thu, 28 Jan 2021 13:40:34 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/gdwtesting/providers/microsoft.operationalinsights/workspaces/gdw-cus-01\",\"name\":\"gdw-cus-01\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"centralus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"903d9a89-8963-4d86-b8d9-82a2e98b17d0\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 20 Jan 2021 12:52:07 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 13:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 20 Jan 2021 12:52:07 GMT\",\"modifiedDate\":\"Thu, 28 Jan 2021 13:37:23 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/olt-lacpwstest2\",\"name\":\"olt-lacpwstest2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"centralus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"e0851ce9-aeab-4f27-ad42-ed7034925021\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 21:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 30 May 2019 22:59:46 GMT\",\"modifiedDate\":\"Thu, 28 Jan 2021 13:40:34 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-test-doc-db/providers/microsoft.operationalinsights/workspaces/olterner-test-cus\",\"name\":\"olterner-test-cus\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"centralus\",\"tags\":{\"testTag\":\"testTagValue1111\"}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"297f5dee-327d-4cff-a889-7f2e86e577ae\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 06 Apr 2020 06:23:17 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 15:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Disabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 06 Apr 2020 06:23:17 GMT\",\"modifiedDate\":\"Thu, 28 Jan 2021 14:37:02 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hohershk/providers/microsoft.operationalinsights/workspaces/link-storage-ws\",\"name\":\"link-storage-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastasia\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"5d6ffb6c-c994-44e2-b570-d573f2bcfdb3\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 22 Mar 2021 16:53:56 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 15:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 22 Mar 2021 16:53:56 GMT\",\"modifiedDate\":\"Mon, 22 Mar 2021 16:53:58 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hohershk/providers/microsoft.operationalinsights/workspaces/validateunique\",\"name\":\"validateUnique\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastasia\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"e942bf4c-f6a6-4f34-aedd-702959bb4c9c\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 07 Sep 2020 07:17:20 GMT\"},\"retentionInDays\":32,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 02:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 07 Sep 2020 07:17:20 GMT\",\"modifiedDate\":\"Sun, 21 Feb 2021 12:37:42 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testingestion\",\"name\":\"testingestion\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus2\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"2e501650-f3ec-4729-a459-9daa7066bc19\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 26 Jan 2022 15:37:31 GMT\"},\"retentionInDays\":31,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 00:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 26 Jan 2022 15:37:31 GMT\",\"modifiedDate\":\"Wed, 16 Feb 2022 13:07:56 GMT\",\"defaultDataCollectionRuleResourceId\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/TomTest/providers/Microsoft.Insights/dataCollectionRules/TomDCR\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/tomtest/providers/microsoft.operationalinsights/workspaces/tomtestworkspace\",\"name\":\"TomTestWorkspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus2\",\"tags\":{}},{\"properties\":{\"customerId\":\"c8c1182c-4761-40b7-b444-4623851353f1\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-03-24T20:53:03Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-31T09:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-03-24T20:53:03Z\",\"modifiedDate\":\"2022-01-30T14:24:20.7686693Z\"},\"location\":\"southcentralus\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testworkspace123211\",\"name\":\"testworkspace123211\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"efeeaa51-f075-4f00-b400-d10f46960cff\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-03-24T15:22:28Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-31T06:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-03-24T15:22:28Z\",\"modifiedDate\":\"2022-01-30T14:24:29.0351867Z\"},\"location\":\"southcentralus\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testworkspacecreate\",\"name\":\"testworkspacecreate\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"bada99e9-cee0-41b6-bd20-b3f4d79d8d69\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-31T02:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-05-30T22:45:12Z\",\"modifiedDate\":\"2022-01-30T14:25:46.7560268Z\"},\"location\":\"southcentralus\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-test-doc-db/providers/microsoft.operationalinsights/workspaces/olterner-test-scus\",\"name\":\"olterner-test-scus\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"c5d83f89-4f5f-462e-a149-d287b47c32f9\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-18T17:10:14.524836Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-19T08:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-02-18T17:10:14.524836Z\",\"modifiedDate\":\"2022-02-18T17:10:14.524836Z\"},\"location\":\"southcentralus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/olterner-rg-4-move/providers/Microsoft.OperationalInsights/workspaces/testscusws1\",\"name\":\"testscusws1\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"1ba6d522-48ad-4275-b15e-d3ccccbc2beb\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-07-28T06:10:38Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-30T22:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-07-28T06:10:38Z\",\"modifiedDate\":\"2022-01-30T14:22:51.7741044Z\"},\"location\":\"northcentralus\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/defaultresourcegroup-ncus/providers/microsoft.operationalinsights/workspaces/defaultworkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-ncus\",\"name\":\"DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-NCUS\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"1304e0e7-5b26-4122-93d2-4349fd8b1922\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-21T20:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-06-18T11:46:21Z\",\"modifiedDate\":\"2022-02-21T09:12:17.3712015Z\"},\"location\":\"westus\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/moralt/providers/microsoft.operationalinsights/workspaces/moralt-oms-test-wus\",\"name\":\"moralt-oms-test-wus\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"24002ebf-0000-0700-0000-61ee549a0000\\\"\"},{\"properties\":{\"customerId\":\"f2029089-e43f-4ad9-a3ee-d001979e320b\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-06-22T12:26:12Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-17T10:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-06-22T12:26:12Z\",\"modifiedDate\":\"2021-12-16T12:49:19.0855122Z\"},\"location\":\"ukwest\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/idsternitsm/providers/microsoft.operationalinsights/workspaces/idsternwukitsm\",\"name\":\"idsternWukITSM\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"04001dee-0000-1000-0000-61b9a4070000\\\"\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"75921ef2-9c7e-4b49-b326-8c577c05031f\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Thu, 21 Nov 2019 12:19:40 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 02:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 21 Nov 2019 12:19:40 GMT\",\"modifiedDate\":\"Thu, 28 Jan 2021 13:33:39 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/kuku-ws\",\"name\":\"kuku-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"brazilsouth\"},{\"properties\":{\"customerId\":\"66e32065-c50f-4821-8d65-a89b6b7139b6\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-04-02T06:09:17Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-09T11:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-04-02T06:09:17Z\",\"modifiedDate\":\"2022-02-08T14:43:46.4113042Z\"},\"location\":\"switzerlandnorth\",\"tags\":{\"dsa\":\"s\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/cmktest7\",\"name\":\"cmktest7\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"42001277-0000-1600-0000-61c075870000\\\"\"},{\"properties\":{\"customerId\":\"8fc4fd90-5ada-4427-b4ac-d6b40ce4c055\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2019-10-17T13:51:30Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-09T12:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-10-17T13:51:30Z\",\"modifiedDate\":\"2022-02-08T14:42:04.9399659Z\"},\"location\":\"switzerlandnorth\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/olternertestbyokchn\",\"name\":\"olternertestbyokchn\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"42006a76-0000-1600-0000-61c075860000\\\"\"},{\"properties\":{\"customerId\":\"3a80d84d-e907-4df5-b223-01cd79fee977\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2019-10-30T15:37:38Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-09T00:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-10-30T15:37:38Z\",\"modifiedDate\":\"2022-02-08T14:44:08.819845Z\"},\"location\":\"switzerlandnorth\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-test-lock-rg-eus/providers/microsoft.operationalinsights/workspaces/olterner-byokwschn2\",\"name\":\"olterner-byokwschn2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"42000177-0000-1600-0000-61c075870000\\\"\"},{\"properties\":{\"customerId\":\"b2eb58d5-447d-4a43-a5eb-07e9a351917d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2019-10-17T14:10:05Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-09T11:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-10-17T14:10:05Z\",\"modifiedDate\":\"2022-02-08T14:41:57.6156858Z\"},\"location\":\"switzerlandnorth\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/olterner-testbyok-chn2\",\"name\":\"olterner-testbyok-chn2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"4200f976-0000-1600-0000-61c075870000\\\"\"},{\"properties\":{\"customerId\":\"fb43c20e-b7bf-4926-9af4-1c817cdbafe2\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-04-02T05:57:53Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-09T03:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-04-02T05:57:53Z\",\"modifiedDate\":\"2022-02-08T14:41:59.391198Z\"},\"location\":\"switzerlandnorth\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/cmktest123\",\"name\":\"CMKtest123\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"42003b77-0000-1600-0000-61c075870000\\\"\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"08edea8a-4cb7-41b8-96b3-0eff9a767811\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 15 Oct 2019 10:48:00 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 05:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 15 Oct 2019 10:48:00 GMT\",\"modifiedDate\":\"Wed, 16 Dec 2020 16:05:30 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/moralt/providers/microsoft.operationalinsights/workspaces/tomtestswitzno\",\"name\":\"TomTestSwitzNo\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"SwitzerlandWest\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"a103c997-3ee4-45d0-9f88-2105bb06f3ba\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":0},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 11:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"modifiedDate\":\"Mon, 24 Aug 2020 13:26:18 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan/providers/microsoft.operationalinsights/workspaces/sst2\",\"name\":\"sst2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus2euap\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"9b81efb6-2d76-4f79-ae24-de9b799da782\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 21 Sep 2020 07:50:53 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 17:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 21 Sep 2020 07:50:53 GMT\",\"modifiedDate\":\"Wed, 16 Dec 2020 16:05:43 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/teststorageinsightsconfig\",\"name\":\"testStorageInsightsConfig\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"germanywestcentral\",\"tags\":{}},{\"properties\":{\"customerId\":\"2c871c56-0e03-4a47-ad7d-eb6dc6954451\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-05-26T11:35:15Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-02T23:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-05-26T11:35:15Z\",\"modifiedDate\":\"2022-01-02T08:21:28.4710819Z\"},\"location\":\"australiacentral2\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/dudikukucbr2\",\"name\":\"dudikukucbr2\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"37f5e00e-4ea3-4959-9d0e-6f09dd7c7545\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-03-02T13:29:30Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-02T21:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-03-02T13:29:30Z\",\"modifiedDate\":\"2022-01-02T08:21:28.4802806Z\"},\"location\":\"australiacentral2\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/lacp-regions-test/providers/microsoft.operationalinsights/workspaces/lacp-ws-cbr2-sec\",\"name\":\"lacp-ws-cbr2-sec\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"ff9d581e-a78a-43ef-99cc-9a4063768c61\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-12-29T15:39:49Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-18T13:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-12-29T15:39:49Z\",\"modifiedDate\":\"2021-11-18T09:17:04.4599585Z\"},\"location\":\"uaenorth\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/viki-test/providers/microsoft.operationalinsights/workspaces/test-asc-123\",\"name\":\"test-ASC-123\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"1c3f5130-0e76-480d-848c-0758f4b0add8\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-11-21T14:41:48Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-22T07:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-11-21T14:41:48Z\",\"modifiedDate\":\"2021-11-21T14:41:46.7325953Z\"},\"location\":\"uaenorth\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-suk-test/providers/microsoft.operationalinsights/workspaces/test-ws-dxb\",\"name\":\"test-ws-dxb\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"038f6801-68bd-47a6-9b6b-f85e76d3b319\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-16T13:01:27.1823594Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-16T23:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-02-16T13:01:27.1823594Z\",\"modifiedDate\":\"2022-02-16T13:01:27.1823594Z\"},\"location\":\"uaenorth\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/vipinhas_testing/providers/Microsoft.OperationalInsights/workspaces/testexport\",\"name\":\"testexport\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"f8ec5d58-25c7-4c6e-9801-306d7135559e\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-11-21T12:29:03Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-22T04:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-11-21T12:29:03Z\",\"modifiedDate\":\"2021-11-21T12:29:02.0531132Z\"},\"location\":\"japanwest\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-suk-test/providers/microsoft.operationalinsights/workspaces/test-ws-osws\",\"name\":\"test-ws-osws\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"89882eea-a0f6-4f28-8f67-70263a4326a6\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-16T13:59:47.6118626Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-17T00:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-02-16T13:59:47.6118626Z\",\"modifiedDate\":\"2022-02-16T13:59:47.6118626Z\"},\"location\":\"norwayeast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/vipinhas_testing/providers/Microsoft.OperationalInsights/workspaces/testexport-noe\",\"name\":\"testexport-noe\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"41292f8f-54d7-4f0e-bb72-4b3ca4e0f1fc\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Sun, 29 Aug 2021 12:23:02 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 01:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 29 Aug 2021 12:23:02 GMT\",\"modifiedDate\":\"Sun, 29 Aug 2021 12:23:05 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/adimtest/providers/microsoft.operationalinsights/workspaces/koreasouth-test-ws\",\"name\":\"koreasouth-test-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"koreasouth\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"6c25211b-5927-4360-b60f-70f0edad4ce4\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Mon, 28 Jun 2021 07:40:04 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 13:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 28 Jun 2021 07:40:04 GMT\",\"modifiedDate\":\"Mon, 28 Jun 2021 07:40:06 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/adimtest/providers/microsoft.operationalinsights/workspaces/testjiow\",\"name\":\"testjiow\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"jioindiawest\",\"tags\":{}},{\"properties\":{\"customerId\":\"fee96e29-d5df-424a-ae6c-67d8151f503d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-06-27T13:52:44Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-12-20T01:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-06-27T13:52:44Z\",\"modifiedDate\":\"2021-12-19T08:01:20.6056253Z\"},\"location\":\"canadaeast\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/adimtest/providers/microsoft.operationalinsights/workspaces/testce\",\"name\":\"testce\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"7d0a5547-b4b8-43ed-9771-3bc407d1101a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2019-11-03T13:33:07Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":false},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T18:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-11-03T13:33:07Z\",\"modifiedDate\":\"2021-09-19T06:22:17.4888815Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/gdwtesting/providers/microsoft.operationalinsights/workspaces/gdw-testing\",\"name\":\"gdw-testing\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010060ee-0000-3400-0000-612b66740000\\\"\"},{\"properties\":{\"customerId\":\"f1ccf603-7360-4ead-9b59-09c571efe0ab\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T04:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-07-19T13:18:28Z\",\"modifiedDate\":\"2021-09-19T06:22:18.2636329Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/yoramsdev/providers/microsoft.operationalinsights/workspaces/yorams-ar\",\"name\":\"yorams-ar\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01006eef-0000-3400-0000-612b66770000\\\"\"},{\"properties\":{\"customerId\":\"438c84da-4645-4ce2-9f75-5feb6d105c68\",\"provisioningState\":\"Creating\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T12:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-01-31T09:05:27Z\",\"modifiedDate\":\"2021-09-19T06:23:21.9950399Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/olt-lacp-test121\",\"name\":\"olt-lacp-test121\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100a5fb-0000-3400-0000-612b668a0000\\\"\"},{\"properties\":{\"customerId\":\"d40ca421-a87a-456f-9849-622cbcd0d1c0\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-02-06T09:16:49Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T20:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-02-06T09:16:49Z\",\"modifiedDate\":\"2021-09-19T06:22:18.2823752Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/testmove/providers/microsoft.operationalinsights/workspaces/cmktest\",\"name\":\"CMKTest\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010054ed-0000-3400-0000-612b66700000\\\"\"},{\"properties\":{\"customerId\":\"8733c82b-fe25-4386-a7a1-4ca56207df50\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-03-08T09:45:47Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T03:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-03-08T09:45:47Z\",\"modifiedDate\":\"2021-09-19T06:22:47.6125936Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/jorub-la-byok-eus2p/providers/microsoft.operationalinsights/workspaces/jorubcmkpoceus2pws\",\"name\":\"jorubcmkpoceus2pws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010058ef-0000-3400-0000-612b66770000\\\"\"},{\"properties\":{\"customerId\":\"6f6990cd-0f9a-40e0-b0ad-4dbc9fb8d808\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-08-03T06:19:43Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T09:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-08-03T06:19:43Z\",\"modifiedDate\":\"2021-09-19T06:22:50.8164763Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate12324\",\"name\":\"testCreate12324\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010084f8-0000-3400-0000-612b66870000\\\"\"},{\"properties\":{\"customerId\":\"a524a740-cd77-4da5-9544-de14936aa073\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-12-24T11:40:52Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T12:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-06-09T14:16:17Z\",\"modifiedDate\":\"2021-09-19T06:22:42.9940577Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-latest\",\"name\":\"dabenham-LATest\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010050ee-0000-3400-0000-612b66730000\\\"\"},{\"properties\":{\"customerId\":\"c84497ef-1a07-4157-992c-5edc34a48f9f\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-11-12T13:14:43Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T04:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-11-12T13:14:43Z\",\"modifiedDate\":\"2021-09-19T06:22:24.6706334Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/yoramsdev/providers/microsoft.operationalinsights/workspaces/yorams-az-drill\",\"name\":\"yorams-az-drill\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010057ee-0000-3400-0000-612b66730000\\\"\"},{\"properties\":{\"customerId\":\"a0c967c6-2051-45e2-8f3e-1e10187009ba\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-02-14T08:23:35Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T01:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-02-14T08:23:35Z\",\"modifiedDate\":\"2021-09-19T06:22:48.5589253Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testworkspacecreatev2\",\"name\":\"testworkspacecreatev2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100bff0-0000-3400-0000-612b66790000\\\"\"},{\"properties\":{\"customerId\":\"d273899c-216d-43e1-be64-f02a9ff8e3dc\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-06-09T14:41:56Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T19:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-11-18T10:07:46Z\",\"modifiedDate\":\"2021-09-19T06:22:50.3224917Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-troubleshootinge2e\",\"name\":\"dabenham-troubleShootingE2E\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010021f0-0000-3400-0000-612b66780000\\\"\"},{\"properties\":{\"customerId\":\"c0a8c781-0cf1-4a29-a3eb-b0dcce33b0ca\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-02-19T12:48:04Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":false},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-03-03T00:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-02-19T12:48:04Z\",\"modifiedDate\":\"2022-03-02T07:16:07.1234401Z\",\"defaultDataCollectionRuleResourceId\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/DudiTest/providers/Microsoft.Insights/dataCollectionRules/dudi_default_dcr\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/dudi-kuku3\",\"name\":\"dudi-kuku3\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"c8008a92-0000-3300-0000-6154a8130000\\\"\"},{\"properties\":{\"customerId\":\"688832d3-6503-4f46-b224-167069961c8e\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-02-15T15:24:05Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T00:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-02-15T15:24:05Z\",\"modifiedDate\":\"2021-09-19T06:22:50.0816394Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dhaiman/providers/microsoft.operationalinsights/workspaces/storagetestws\",\"name\":\"storagetestws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010038f0-0000-3400-0000-612b66780000\\\"\"},{\"properties\":{\"customerId\":\"72cd6590-7a7a-4de7-b6b8-58c4d8b2aed9\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T13:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-02-05T14:04:36Z\",\"modifiedDate\":\"2021-09-19T06:22:16.1597193Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-test-locks-rg/providers/microsoft.operationalinsights/workspaces/olterner-test-lock-del-ws3\",\"name\":\"olterner-test-lock-del-ws3\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100b0fc-0000-3400-0000-612b668c0000\\\"\"},{\"properties\":{\"customerId\":\"e31d12ff-13d3-452e-b12e-da48d037b5b1\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-07T09:42:41.9083041Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-07T13:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-02-21T19:10:56Z\",\"modifiedDate\":\"2022-02-07T09:47:23.8354684Z\",\"defaultDataCollectionRuleResourceId\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/arolshan-test-rg/providers/Microsoft.Insights/dataCollectionRules/arolshan-eapeus2-test-ws-default-dcr\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-test-rg/providers/microsoft.operationalinsights/workspaces/arolshan-eapeus2-test-ws\",\"name\":\"arolshan-eapeus2-test-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100df48-0000-3300-0000-6200e9910000\\\"\"},{\"properties\":{\"customerId\":\"3ffd5474-e402-42e5-8692-ffaba04de61e\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-05-30T15:55:57Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T13:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-05-30T15:55:57Z\",\"modifiedDate\":\"2021-09-19T06:22:47.7740264Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-eus-rg/providers/microsoft.operationalinsights/workspaces/my-workspace-eapeus2\",\"name\":\"my-workspace-eapeus2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01000cf5-0000-3400-0000-612b66810000\\\"\"},{\"properties\":{\"customerId\":\"f01dc5c8-d742-4adc-b53a-df5b04da70d7\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-05-13T08:39:45Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T05:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-05-13T08:39:45Z\",\"modifiedDate\":\"2021-09-19T06:22:37.2525626Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hohershk/providers/microsoft.operationalinsights/workspaces/saved-searches-ws\",\"name\":\"saved-searches-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01006df5-0000-3400-0000-612b66820000\\\"\"},{\"properties\":{\"customerId\":\"5a07e704-d278-4326-bc80-4218da371673\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-01-07T15:24:17Z\"},\"retentionInDays\":33,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T07:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-10-18T05:10:05Z\",\"modifiedDate\":\"2021-09-19T06:22:17.4680601Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/cmktest10\",\"name\":\"cmktest10\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100b2ef-0000-3400-0000-612b66770000\\\"\"},{\"properties\":{\"customerId\":\"3dbfa753-7424-43df-be3e-1505ff39721a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-02-23T14:12:39Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-02T15:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-02-23T14:12:39Z\",\"modifiedDate\":\"2022-02-02T12:01:07.0439797Z\",\"defaultDataCollectionRuleResourceId\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/arolshan-az-drill/providers/Microsoft.Insights/dataCollectionRules/galyech_test_telemetry\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-az-drill/providers/microsoft.operationalinsights/workspaces/arolshan-az-drill-ws\",\"name\":\"arolshan-az-drill-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0300b046-0000-3300-0000-61fa72800000\\\"\"},{\"properties\":{\"customerId\":\"404d5b65-0d90-4b74-b5a8-ecefc0a1afda\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2019-11-11T12:02:19Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T21:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-11-11T12:02:19Z\",\"modifiedDate\":\"2021-09-19T06:22:48.5949304Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/gdwtesting/providers/microsoft.operationalinsights/workspaces/gdw-testing2\",\"name\":\"gdw-testing2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100aeed-0000-3400-0000-612b66710000\\\"\"},{\"properties\":{\"customerId\":\"7df8f8a8-978b-4831-b783-378ac3d04df2\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"capacityreservation\",\"capacityReservationLevel\":100,\"lastSkuUpdate\":\"2020-07-01T02:21:49Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":1.0,\"quotaNextResetTime\":\"2021-09-19T16:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-07-01T02:21:49Z\",\"modifiedDate\":\"2021-09-19T06:22:47.5894624Z\"},\"location\":\"East US 2 EUAP\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/cli_test_monitor_workspace_data_export/providers/microsoft.operationalinsights/workspaces/clitestypg6yjcnrwypz\",\"name\":\"clitestypg6yjcnrwypz\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010061f1-0000-3400-0000-612b667a0000\\\"\"},{\"properties\":{\"customerId\":\"2fbe5e9e-5249-4ab1-a9a7-424671966ed7\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-01-31T10:15:18Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T06:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"privateLinkScopedResources\":[],\"publicNetworkAccessForIngestion\":\"Disabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-01-31T10:15:18Z\",\"modifiedDate\":\"2021-09-19T06:25:01.1686764Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-eus2-rg/providers/microsoft.operationalinsights/workspaces/la-ws-eapeus2\",\"name\":\"la-ws-eapeus2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01004eec-0000-3400-0000-612b666e0000\\\"\"},{\"properties\":{\"customerId\":\"bcede331-8ca6-4163-8892-787316fff6b0\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-05-18T08:58:28Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T05:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-05-18T08:58:29Z\",\"modifiedDate\":\"2021-09-19T06:24:47.0976579Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/hohershk/providers/microsoft.operationalinsights/workspaces/sst2\",\"name\":\"sst2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100b8ea-0000-3400-0000-612b66690000\\\"\"},{\"properties\":{\"customerId\":\"83823b32-b9f3-4e4c-9d30-40abffb34aca\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-08-02T13:26:42Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":false},\"workspaceCapping\":{\"dailyQuotaGb\":0.5,\"quotaNextResetTime\":\"2021-09-19T18:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-08-02T13:26:42Z\",\"modifiedDate\":\"2021-09-19T06:22:46.9248443Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate12322\",\"name\":\"testCreate12322\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100d1ee-0000-3400-0000-612b66750000\\\"\"},{\"properties\":{\"customerId\":\"b933cfdd-7317-4d47-b337-88b86082e340\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T11:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-01-31T09:13:12Z\",\"modifiedDate\":\"2021-09-19T06:23:00.1836796Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/olt-lacp-test140\",\"name\":\"olt-lacp-test140\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01008ff4-0000-3400-0000-612b667f0000\\\"\"},{\"properties\":{\"customerId\":\"9f697d5c-25e0-4412-b059-1201c4d0c4c7\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-02-02T14:15:37Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T09:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-02-02T14:15:37Z\",\"modifiedDate\":\"2021-09-19T06:24:46.6578396Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-eapeus2/providers/microsoft.operationalinsights/workspaces/arolshan-canary-ws-1\",\"name\":\"arolshan-canary-ws-1\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010039eb-0000-3400-0000-612b666b0000\\\"\"},{\"properties\":{\"customerId\":\"795b8179-8b08-4630-9d87-ec82753dfc65\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-08-02T13:24:50Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T11:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-08-02T13:24:50Z\",\"modifiedDate\":\"2021-09-19T06:22:34.3994634Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate12321\",\"name\":\"testCreate12321\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100aff1-0000-3400-0000-612b667a0000\\\"\"},{\"properties\":{\"customerId\":\"952a533b-c350-4955-8f92-6c70d47333b3\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"standard\",\"lastSkuUpdate\":\"2020-04-24T19:58:02Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T02:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"privateLinkScopedResources\":[],\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-04-24T19:58:02Z\",\"modifiedDate\":\"2021-09-19T06:27:57.3341462Z\"},\"location\":\"East US 2 EUAP\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/alkaplan2.testing-rg/providers/microsoft.operationalinsights/workspaces/alkaplan2-workspace\",\"name\":\"alkaplan2-workspace\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100ceee-0000-3400-0000-612b66750000\\\"\"},{\"properties\":{\"customerId\":\"9bf8d1b2-7a1a-49bf-992d-b592ec5e5a6f\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-07T09:39:28.1564576Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-07T16:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-08-28T07:56:00Z\",\"modifiedDate\":\"2022-02-07T09:39:28.1563925Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/duditest/providers/microsoft.operationalinsights/workspaces/dudi-kukuret\",\"name\":\"dudi-kukuret\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100d048-0000-3300-0000-6200e7940000\\\"\"},{\"properties\":{\"customerId\":\"70d3a70e-c57f-4ab7-846e-4710303a6b28\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"free\",\"lastSkuUpdate\":\"2020-08-03T06:16:00Z\"},\"retentionInDays\":7,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":0.5,\"quotaNextResetTime\":\"2021-09-19T11:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-08-03T06:16:00Z\",\"modifiedDate\":\"2021-09-19T06:22:49.4316313Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate12323\",\"name\":\"testCreate12323\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01000fec-0000-3400-0000-612b666e0000\\\"\"},{\"properties\":{\"customerId\":\"1a2e262e-4491-4064-b646-1826bf095aa1\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T06:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2019-09-10T10:59:09Z\",\"modifiedDate\":\"2021-09-19T06:28:03.2803204Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-suk-test/providers/microsoft.operationalinsights/workspaces/olterner-eus2euap-ws\",\"name\":\"olterner-eus2euap-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010042f1-0000-3400-0000-612b667a0000\\\"\"},{\"properties\":{\"customerId\":\"62f6dcd6-3a6a-4705-953a-1227898d1523\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-08-03T06:25:12Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T14:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-08-03T06:21:28Z\",\"modifiedDate\":\"2021-09-19T06:27:57.2920299Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate12325\",\"name\":\"testCreate12325\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010034f1-0000-3400-0000-612b667a0000\\\"\"},{\"properties\":{\"customerId\":\"55fe3333-bbc5-4a00-b7a7-eff4fb773369\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-03-30T07:13:03Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T06:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-03-30T07:13:03Z\",\"modifiedDate\":\"2021-09-19T06:22:16.9663104Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/roy-playground/providers/microsoft.operationalinsights/workspaces/workspace-eapeus2\",\"name\":\"workspace-eapeus2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0200f100-0000-3400-0000-612b66940000\\\"\"},{\"properties\":{\"customerId\":\"9b436e85-6866-482c-91db-059cfd33ef2b\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-09-22T05:55:56Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T03:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-09-22T05:55:56Z\",\"modifiedDate\":\"2021-09-19T06:22:17.6980382Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/cmktest3\",\"name\":\"cmktest3\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0200be04-0000-3400-0000-612b66990000\\\"\"},{\"properties\":{\"customerId\":\"bf6000f3-7c57-4ba2-b36d-c5cd2f6d9715\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-07-30T14:52:21Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T08:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-07-30T14:52:21Z\",\"modifiedDate\":\"2021-09-19T06:22:12.3101049Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/asc-omsplugin\",\"name\":\"asc-omsplugin\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"02002d03-0000-3400-0000-612b66970000\\\"\"},{\"properties\":{\"customerId\":\"600fb701-6aa8-439c-b76c-b5a7196a2084\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-06-25T06:49:40Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T15:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-06-25T06:49:40Z\",\"modifiedDate\":\"2021-09-19T06:22:15.2142857Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/cmk/providers/microsoft.operationalinsights/workspaces/cmk-for-queries-ws\",\"name\":\"cmk-for-queries-ws\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010039f2-0000-3400-0000-612b667c0000\\\"\"},{\"properties\":{\"customerId\":\"2600309e-9f03-40aa-b432-74115d0955fd\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-01-07T14:11:06Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T08:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-10-28T06:06:50Z\",\"modifiedDate\":\"2021-09-19T06:24:46.8011047Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testarmtemplatecmk\",\"name\":\"testarmtemplatecmk\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100a3ee-0000-3400-0000-612b66740000\\\"\"},{\"properties\":{\"customerId\":\"d6dd33f1-d075-46a2-ad20-6809c1bf95af\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-01-28T22:05:41Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T21:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-01-28T22:05:41Z\",\"modifiedDate\":\"2021-09-19T06:22:37.1700248Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/olt-lacptest138\",\"name\":\"olt-lacptest138\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01007af9-0000-3400-0000-612b66880000\\\"\"},{\"properties\":{\"customerId\":\"6840de8f-264e-4f7b-9c2d-d536f36b1ecf\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-01-20T12:39:14Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T00:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-01-20T12:39:14Z\",\"modifiedDate\":\"2021-09-19T06:24:46.2134229Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/olt-lacpwstest1\",\"name\":\"olt-lacpwstest1\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01004bf2-0000-3400-0000-612b667c0000\\\"\"},{\"properties\":{\"customerId\":\"22ce5a3b-185c-43e7-a4c5-c8a5126125bb\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-08-03T11:37:52Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T06:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-08-03T11:37:52Z\",\"modifiedDate\":\"2021-09-19T06:22:26.6669616Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate12328\",\"name\":\"testCreate12328\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100f8f9-0000-3400-0000-612b66880000\\\"\"},{\"properties\":{\"customerId\":\"1dfcc7a0-58ca-4feb-a396-02704fd08e81\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"premium\",\"lastSkuUpdate\":\"2020-08-03T06:21:44Z\"},\"retentionInDays\":365,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T20:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-08-03T06:21:44Z\",\"modifiedDate\":\"2021-09-19T06:22:38.0346695Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate12326\",\"name\":\"testCreate12326\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01001af2-0000-3400-0000-612b667b0000\\\"\"},{\"properties\":{\"customerId\":\"35d31168-6cf2-487f-a552-794eaa4c5ea4\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-08-03T06:46:18Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":0.4,\"quotaNextResetTime\":\"2021-09-20T03:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-08-03T06:45:08Z\",\"modifiedDate\":\"2021-09-19T06:22:16.2151901Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate12327\",\"name\":\"testCreate12327\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100d4ee-0000-3400-0000-612b66750000\\\"\"},{\"properties\":{\"customerId\":\"e8a35242-76c0-4c02-99e7-20e9304aaad8\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-01-31T10:11:31Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T11:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-01-31T10:11:31Z\",\"modifiedDate\":\"2021-09-19T06:22:40.4297505Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/olt-lacptest143\",\"name\":\"olt-lacptest143\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010083f1-0000-3400-0000-612b667a0000\\\"\"},{\"properties\":{\"customerId\":\"73a4c1ed-c6d9-40a6-a2e4-66e5b6ca7479\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-11-15T16:41:51Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T12:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"privateLinkScopedResources\":[],\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-11-15T16:41:51Z\",\"modifiedDate\":\"2021-09-19T06:22:20.9467973Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/arolshan-test-qp/providers/microsoft.operationalinsights/workspaces/arolshan-test-qp\",\"name\":\"arolshan-test-qp\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0200ea00-0000-3400-0000-612b66940000\\\"\"},{\"properties\":{\"customerId\":\"150bef49-95a6-4e79-9cd7-1bffd7507048\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-01-20T13:07:07Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T11:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-01-20T13:07:07Z\",\"modifiedDate\":\"2021-09-19T06:22:27.0118985Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/olt-lacpwstest3\",\"name\":\"olt-lacpwstest3\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0200a8b2-0000-3400-0000-612b67af0000\\\"\"},{\"properties\":{\"customerId\":\"b48bef3f-0bf0-4666-868b-b7540263009e\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-09-13T15:21:05Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T19:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-09-13T15:21:05Z\",\"modifiedDate\":\"2021-09-19T06:22:13.2701299Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-suk-test/providers/microsoft.operationalinsights/workspaces/test-ws-mapping-1\",\"name\":\"test-ws-mapping-1\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"7e0774a1-71ec-4090-b82c-b6ac25553ef3\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-11T11:58:53Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-12T07:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-11T11:58:54Z\",\"modifiedDate\":\"2021-10-11T12:17:47.6230402Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/test-ws-mapping\",\"name\":\"test-ws-mapping\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"5500547d-0000-3300-0000-61642b6b0000\\\"\"},{\"properties\":{\"customerId\":\"1cc46eb9-de15-477a-a1ec-0410864f9c86\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-11T19:31:06Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-11T20:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-11T19:31:06Z\",\"modifiedDate\":\"2021-10-11T19:31:05.3585588Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/test-ws-can\",\"name\":\"test-ws-can\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"6107c979-2241-4e6b-862a-a6a262b3483d\",\"provisioningState\":\"Creating\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-14T09:03:28Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-14T23:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-14T09:03:29Z\",\"modifiedDate\":\"2021-10-14T09:03:27.0685746Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/test-ws-mapping77\",\"name\":\"test-ws-mapping77\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"a75ff126-ccd7-4963-8487-ae77c3d28980\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-20T12:51:16.9340168Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-21T07:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-20T12:51:16.9340168Z\",\"modifiedDate\":\"2021-10-20T12:51:16.9340168Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/olterner-rg-4-move/providers/Microsoft.OperationalInsights/workspaces/test-ws-canprim\",\"name\":\"test-ws-canprim\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"da1a6d1a-a62b-45c6-b735-bf673936fc65\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-10-28T08:23:48.7032876Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-10-28T10:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-10-28T08:23:48.7032876Z\",\"modifiedDate\":\"2021-10-28T08:34:04.3694233Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/olterner-rg-4-move/providers/Microsoft.OperationalInsights/workspaces/AworkSpaceForTest\",\"name\":\"AworkSpaceForTest\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0000a40f-0000-3300-0000-617a5e170000\\\"\"},{\"properties\":{\"customerId\":\"fc774e40-30c9-41fd-a051-6dd8916fc7ff\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-11-09T08:04:47.4650931Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-09T23:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-11-09T08:04:47.4650931Z\",\"modifiedDate\":\"2021-11-09T08:04:47.4650931Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/DefaultResourceGroup-null/providers/Microsoft.OperationalInsights/workspaces/DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-null\",\"name\":\"DefaultWorkspace-57947cb5-aadd-4b6c-9e8e-27f545bb7bf5-null\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"7f4648fa-8bde-4289-af45-bd0194189e0a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-11-24T10:39:54.4252373Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-11-24T14:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-11-24T10:39:54.4252373Z\",\"modifiedDate\":\"2021-11-24T10:39:54.4252373Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/DudiTest/providers/Microsoft.OperationalInsights/workspaces/adikukucanarws\",\"name\":\"adikukucanarws\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"14d1f425-0d05-44b4-9b42-a0d3d3d9d8bd\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-27T18:25:19.3928333Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-28T01:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-02-27T18:25:19.3928333Z\",\"modifiedDate\":\"2022-02-27T18:25:19.3928333Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/olterner-rg-4-move/providers/Microsoft.OperationalInsights/workspaces/test-ws-mapping223\",\"name\":\"test-ws-mapping223\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"4053f9fe-3ade-45b9-907c-86cc437d2488\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-28T21:42:10.5877781Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-03-01T03:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-02-28T21:42:10.5877781Z\",\"modifiedDate\":\"2022-02-28T21:42:10.5877781Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/olterner-suk-test/providers/Microsoft.OperationalInsights/workspaces/test-ws-mapping5555\",\"name\":\"test-ws-mapping5555\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"4edfea86-8452-486b-ae74-61efdb92ccad\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-03-01T18:31:21.2536248Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-03-02T07:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-03-01T18:31:21.2536248Z\",\"modifiedDate\":\"2022-03-01T18:31:21.2536248Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/olterner-suk-test/providers/Microsoft.OperationalInsights/workspaces/test-ws-mapping77999\",\"name\":\"test-ws-mapping77999\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"d1ea7ed1-e9f7-4c3d-bb6b-3c8feec9b6bf\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-03-01T19:11:24.8696546Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-03-02T02:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-03-01T19:11:24.8696546Z\",\"modifiedDate\":\"2022-03-01T19:11:24.8696546Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/olterner-suk-test/providers/Microsoft.OperationalInsights/workspaces/test-ws-mapping112233\",\"name\":\"test-ws-mapping112233\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"4b8534c0-aa94-4a59-b2b5-a910a4a6e05b\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-03-02T09:33:58.1930487Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-03-02T13:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-03-02T09:33:58.1930487Z\",\"modifiedDate\":\"2022-03-02T10:25:31.1522715Z\",\"defaultDataCollectionRuleResourceId\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/DataPuller-E2E-Tests/providers/Microsoft.Insights/dataCollectionRules/DataPullerE2EDcr\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/DataPuller-E2E-Tests/providers/Microsoft.OperationalInsights/workspaces/DataPullerE2E\",\"name\":\"DataPullerE2E\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0000710a-0000-3300-0000-621f43ca0000\\\"\"},{\"properties\":{\"customerId\":\"7f8797d1-e59b-4fb4-b821-c7caca8b74a6\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-03-06T11:23:58.8763364Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-03-07T07:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-03-06T11:23:58.8763364Z\",\"modifiedDate\":\"2022-03-06T11:58:54.6599808Z\",\"defaultDataCollectionRuleResourceId\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/AsaphTest2/providers/Microsoft.Insights/dataCollectionRules/AsaphTestDCR2\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/AsaphTest2/providers/Microsoft.OperationalInsights/workspaces/AsaphTestCanaryWS\",\"name\":\"AsaphTestCanaryWS\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"00003e84-0000-3300-0000-6224a1ce0000\\\"\"},{\"properties\":{\"customerId\":\"34252f5c-9b4b-4ca6-9778-f264a81d291d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-08-18T15:41:43Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T05:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-18T15:41:43Z\",\"modifiedDate\":\"2021-09-19T06:22:30.8335067Z\"},\"location\":\"eastus2euap\",\"tags\":{\"testt\":\"test_tval\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/test-bf-n-dns\",\"name\":\"test-bf-n-dns\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"02007204-0000-3400-0000-612b66990000\\\"\"},{\"properties\":{\"customerId\":\"c05b657c-8924-4e52-be73-c0d01a0cc733\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-01T15:12:09.3026527Z\"},\"retentionInDays\":31,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-01T19:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-19T08:17:34Z\",\"modifiedDate\":\"2022-02-01T15:12:09.3025802Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/tomtest/providers/microsoft.operationalinsights/workspaces/tomworkspacetest\",\"name\":\"TomWorkspaceTest\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0200723c-0000-3300-0000-61f904330000\\\"\"},{\"properties\":{\"customerId\":\"2a473d5e-e20a-4c57-a11d-d442c9990b31\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-08-19T19:41:52Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T23:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-19T19:41:52Z\",\"modifiedDate\":\"2021-09-19T06:22:19.7348528Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/lacp-bf-test\",\"name\":\"lacp-bf-test\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01008fec-0000-3400-0000-612b666f0000\\\"\"},{\"properties\":{\"customerId\":\"655f199e-217a-4a3b-8ada-6b2e8b5823be\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-08-20T08:18:41Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T07:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-20T08:18:41Z\",\"modifiedDate\":\"2021-09-19T06:22:29.3814391Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/olterner-rg-4-move/providers/microsoft.operationalinsights/workspaces/test-bf-gen\",\"name\":\"test-bf-gen\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100aefc-0000-3400-0000-612b668c0000\\\"\"},{\"properties\":{\"customerId\":\"b1f23b77-cea5-439e-bc63-1bca63936236\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T02:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-23T07:09:19Z\",\"modifiedDate\":\"2021-09-19T06:22:37.1559961Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate\",\"name\":\"testcreate\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010004f2-0000-3400-0000-612b667b0000\\\"\"},{\"properties\":{\"customerId\":\"0ede0eb2-a79f-4661-82a8-045be4b823d2\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T14:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-23T07:09:38Z\",\"modifiedDate\":\"2021-09-19T06:22:28.8466735Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate3\",\"name\":\"testcreate3\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0200e7ba-0000-3400-0000-612b67cd0000\\\"\"},{\"properties\":{\"customerId\":\"a08641c3-8e78-4918-adf2-021a0d88a683\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T06:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-23T07:09:52Z\",\"modifiedDate\":\"2021-09-19T06:22:34.2226289Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate4\",\"name\":\"testcreate4\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010020f1-0000-3400-0000-612b66790000\\\"\"},{\"properties\":{\"customerId\":\"98ce82cc-1c01-41dc-bb92-5b431f20708a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T22:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-23T07:27:15Z\",\"modifiedDate\":\"2021-09-19T06:22:48.5720835Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate5\",\"name\":\"testcreate5\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01006dee-0000-3400-0000-612b66740000\\\"\"},{\"properties\":{\"customerId\":\"12e17003-a58d-49b7-a444-71577022804d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T09:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-23T07:27:32Z\",\"modifiedDate\":\"2021-09-19T06:22:49.5597296Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate6\",\"name\":\"testcreate6\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0200a0b3-0000-3400-0000-612b67b10000\\\"\"},{\"properties\":{\"customerId\":\"411af272-6a14-428d-9c9a-3037e38121d3\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T10:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-23T07:28:05Z\",\"modifiedDate\":\"2021-09-19T06:24:46.8407383Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate7\",\"name\":\"testcreate7\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01004df2-0000-3400-0000-612b667c0000\\\"\"},{\"properties\":{\"customerId\":\"20708657-d8db-42ec-89a0-6afe5e650a73\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T00:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-23T07:33:06Z\",\"modifiedDate\":\"2021-09-19T06:22:17.4813275Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate8\",\"name\":\"TeStcreate8\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010067fe-0000-3400-0000-612b66900000\\\"\"},{\"properties\":{\"customerId\":\"13785e8b-4c71-4008-8e13-8463b9466184\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T16:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-23T07:43:29Z\",\"modifiedDate\":\"2021-09-19T06:22:26.9973438Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/testcreate9\",\"name\":\"TeStcreate9\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010090f7-0000-3400-0000-612b66850000\\\"\"},{\"properties\":{\"customerId\":\"2be67fa3-eb9d-4d83-ad78-95f42ab36cad\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"capacityreservation\",\"capacityReservationLevel\":200,\"lastSkuUpdate\":\"2021-08-24T12:22:45Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-20T06:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-24T12:22:45Z\",\"modifiedDate\":\"2021-09-19T06:22:10.772283Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/vipinhas_testing/providers/microsoft.operationalinsights/workspaces/testcapres-newver\",\"name\":\"testCapRes-NewVer\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"01005ef1-0000-3400-0000-612b667a0000\\\"\"},{\"properties\":{\"customerId\":\"326c448b-3102-40f2-9e76-26dcc20357e1\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-08-24T12:43:47.8199545Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-08-24T20:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-24T12:43:47.8199545Z\",\"modifiedDate\":\"2021-08-24T12:44:10.6490284Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/orargama/providers/Microsoft.OperationalInsights/workspaces/someworkspaceName\",\"name\":\"someworkspaceName\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0000561b-0000-3400-0000-6124e9860000\\\"\"},{\"properties\":{\"customerId\":\"0bc0d87d-921f-4571-a6e0-cca7d945d94d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-08-24T12:44:15.3882802Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-08-25T08:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-24T12:44:15.3882802Z\",\"modifiedDate\":\"2021-08-24T12:44:26.3430927Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/orargama/providers/Microsoft.OperationalInsights/workspaces/someworkspaceName2\",\"name\":\"someworkspaceName2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0000591b-0000-3400-0000-6124e9a20000\\\"\"},{\"properties\":{\"customerId\":\"5a4705e5-ae09-464a-98a9-183d061a7629\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T23:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2021-08-24T12:45:07Z\",\"modifiedDate\":\"2021-09-19T06:22:47.6247808Z\"},\"location\":\"eastus2euap\",\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/orargama/providers/microsoft.operationalinsights/workspaces/someworkspacename3\",\"name\":\"someworkspaceName3\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"0100eaf5-0000-3400-0000-612b66830000\\\"\"}]}", + "isContentBase64": false + } + }, + "Get-AzOperationalInsightsWorkspace+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "4" ], + "x-ms-client-request-id": [ "ef61d044-df8e-4360-9caf-96e33bb77887" ], + "CommandName": [ "Get-AzOperationalInsightsWorkspace" ], + "FullCommandName": [ "Get-AzOperationalInsightsWorkspace_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "1a694614-56dc-451a-8602-946602f69e1a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], + "x-ms-correlation-request-id": [ "83fc3e88-195b-4971-82a0-adb2449e1630" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082739Z:83fc3e88-195b-4971-82a0-adb2449e1630" ], + "Date": [ "Mon, 07 Mar 2022 08:27:39 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1057" ], + "Content-Type": [ "application/json" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": \"149228ec-6bae-47fa-8f80-cb3e7877c406\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": \"Wed, 26 Jan 2022 09:33:59 GMT\"\r\n },\r\n \"retentionInDays\": 34,\r\n \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": \"Mon, 07 Mar 2022 10:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"createdDate\": \"Wed, 26 Jan 2022 09:33:59 GMT\",\r\n \"modifiedDate\": \"Mon, 31 Jan 2022 16:45:53 GMT\"\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-psh2\",\r\n \"name\": \"dabenham-PSH2\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \"location\": \"eastus\"\r\n}", + "isContentBase64": false + } + }, + "Get-AzOperationalInsightsWorkspace+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "5" ], + "x-ms-client-request-id": [ "450130d0-a088-4961-952b-4ca56d4403c4" ], + "CommandName": [ "Get-AzOperationalInsightsWorkspace" ], + "FullCommandName": [ "Get-AzOperationalInsightsWorkspace_List1" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-original-request-ids": [ "216e16da-e4bc-42a0-a4f2-d9e57eb0da26", "", "", "7da0bc47-9359-4b86-8e0d-e36f6e65dc00", "775e174d-d222-44fd-a232-8802e0d50649", "" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], + "x-ms-request-id": [ "6e466963-3dcc-401c-a19f-1dab6c8e28cd" ], + "x-ms-correlation-request-id": [ "6e466963-3dcc-401c-a19f-1dab6c8e28cd" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082740Z:6e466963-3dcc-401c-a19f-1dab6c8e28cd" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 07 Mar 2022 08:27:39 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ], + "Content-Length": [ "10468" ] + }, + "Content": "{\"value\":[{\"properties\":{\"source\":\"Azure\",\"customerId\":\"2129611d-5576-4b15-a0dd-095192af996a\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"lacluster\",\"lastSkuUpdate\":\"Tue, 16 Nov 2021 09:15:19 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableDataExport\":true,\"enableLogAccessUsingOnlyResourcePermissions\":true,\"clusterResourceId\":\"ad6e8947-45aa-414f-a296-e046c6eb430c\"},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 17:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Thu, 28 Jan 2021 10:15:11 GMT\",\"modifiedDate\":\"Tue, 04 May 2021 08:23:51 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-eus\",\"name\":\"dabenham-eus\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"5fbe452c-2fcc-4e9c-9bee-2aac73eeec23\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 10 Nov 2021 07:32:52 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 06:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Sun, 02 May 2021 10:12:12 GMT\",\"modifiedDate\":\"Sun, 02 May 2021 10:12:13 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-eusalt\",\"name\":\"dabenham-eusAlt\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"cb8e2ab0-3301-43e6-b80d-76643d3e0ce4\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 16 Nov 2021 13:20:32 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableDataExport\":true,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 06:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 16 Nov 2021 13:20:32 GMT\",\"modifiedDate\":\"Sun, 02 Jan 2022 14:48:29 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-pshtest\",\"name\":\"dabenham-pshTest\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"149228ec-6bae-47fa-8f80-cb3e7877c406\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 26 Jan 2022 09:33:59 GMT\"},\"retentionInDays\":34,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 10:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 26 Jan 2022 09:33:59 GMT\",\"modifiedDate\":\"Mon, 31 Jan 2022 16:45:53 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-psh2\",\"name\":\"dabenham-PSH2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"caf251c7-8298-46ff-8cf2-d1920b15ce13\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 18:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Mon, 07 Mar 2022 08:20:58 GMT\",\"modifiedDate\":\"Mon, 07 Mar 2022 08:20:59 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/danielkukupsh2\",\"name\":\"danielKukuPsh2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"EastUS\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"9f03b2d3-2ff5-41de-adc3-f40dad840569\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\"},\"retentionInDays\":42,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Tue, 08 Mar 2022 03:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 26 Jan 2022 10:09:32 GMT\",\"modifiedDate\":\"Wed, 26 Jan 2022 11:02:32 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-frompshscript\",\"name\":\"dabenham-FromPshScript\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"eastus\"},{\"properties\":{\"customerId\":\"9a21b2d9-ee03-405a-a1aa-9bcdbff1b45d\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-01-18T12:32:59.4428459Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-01-19T01:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-01-18T12:32:59.4428459Z\",\"modifiedDate\":\"2022-01-18T12:32:59.4428459Z\"},\"location\":\"southeastasia\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-sea\",\"name\":\"dabenham-sea\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"customerId\":\"c4c87c63-4a95-4aab-858c-c07c06ad4e11\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2022-02-01T08:37:11.9835022Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2022-02-02T00:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2022-02-01T08:37:11.9835022Z\",\"modifiedDate\":\"2022-02-01T08:37:11.9835022Z\"},\"location\":\"canadacentral\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourceGroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-ccan\",\"name\":\"dabenham-ccan\",\"type\":\"Microsoft.OperationalInsights/workspaces\"},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"3235ae6c-6c02-4606-bdbb-8261a4210b49\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Wed, 06 Jan 2021 20:46:23 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 13:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Wed, 06 Jan 2021 20:46:23 GMT\",\"modifiedDate\":\"Mon, 24 May 2021 20:35:58 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-wus2\",\"name\":\"dabenham-WUS2\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"westus2\",\"tags\":{}},{\"properties\":{\"source\":\"Azure\",\"customerId\":\"df8f840a-a45b-4920-b9e3-79ae4c0ba6ff\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"Tue, 26 Jan 2021 10:51:36 GMT\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"Mon, 07 Mar 2022 15:00:00 GMT\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"Tue, 26 Jan 2021 10:51:36 GMT\",\"modifiedDate\":\"Thu, 28 Jan 2021 13:37:11 GMT\"},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-cus\",\"name\":\"dabenham-cus\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"location\":\"centralus\",\"tags\":{}},{\"properties\":{\"customerId\":\"a524a740-cd77-4da5-9544-de14936aa073\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2020-12-24T11:40:52Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T12:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-06-09T14:16:17Z\",\"modifiedDate\":\"2021-09-19T06:22:42.9940577Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-latest\",\"name\":\"dabenham-LATest\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010050ee-0000-3400-0000-612b66730000\\\"\"},{\"properties\":{\"customerId\":\"d273899c-216d-43e1-be64-f02a9ff8e3dc\",\"provisioningState\":\"Succeeded\",\"sku\":{\"name\":\"pergb2018\",\"lastSkuUpdate\":\"2021-06-09T14:41:56Z\"},\"retentionInDays\":30,\"features\":{\"legacy\":0,\"searchVersion\":1,\"enableLogAccessUsingOnlyResourcePermissions\":true},\"workspaceCapping\":{\"dailyQuotaGb\":-1.0,\"quotaNextResetTime\":\"2021-09-19T19:00:00Z\",\"dataIngestionStatus\":\"RespectQuota\"},\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"createdDate\":\"2020-11-18T10:07:46Z\",\"modifiedDate\":\"2021-09-19T06:22:50.3224917Z\"},\"location\":\"eastus2euap\",\"tags\":{},\"id\":\"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-troubleshootinge2e\",\"name\":\"dabenham-troubleShootingE2E\",\"type\":\"Microsoft.OperationalInsights/workspaces\",\"etag\":\"\\\"010021f0-0000-3400-0000-612b66780000\\\"\"}]}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsWorkspace.Tests.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsWorkspace.Tests.ps1 new file mode 100644 index 000000000000..e517349ac5b2 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Get-AzOperationalInsightsWorkspace.Tests.ps1 @@ -0,0 +1,45 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzOperationalInsightsWorkspace')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzOperationalInsightsWorkspace.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzOperationalInsightsWorkspace' { + + BeforeAll { + $rgName = "dabenham-dev" + $wsName = "dabenham-PSH2" + } + + It 'List' { + $workspaces = Get-AzOperationalInsightsWorkspace + Write-Host -ForegroundColor Yellow "Get-AzOperationalInsightsWorkspace List rturned with: $($workspaces.Count) results" + $workspaces.Count | Should BeGreaterThan 0 + } + + It 'Get' { + $singleWorkspace = Get-AzOperationalInsightsWorkspace -ResourceGroupName $rgName -Name $wsName + Write-Host -ForegroundColor Yellow "Get-AzOperationalInsightsWorkspace Get for rg:${rgName}, workspaces:${wsName} returned with: $($singleWorkspace.Count) results" + $singleWorkspace.Count | Should BeGreaterThan 0 + } + + It 'List1' { + $workspaces = Get-AzOperationalInsightsWorkspace -ResourceGroupName $rgName + Write-Host -ForegroundColor Yellow "Get-AzOperationalInsightsWorkspace List1 for rg:${rgName} returned with: $($workspaces.Count) results" + $workspaces.Count | Should BeGreaterThan 0 + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Move-AzOperationalInsightsTable.Recording.json b/src/OperationalInsights/OperationalInsights.Autorest/test/Move-AzOperationalInsightsTable.Recording.json new file mode 100644 index 000000000000..f436c2297c92 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Move-AzOperationalInsightsTable.Recording.json @@ -0,0 +1,218 @@ +{ + "Move-AzOperationalInsightsTable+[NoContext]+Migrate+$PUT+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku3_CL?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku3_CL?api-version=2021-12-01-preview", + "Content": "{\n \"properties\": {\n \"schema\": {\n \"name\": \"dabenhamKuku3_CL\",\n \"columns\": [\n {\n \"name\": \"SourceSystem\",\n \"type\": \"string\",\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\"\n },\n {\n \"name\": \"TimeGenerated\",\n \"type\": \"datetime\",\n \"description\": \"Date and time the record was created.\"\n }\n ]\n },\n \"retentionInDays\": 33,\n \"totalRetentionInDays\": 55\n }\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "527" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku3_CL/operationresults/c7e8dfd9-f0d2-478d-8ea6-07144978e1a9?api-version=2021-12-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/c7e8dfd9-f0d2-478d-8ea6-07144978e1a9?api-version=2015-11-01-preview" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "e1634aee-60e2-4a45-8968-359015936497" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], + "x-ms-correlation-request-id": [ "c4417c82-ac5e-41c5-a5ec-57598044f9b1" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082750Z:c4417c82-ac5e-41c5-a5ec-57598044f9b1" ], + "Date": [ "Mon, 07 Mar 2022 08:27:50 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null, + "isContentBase64": false + } + }, + "Move-AzOperationalInsightsTable+[NoContext]+Migrate+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/c7e8dfd9-f0d2-478d-8ea6-07144978e1a9?api-version=2015-11-01-preview+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/c7e8dfd9-f0d2-478d-8ea6-07144978e1a9?api-version=2015-11-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "7" ], + "x-ms-client-request-id": [ "9c70c0e4-781d-4074-8e9e-f362fdff411a" ], + "CommandName": [ "New-AzOperationalInsightsTable" ], + "FullCommandName": [ "New-AzOperationalInsightsTable_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "a365278b-8e7b-4a8b-b149-f3fb2dc77294" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], + "x-ms-correlation-request-id": [ "b6a39972-b444-44d3-bf61-15272caa9c71" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082821Z:b6a39972-b444-44d3-bf61-15272caa9c71" ], + "Date": [ "Mon, 07 Mar 2022 08:28:20 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "306" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"status\": \"InProgress\",\r\n \"name\": \"c7e8dfd9-f0d2-478d-8ea6-07144978e1a9\",\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/c7e8dfd9-f0d2-478d-8ea6-07144978e1a9\",\r\n \"startTime\": \"Mon, 07 Mar 2022 08:27:50 GMT\"\r\n}", + "isContentBase64": false + } + }, + "Move-AzOperationalInsightsTable+[NoContext]+Migrate+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/c7e8dfd9-f0d2-478d-8ea6-07144978e1a9?api-version=2015-11-01-preview+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/c7e8dfd9-f0d2-478d-8ea6-07144978e1a9?api-version=2015-11-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "8" ], + "x-ms-client-request-id": [ "9c70c0e4-781d-4074-8e9e-f362fdff411a" ], + "CommandName": [ "New-AzOperationalInsightsTable" ], + "FullCommandName": [ "New-AzOperationalInsightsTable_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "f2d1dd30-5120-461e-9026-3b5af14da6c7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], + "x-ms-correlation-request-id": [ "2efdbcac-c812-411b-b43b-7632b38efabc" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082851Z:2efdbcac-c812-411b-b43b-7632b38efabc" ], + "Date": [ "Mon, 07 Mar 2022 08:28:50 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "352" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c7e8dfd9-f0d2-478d-8ea6-07144978e1a9\",\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/c7e8dfd9-f0d2-478d-8ea6-07144978e1a9\",\r\n \"startTime\": \"Mon, 07 Mar 2022 08:27:50 GMT\",\r\n \"endTime\": \"Mon, 07 Mar 2022 08:28:45 GMT\"\r\n}", + "isContentBase64": false + } + }, + "Move-AzOperationalInsightsTable+[NoContext]+Migrate+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku3_CL?api-version=2021-12-01-preview+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku3_CL?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "9" ], + "x-ms-client-request-id": [ "9c70c0e4-781d-4074-8e9e-f362fdff411a" ], + "CommandName": [ "New-AzOperationalInsightsTable" ], + "FullCommandName": [ "New-AzOperationalInsightsTable_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "00dcaefc-1f81-4070-bf6d-51ddd7027b72" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], + "x-ms-correlation-request-id": [ "b3906ab1-e5ad-456a-b679-696cde928ad6" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082851Z:b3906ab1-e5ad-456a-b679-696cde928ad6" ], + "Date": [ "Mon, 07 Mar 2022 08:28:50 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1320" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"totalRetentionInDays\": 55,\r\n \"archiveRetentionInDays\": 22,\r\n \"plan\": \"Analytics\",\r\n \"schema\": {\r\n \"tableSubType\": \"DataCollectionRuleBased\",\r\n \"name\": \"dabenhamKuku3_CL\",\r\n \"tableType\": \"CustomLog\",\r\n \"columns\": [\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 33\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku3_CL\",\r\n \"name\": \"dabenhamKuku3_CL\"\r\n}", + "isContentBase64": false + } + }, + "Move-AzOperationalInsightsTable+[NoContext]+Migrate+$POST+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku3_CL/migrate?api-version=2021-12-01-preview+5": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku3_CL/migrate?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "10" ], + "x-ms-client-request-id": [ "78d6dab4-1de4-4ea7-9a2c-c9391670c2c7" ], + "CommandName": [ "Move-AzOperationalInsightsTable" ], + "FullCommandName": [ "Move-AzOperationalInsightsTable_Migrate" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 400, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "92b196be-3650-46f2-8e7e-b6d6bb989e65" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], + "x-ms-correlation-request-id": [ "e0624633-af14-40d3-a2f3-b106e60814f1" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082859Z:e0624633-af14-40d3-a2f3-b106e60814f1" ], + "Date": [ "Mon, 07 Mar 2022 08:28:59 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "102" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"error\":{\"code\":\"BadRequest\",\"message\":\"Migrating non Classic table dabenhamKuku3_CL is forbidden.\"}}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Move-AzOperationalInsightsTable.Tests.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/Move-AzOperationalInsightsTable.Tests.ps1 new file mode 100644 index 000000000000..947c70b7f904 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Move-AzOperationalInsightsTable.Tests.ps1 @@ -0,0 +1,38 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Move-AzOperationalInsightsTable')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Move-AzOperationalInsightsTable.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Move-AzOperationalInsightsTable' { + BeforeAll { + $rgName = "dabenham-dev" + $wsName = "dabenham-PSH2" + $tableName = "dabenhamKuku3_CL" + } + It 'Migrate' { + $col1 = New-AzOperationalInsightsTableColumnObject -Name 'SourceSystem' -Description 'Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.' -Type 'string' + $col2 = New-AzOperationalInsightsTableColumnObject -Name 'TimeGenerated' -Description 'Date and time the record was created.' -Type 'datetime' + $schemaColumns = ($col1, $col2) + + $table = New-AzOperationalInsightsTable -ResourceGroupName $rgName -WorkspaceName $wsName -Name $tableName -RetentionInDay 33 -TotalRetentionInDay 55 -SchemaName $tableName -SchemaColumn $schemaColumns + $table.RetentionInDay | Should Be 33 + $table.TotalRetentionInDay | Should Be 55 + + { Move-AzOperationalInsightsTable -ResourceGroupName $rgName -Name $tableName -WorkspaceName $wsName } | Should -Throw + } + + It 'MigrateViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsTable.Recording.json b/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsTable.Recording.json new file mode 100644 index 000000000000..c5f25a22725c --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsTable.Recording.json @@ -0,0 +1,174 @@ +{ + "New-AzOperationalInsightsTable+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest_CL?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest_CL?api-version=2021-12-01-preview", + "Content": "{\n \"properties\": {\n \"schema\": {\n \"name\": \"danielKukuTest_CL\",\n \"columns\": [\n {\n \"name\": \"SourceSystem\",\n \"type\": \"string\",\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\"\n },\n {\n \"name\": \"TimeGenerated\",\n \"type\": \"datetime\",\n \"description\": \"Date and time the record was created.\"\n }\n ]\n },\n \"retentionInDays\": 33,\n \"totalRetentionInDays\": 55\n }\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "528" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest_CL/operationresults/8321dad9-df24-41f7-8e27-c6426781f602?api-version=2021-12-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/8321dad9-df24-41f7-8e27-c6426781f602?api-version=2015-11-01-preview" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "7f66b9f3-8064-4753-84cb-6108abc06961" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], + "x-ms-correlation-request-id": [ "f9200b32-cfd6-4053-9f2d-904144856a83" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082907Z:f9200b32-cfd6-4053-9f2d-904144856a83" ], + "Date": [ "Mon, 07 Mar 2022 08:29:06 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null, + "isContentBase64": false + } + }, + "New-AzOperationalInsightsTable+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/8321dad9-df24-41f7-8e27-c6426781f602?api-version=2015-11-01-preview+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/8321dad9-df24-41f7-8e27-c6426781f602?api-version=2015-11-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "12" ], + "x-ms-client-request-id": [ "d4e7067f-f726-4688-973a-3d7437f31784" ], + "CommandName": [ "New-AzOperationalInsightsTable" ], + "FullCommandName": [ "New-AzOperationalInsightsTable_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "aa41b1d0-736a-4744-918f-ea85d2b5cbd6" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], + "x-ms-correlation-request-id": [ "125ae623-f6cc-4a77-a428-31a86cc8951f" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T082937Z:125ae623-f6cc-4a77-a428-31a86cc8951f" ], + "Date": [ "Mon, 07 Mar 2022 08:29:37 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "306" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"status\": \"InProgress\",\r\n \"name\": \"8321dad9-df24-41f7-8e27-c6426781f602\",\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/8321dad9-df24-41f7-8e27-c6426781f602\",\r\n \"startTime\": \"Mon, 07 Mar 2022 08:29:07 GMT\"\r\n}", + "isContentBase64": false + } + }, + "New-AzOperationalInsightsTable+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/8321dad9-df24-41f7-8e27-c6426781f602?api-version=2015-11-01-preview+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/8321dad9-df24-41f7-8e27-c6426781f602?api-version=2015-11-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "13" ], + "x-ms-client-request-id": [ "d4e7067f-f726-4688-973a-3d7437f31784" ], + "CommandName": [ "New-AzOperationalInsightsTable" ], + "FullCommandName": [ "New-AzOperationalInsightsTable_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "0e8e9a0e-1667-403a-a08a-285dbc4640f7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], + "x-ms-correlation-request-id": [ "a411c97f-c9c1-4e12-8d67-894e1cd18da5" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083008Z:a411c97f-c9c1-4e12-8d67-894e1cd18da5" ], + "Date": [ "Mon, 07 Mar 2022 08:30:07 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "352" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8321dad9-df24-41f7-8e27-c6426781f602\",\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/8321dad9-df24-41f7-8e27-c6426781f602\",\r\n \"startTime\": \"Mon, 07 Mar 2022 08:29:07 GMT\",\r\n \"endTime\": \"Mon, 07 Mar 2022 08:29:52 GMT\"\r\n}", + "isContentBase64": false + } + }, + "New-AzOperationalInsightsTable+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest_CL?api-version=2021-12-01-preview+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest_CL?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "14" ], + "x-ms-client-request-id": [ "d4e7067f-f726-4688-973a-3d7437f31784" ], + "CommandName": [ "New-AzOperationalInsightsTable" ], + "FullCommandName": [ "New-AzOperationalInsightsTable_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "7ea2d148-a0f3-41c0-bdf0-ead649d624c9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], + "x-ms-correlation-request-id": [ "58442737-90c8-4bdc-9c0b-1e925ea4d9dd" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083008Z:58442737-90c8-4bdc-9c0b-1e925ea4d9dd" ], + "Date": [ "Mon, 07 Mar 2022 08:30:07 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1378" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"totalRetentionInDays\": 55,\r\n \"archiveRetentionInDays\": 22,\r\n \"plan\": \"Analytics\",\r\n \"lastPlanModifiedDate\": \"2022-01-31T14:14:41.9Z\",\r\n \"schema\": {\r\n \"tableSubType\": \"DataCollectionRuleBased\",\r\n \"name\": \"danielKukuTest_CL\",\r\n \"tableType\": \"CustomLog\",\r\n \"columns\": [\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 33\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest_CL\",\r\n \"name\": \"danielKukuTest_CL\"\r\n}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsTable.Tests.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsTable.Tests.ps1 new file mode 100644 index 000000000000..3916cb804a8c --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsTable.Tests.ps1 @@ -0,0 +1,32 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzOperationalInsightsTable')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzOperationalInsightsTable.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzOperationalInsightsTable' { + BeforeAll { + $rgName = "dabenham-dev" + $wsName = "dabenham-PSH2" + $tableName = "danielKukuTest_CL" + } + It 'CreateExpanded' { + $col1 = New-AzOperationalInsightsTableColumnObject -Name 'SourceSystem' -Description 'Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.' -Type 'string' + $col2 = New-AzOperationalInsightsTableColumnObject -Name 'TimeGenerated' -Description 'Date and time the record was created.' -Type 'datetime' + $schemaColumns = ($col1, $col2) + + $table = New-AzOperationalInsightsTable -ResourceGroupName $rgName -WorkspaceName $wsName -Name $tableName -RetentionInDay 33 -TotalRetentionInDay 55 -SchemaName $tableName -SchemaColumn $schemaColumns + $table.RetentionInDay | Should Be 33 + $table.TotalRetentionInDay | Should Be 55 + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsTableColumnObject.Tests.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsTableColumnObject.Tests.ps1 new file mode 100644 index 000000000000..b5fcf03b793a --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsTableColumnObject.Tests.ps1 @@ -0,0 +1,23 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzOperationalInsightsTableColumnObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzOperationalInsightsTableColumnObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzOperationalInsightsTableColumnObject' { + It '__AllParameterSets' { + $col1 = New-AzOperationalInsightsTableColumnObject -Name 'SourceSystem' -Description 'Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.' -Type 'string' + $col2 = New-AzOperationalInsightsTableColumnObject -Name 'TimeGenerated' -Description 'Date and time the record was created.' -Type 'datetime' + Write-Host -ForegroundColor Yellow "New-AzOperationalInsightsTableColumnObject returned with: $($col1) and $($col2)" + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsWorkspace.Recording.json b/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsWorkspace.Recording.json new file mode 100644 index 000000000000..22bd7d431c28 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsWorkspace.Recording.json @@ -0,0 +1,120 @@ +{ + "New-AzOperationalInsightsWorkspace+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh?api-version=2021-12-01-preview", + "Content": "{\n \"location\": \"EastUS\"\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "26" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "5555d699-9bda-4983-a0e6-d310642e8861" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], + "x-ms-correlation-request-id": [ "472bb7a5-b486-418a-bfe2-f2d05806eec4" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083029Z:472bb7a5-b486-418a-bfe2-f2d05806eec4" ], + "Date": [ "Mon, 07 Mar 2022 08:30:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "999" ], + "Content-Type": [ "application/json" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": \"ebf86d2a-21f9-4485-8dcd-3750568738a9\",\r\n \"provisioningState\": \"Creating\",\r\n \"sku\": {\r\n \"name\": \"pergb2018\"\r\n },\r\n \"retentionInDays\": 30,\r\n \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": \"Tue, 08 Mar 2022 00:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"createdDate\": \"Mon, 07 Mar 2022 08:30:28 GMT\",\r\n \"modifiedDate\": \"Mon, 07 Mar 2022 08:30:28 GMT\"\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/danielkukupsh\",\r\n \"name\": \"danielKukuPsh\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \"location\": \"EastUS\"\r\n}", + "isContentBase64": false + } + }, + "New-AzOperationalInsightsWorkspace+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh?api-version=2021-12-01-preview+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "16" ], + "x-ms-client-request-id": [ "45dc41a0-53f8-4ad6-9212-1a0a92887e8b" ], + "CommandName": [ "New-AzOperationalInsightsWorkspace" ], + "FullCommandName": [ "New-AzOperationalInsightsWorkspace_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "3cc7d40e-466a-4b74-acd8-4a26bff8b26b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], + "x-ms-correlation-request-id": [ "5b154831-c349-4fa1-a8d0-30a11e2fe679" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083059Z:5b154831-c349-4fa1-a8d0-30a11e2fe679" ], + "Date": [ "Mon, 07 Mar 2022 08:30:58 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1000" ], + "Content-Type": [ "application/json" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": \"ebf86d2a-21f9-4485-8dcd-3750568738a9\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"pergb2018\"\r\n },\r\n \"retentionInDays\": 30,\r\n \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": \"Tue, 08 Mar 2022 00:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"createdDate\": \"Mon, 07 Mar 2022 08:30:28 GMT\",\r\n \"modifiedDate\": \"Mon, 07 Mar 2022 08:30:29 GMT\"\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/danielkukupsh\",\r\n \"name\": \"danielKukuPsh\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \"location\": \"EastUS\"\r\n}", + "isContentBase64": false + } + }, + "New-AzOperationalInsightsWorkspace+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh?api-version=2021-12-01-preview+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "17" ], + "x-ms-client-request-id": [ "45dc41a0-53f8-4ad6-9212-1a0a92887e8b" ], + "CommandName": [ "New-AzOperationalInsightsWorkspace" ], + "FullCommandName": [ "New-AzOperationalInsightsWorkspace_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "acf87249-8d9e-4549-b751-c8224d47e503" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], + "x-ms-correlation-request-id": [ "8178934b-5001-4d10-b660-b5401cf4397b" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083059Z:8178934b-5001-4d10-b660-b5401cf4397b" ], + "Date": [ "Mon, 07 Mar 2022 08:30:58 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1000" ], + "Content-Type": [ "application/json" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": \"ebf86d2a-21f9-4485-8dcd-3750568738a9\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"pergb2018\"\r\n },\r\n \"retentionInDays\": 30,\r\n \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": \"Tue, 08 Mar 2022 00:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"createdDate\": \"Mon, 07 Mar 2022 08:30:28 GMT\",\r\n \"modifiedDate\": \"Mon, 07 Mar 2022 08:30:29 GMT\"\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/danielkukupsh\",\r\n \"name\": \"danielKukuPsh\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \"location\": \"EastUS\"\r\n}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsWorkspace.Tests.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsWorkspace.Tests.ps1 new file mode 100644 index 000000000000..a74005a9d979 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/New-AzOperationalInsightsWorkspace.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzOperationalInsightsWorkspace')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzOperationalInsightsWorkspace.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzOperationalInsightsWorkspace' { + BeforeAll { + $rgName = "dabenham-dev" + $wsName = "danielKukuPsh" + $location = "EastUS" + } + It 'CreateExpanded' { + Write-Host -ForegroundColor Yellow "Creating a test workspace: $($wsName)" + $workspace = New-AzOperationalInsightsWorkspace -ResourceGroupName $rgName -Name $wsName -Location $location + Write-Host -ForegroundColor Yellow "Workspace: $($wsName) was created" + $workspace.Count | Should BeGreaterThan 0 + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/README.md b/src/OperationalInsights/OperationalInsights.Autorest/test/README.md new file mode 100644 index 000000000000..1969200c6a09 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/README.md @@ -0,0 +1,17 @@ +# Test +This directory contains the [Pester](https://www.powershellgallery.com/packages/Pester) tests to run for the module. We use Pester as it is the unofficial standard for PowerShell unit testing. Test stubs for custom cmdlets (created in `../custom`) will be generated into this folder when `build-module.ps1` is ran. These test stubs will fail automatically, to indicate that tests should be written for custom cmdlets. + +## Info +- Modifiable: yes +- Generated: partial +- Committed: yes +- Packaged: no + +## Details +We allow three testing modes: *live*, *record*, and *playback*. These can be selected using the `-Live`, `-Record`, and `-Playback` switches respectively on the `test-module.ps1` script. This script will run through any `.Tests.ps1` scripts in the `test` folder. If you choose the *record* mode, it will create a `.Recording.json` file of the REST calls between the client and server. Then, when you choose *playback* mode, it will use the `.Recording.json` file to mock the communication between server and client. The *live* mode runs the same as the *record* mode; however, it doesn't create the `.Recording.json` file. + +## Purpose +Custom cmdlets generally encompass additional functionality not described in the REST specification, or combines functionality generated from the REST spec. To validate this functionality continues to operate as intended, creating tests that can be ran and re-ran against custom cmdlets is part of the framework. + +## Usage +To execute tests, run the `test-module.ps1`. To write tests, [this example](https://github.com/pester/Pester/blob/8b9cf4248315e44f1ac6673be149f7e0d7f10466/Examples/Planets/Get-Planet.Tests.ps1#L1) from the Pester repository is very useful for getting started. \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsTable.Recording.json b/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsTable.Recording.json new file mode 100644 index 000000000000..87af09dc30fe --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsTable.Recording.json @@ -0,0 +1,351 @@ +{ + "Remove-AzOperationalInsightsTable+[NoContext]+[NoScenario]+$PUT+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest2_CL?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest2_CL?api-version=2021-12-01-preview", + "Content": "{\n \"properties\": {\n \"schema\": {\n \"name\": \"danielKukuTest2_CL\",\n \"columns\": [\n {\n \"name\": \"SourceSystem\",\n \"type\": \"string\",\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\"\n },\n {\n \"name\": \"TimeGenerated\",\n \"type\": \"datetime\",\n \"description\": \"Date and time the record was created.\"\n }\n ]\n },\n \"retentionInDays\": 33,\n \"totalRetentionInDays\": 55\n }\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "529" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest2_CL/operationresults/3dfa83c0-6997-4693-b75b-4f1028909c9d?api-version=2021-12-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/3dfa83c0-6997-4693-b75b-4f1028909c9d?api-version=2015-11-01-preview" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "5346c63b-5e8b-4ab6-a227-0a5221ec5e8b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], + "x-ms-correlation-request-id": [ "784e6c51-5bdb-4815-bfc8-86cd39f322a9" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083108Z:784e6c51-5bdb-4815-bfc8-86cd39f322a9" ], + "Date": [ "Mon, 07 Mar 2022 08:31:07 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null, + "isContentBase64": false + } + }, + "Remove-AzOperationalInsightsTable+[NoContext]+[NoScenario]+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/3dfa83c0-6997-4693-b75b-4f1028909c9d?api-version=2015-11-01-preview+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/3dfa83c0-6997-4693-b75b-4f1028909c9d?api-version=2015-11-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "19" ], + "x-ms-client-request-id": [ "d956feca-9dd2-416c-8f31-5c6409f1f7eb" ], + "CommandName": [ "New-AzOperationalInsightsTable" ], + "FullCommandName": [ "New-AzOperationalInsightsTable_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "83107456-8a86-4d2a-b3f0-3a91d2cf7bce" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], + "x-ms-correlation-request-id": [ "a2f7a898-351d-42f5-951e-e845ac92505b" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083139Z:a2f7a898-351d-42f5-951e-e845ac92505b" ], + "Date": [ "Mon, 07 Mar 2022 08:31:38 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "306" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"status\": \"InProgress\",\r\n \"name\": \"3dfa83c0-6997-4693-b75b-4f1028909c9d\",\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/3dfa83c0-6997-4693-b75b-4f1028909c9d\",\r\n \"startTime\": \"Mon, 07 Mar 2022 08:31:08 GMT\"\r\n}", + "isContentBase64": false + } + }, + "Remove-AzOperationalInsightsTable+[NoContext]+[NoScenario]+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/3dfa83c0-6997-4693-b75b-4f1028909c9d?api-version=2015-11-01-preview+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/3dfa83c0-6997-4693-b75b-4f1028909c9d?api-version=2015-11-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "20" ], + "x-ms-client-request-id": [ "d956feca-9dd2-416c-8f31-5c6409f1f7eb" ], + "CommandName": [ "New-AzOperationalInsightsTable" ], + "FullCommandName": [ "New-AzOperationalInsightsTable_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "afa4df77-0832-432c-ad6a-a35af3890de3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], + "x-ms-correlation-request-id": [ "bf15b354-f858-471e-b3e5-9ec38f8b1c50" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083209Z:bf15b354-f858-471e-b3e5-9ec38f8b1c50" ], + "Date": [ "Mon, 07 Mar 2022 08:32:08 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "352" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3dfa83c0-6997-4693-b75b-4f1028909c9d\",\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/3dfa83c0-6997-4693-b75b-4f1028909c9d\",\r\n \"startTime\": \"Mon, 07 Mar 2022 08:31:08 GMT\",\r\n \"endTime\": \"Mon, 07 Mar 2022 08:31:52 GMT\"\r\n}", + "isContentBase64": false + } + }, + "Remove-AzOperationalInsightsTable+[NoContext]+[NoScenario]+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest2_CL?api-version=2021-12-01-preview+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest2_CL?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "21" ], + "x-ms-client-request-id": [ "d956feca-9dd2-416c-8f31-5c6409f1f7eb" ], + "CommandName": [ "New-AzOperationalInsightsTable" ], + "FullCommandName": [ "New-AzOperationalInsightsTable_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "fcae5ad3-89c1-433c-a8cb-413e052c021a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], + "x-ms-correlation-request-id": [ "42ac742b-323d-4e20-9fbe-decd2466fb89" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083210Z:42ac742b-323d-4e20-9fbe-decd2466fb89" ], + "Date": [ "Mon, 07 Mar 2022 08:32:09 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1383" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"totalRetentionInDays\": 55,\r\n \"archiveRetentionInDays\": 22,\r\n \"plan\": \"Analytics\",\r\n \"lastPlanModifiedDate\": \"2022-01-31T15:34:51.507Z\",\r\n \"schema\": {\r\n \"tableSubType\": \"DataCollectionRuleBased\",\r\n \"name\": \"danielKukuTest2_CL\",\r\n \"tableType\": \"CustomLog\",\r\n \"columns\": [\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 33\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest2_CL\",\r\n \"name\": \"danielKukuTest2_CL\"\r\n}", + "isContentBase64": false + } + }, + "Remove-AzOperationalInsightsTable+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest2_CL?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest2_CL?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "22" ], + "x-ms-client-request-id": [ "bf3f3030-ec7c-401f-bdd6-4b91cfb5d194" ], + "CommandName": [ "Remove-AzOperationalInsightsTable" ], + "FullCommandName": [ "Remove-AzOperationalInsightsTable_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/danielKukuTest2_CL/operationresults/454a1b22-2023-4c28-9060-4d2d87b22955?api-version=2021-12-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/454a1b22-2023-4c28-9060-4d2d87b22955?api-version=2015-11-01-preview" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "329e9c37-e142-4019-9fcd-c11f1787e6be" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], + "x-ms-correlation-request-id": [ "df8136ca-46a5-4d4d-9507-d110645117a7" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083211Z:df8136ca-46a5-4d4d-9507-d110645117a7" ], + "Date": [ "Mon, 07 Mar 2022 08:32:11 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null, + "isContentBase64": false + } + }, + "Remove-AzOperationalInsightsTable+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/454a1b22-2023-4c28-9060-4d2d87b22955?api-version=2015-11-01-preview+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/454a1b22-2023-4c28-9060-4d2d87b22955?api-version=2015-11-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "23" ], + "x-ms-client-request-id": [ "bf3f3030-ec7c-401f-bdd6-4b91cfb5d194" ], + "CommandName": [ "Remove-AzOperationalInsightsTable" ], + "FullCommandName": [ "Remove-AzOperationalInsightsTable_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "7579c3ac-4477-4520-be40-2fdf52828dae" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], + "x-ms-correlation-request-id": [ "e88a96c0-fba1-4328-9cf5-d3888b07b1e6" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083242Z:e88a96c0-fba1-4328-9cf5-d3888b07b1e6" ], + "Date": [ "Mon, 07 Mar 2022 08:32:41 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "306" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"status\": \"InProgress\",\r\n \"name\": \"454a1b22-2023-4c28-9060-4d2d87b22955\",\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/454a1b22-2023-4c28-9060-4d2d87b22955\",\r\n \"startTime\": \"Mon, 07 Mar 2022 08:32:11 GMT\"\r\n}", + "isContentBase64": false + } + }, + "Remove-AzOperationalInsightsTable+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/454a1b22-2023-4c28-9060-4d2d87b22955?api-version=2015-11-01-preview+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/454a1b22-2023-4c28-9060-4d2d87b22955?api-version=2015-11-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "24" ], + "x-ms-client-request-id": [ "bf3f3030-ec7c-401f-bdd6-4b91cfb5d194" ], + "CommandName": [ "Remove-AzOperationalInsightsTable" ], + "FullCommandName": [ "Remove-AzOperationalInsightsTable_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "1ea90779-7d78-4346-96b5-8253916785c0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], + "x-ms-correlation-request-id": [ "e4b9dc65-c0e2-4aa9-8963-0e112b5dea59" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083312Z:e4b9dc65-c0e2-4aa9-8963-0e112b5dea59" ], + "Date": [ "Mon, 07 Mar 2022 08:33:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "352" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"status\": \"Succeeded\",\r\n \"name\": \"454a1b22-2023-4c28-9060-4d2d87b22955\",\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/454a1b22-2023-4c28-9060-4d2d87b22955\",\r\n \"startTime\": \"Mon, 07 Mar 2022 08:32:11 GMT\",\r\n \"endTime\": \"Mon, 07 Mar 2022 08:32:54 GMT\"\r\n}", + "isContentBase64": false + } + }, + "Remove-AzOperationalInsightsTable+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/454a1b22-2023-4c28-9060-4d2d87b22955?api-version=2015-11-01-preview+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/454a1b22-2023-4c28-9060-4d2d87b22955?api-version=2015-11-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "25" ], + "x-ms-client-request-id": [ "bf3f3030-ec7c-401f-bdd6-4b91cfb5d194" ], + "CommandName": [ "Remove-AzOperationalInsightsTable" ], + "FullCommandName": [ "Remove-AzOperationalInsightsTable_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "44529253-182a-45b4-aae8-ef54ed862420" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], + "x-ms-correlation-request-id": [ "064abf70-8be8-469f-a9ba-927201f258a2" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083312Z:064abf70-8be8-469f-a9ba-927201f258a2" ], + "Date": [ "Mon, 07 Mar 2022 08:33:12 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "352" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"status\": \"Succeeded\",\r\n \"name\": \"454a1b22-2023-4c28-9060-4d2d87b22955\",\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/providers/Microsoft.OperationalInsights/locations/eastus/operationStatuses/454a1b22-2023-4c28-9060-4d2d87b22955\",\r\n \"startTime\": \"Mon, 07 Mar 2022 08:32:11 GMT\",\r\n \"endTime\": \"Mon, 07 Mar 2022 08:32:54 GMT\"\r\n}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsTable.Tests.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsTable.Tests.ps1 new file mode 100644 index 000000000000..4d892174078b --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsTable.Tests.ps1 @@ -0,0 +1,43 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzOperationalInsightsTable')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzOperationalInsightsTable.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzOperationalInsightsTable' { + + BeforeAll { + $rgName = "dabenham-dev" + $wsName = "dabenham-PSH2" + $tableName = "danielKukuTest2_CL" + + # Create a test table + $col1 = New-AzOperationalInsightsTableColumnObject -Name 'SourceSystem' -Description 'Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.' -Type 'string' + $col2 = New-AzOperationalInsightsTableColumnObject -Name 'TimeGenerated' -Description 'Date and time the record was created.' -Type 'datetime' + $schemaColumns = ($col1, $col2) + + Write-Host -ForegroundColor Yellow "Creating a test table: $($tableName), to test delete flow:" + $table = New-AzOperationalInsightsTable -ResourceGroupName $rgName -WorkspaceName $wsName -Name $tableName -RetentionInDay 33 -TotalRetentionInDay 55 -SchemaName $tableName -SchemaColumn $schemaColumns + Write-Host -ForegroundColor Yellow "Test table: $($tableName), was created" + } + + It 'Delete' { + Write-Host -ForegroundColor Yellow "Deleting a test table: $($tableName)" + Remove-AzOperationalInsightsTable -ResourceGroupName $rgName -Name $tableName -WorkspaceName $wsName + Write-Host -ForegroundColor Yellow "Finished deleting a test table: $($tableName)" + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsWorkspace.Recording.json b/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsWorkspace.Recording.json new file mode 100644 index 000000000000..8217b2c361ac --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsWorkspace.Recording.json @@ -0,0 +1,160 @@ +{ + "Remove-AzOperationalInsightsWorkspace+[NoContext]+[NoScenario]+$PUT+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh2?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh2?api-version=2021-12-01-preview", + "Content": "{\n \"location\": \"EastUS\"\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "26" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "bee81c37-9a62-435f-a142-2f501be733b6" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], + "x-ms-correlation-request-id": [ "c501f6e9-1657-4867-ba1f-ee4866733b95" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083322Z:c501f6e9-1657-4867-ba1f-ee4866733b95" ], + "Date": [ "Mon, 07 Mar 2022 08:33:21 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1002" ], + "Content-Type": [ "application/json" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": \"caf251c7-8298-46ff-8cf2-d1920b15ce13\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"pergb2018\"\r\n },\r\n \"retentionInDays\": 30,\r\n \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": \"Mon, 07 Mar 2022 18:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"createdDate\": \"Mon, 07 Mar 2022 08:20:58 GMT\",\r\n \"modifiedDate\": \"Mon, 07 Mar 2022 08:20:59 GMT\"\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/danielkukupsh2\",\r\n \"name\": \"danielKukuPsh2\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \"location\": \"EastUS\"\r\n}", + "isContentBase64": false + } + }, + "Remove-AzOperationalInsightsWorkspace+[NoContext]+[NoScenario]+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh2?api-version=2021-12-01-preview+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh2?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "27" ], + "x-ms-client-request-id": [ "6d007ee2-29f2-4a51-8a24-2666d7337c63" ], + "CommandName": [ "New-AzOperationalInsightsWorkspace" ], + "FullCommandName": [ "New-AzOperationalInsightsWorkspace_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "6fde5410-2c0e-4bd9-be39-7016653779e2" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], + "x-ms-correlation-request-id": [ "9c777c49-9c92-443b-99aa-42e8528a1d6f" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083352Z:9c777c49-9c92-443b-99aa-42e8528a1d6f" ], + "Date": [ "Mon, 07 Mar 2022 08:33:52 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1002" ], + "Content-Type": [ "application/json" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": \"caf251c7-8298-46ff-8cf2-d1920b15ce13\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"pergb2018\"\r\n },\r\n \"retentionInDays\": 30,\r\n \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": \"Mon, 07 Mar 2022 18:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"createdDate\": \"Mon, 07 Mar 2022 08:20:58 GMT\",\r\n \"modifiedDate\": \"Mon, 07 Mar 2022 08:33:22 GMT\"\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/danielkukupsh2\",\r\n \"name\": \"danielKukuPsh2\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \"location\": \"EastUS\"\r\n}", + "isContentBase64": false + } + }, + "Remove-AzOperationalInsightsWorkspace+[NoContext]+[NoScenario]+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh2?api-version=2021-12-01-preview+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh2?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "28" ], + "x-ms-client-request-id": [ "6d007ee2-29f2-4a51-8a24-2666d7337c63" ], + "CommandName": [ "New-AzOperationalInsightsWorkspace" ], + "FullCommandName": [ "New-AzOperationalInsightsWorkspace_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "51fcaa68-2f17-40f8-89cd-27893fe3cf82" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], + "x-ms-correlation-request-id": [ "904b67c1-7732-4df0-b158-7469cd9453ac" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083353Z:904b67c1-7732-4df0-b158-7469cd9453ac" ], + "Date": [ "Mon, 07 Mar 2022 08:33:52 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1002" ], + "Content-Type": [ "application/json" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": \"caf251c7-8298-46ff-8cf2-d1920b15ce13\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"pergb2018\"\r\n },\r\n \"retentionInDays\": 30,\r\n \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": \"Mon, 07 Mar 2022 18:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"createdDate\": \"Mon, 07 Mar 2022 08:20:58 GMT\",\r\n \"modifiedDate\": \"Mon, 07 Mar 2022 08:33:22 GMT\"\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/danielkukupsh2\",\r\n \"name\": \"danielKukuPsh2\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \"location\": \"EastUS\"\r\n}", + "isContentBase64": false + } + }, + "Remove-AzOperationalInsightsWorkspace+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh2?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/danielKukuPsh2?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "29" ], + "x-ms-client-request-id": [ "54cc7a0b-24ff-4a21-b99a-860768dc7a27" ], + "CommandName": [ "Remove-AzOperationalInsightsWorkspace" ], + "FullCommandName": [ "Remove-AzOperationalInsightsWorkspace_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "ef360008-35b0-47b5-a494-2ed67a1dde1c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], + "x-ms-correlation-request-id": [ "0b7708f9-3738-4f57-b122-37024a0ef302" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083358Z:0b7708f9-3738-4f57-b122-37024a0ef302" ], + "Date": [ "Mon, 07 Mar 2022 08:33:57 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ] + }, + "Content": null, + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsWorkspace.Tests.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsWorkspace.Tests.ps1 new file mode 100644 index 000000000000..37021d6350a1 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Remove-AzOperationalInsightsWorkspace.Tests.ps1 @@ -0,0 +1,39 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzOperationalInsightsWorkspace')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzOperationalInsightsWorkspace.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzOperationalInsightsWorkspace' { + + BeforeAll { + $rgName = "dabenham-dev" + $wsName = "danielKukuPsh2" + $location = "EastUS" + + # Create a test workspace: + Write-Host -ForegroundColor Yellow "Creating a test workspace: $($wsName)" + $workspace = New-AzOperationalInsightsWorkspace -ResourceGroupName $rgName -Name $wsName -Location $location + Write-Host -ForegroundColor Yellow "Workspace: $($wsName) was created" + $workspace.Count | Should BeGreaterThan 0 + } + It 'Delete' { + Write-Host -ForegroundColor Yellow "Deleting test workspace: $($wsName)" + Remove-AzOperationalInsightsWorkspace -ResourceGroupName $rgName -Name $wsName + Write-Host -ForegroundColor Yellow "Workspace: $($wsName) was deleted" + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsTable.Recording.json b/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsTable.Recording.json new file mode 100644 index 000000000000..fa7cac68ffb8 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsTable.Recording.json @@ -0,0 +1,85 @@ +{ + "Update-AzOperationalInsightsTable+[NoContext]+[NoScenario]+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku1_CL?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku1_CL?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "30" ], + "x-ms-client-request-id": [ "7178763e-59f1-47e6-8c62-47694db1c58c" ], + "CommandName": [ "Get-AzOperationalInsightsTable" ], + "FullCommandName": [ "Get-AzOperationalInsightsTable_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "66b18dc2-0c1f-4421-8f62-9c1f6e6e4dae" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], + "x-ms-correlation-request-id": [ "e09d3c48-61e4-4bc3-983f-cdaeb5eaf57a" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083406Z:e09d3c48-61e4-4bc3-983f-cdaeb5eaf57a" ], + "Date": [ "Mon, 07 Mar 2022 08:34:06 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1377" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"totalRetentionInDays\": 55,\r\n \"archiveRetentionInDays\": 12,\r\n \"plan\": \"Analytics\",\r\n \"lastPlanModifiedDate\": \"2022-01-26T10:03:38.813Z\",\r\n \"schema\": {\r\n \"tableSubType\": \"DataCollectionRuleBased\",\r\n \"name\": \"dabenhamKuku1_CL\",\r\n \"tableType\": \"CustomLog\",\r\n \"columns\": [\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 43\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku1_CL\",\r\n \"name\": \"dabenhamKuku1_CL\"\r\n}", + "isContentBase64": false + } + }, + "Update-AzOperationalInsightsTable+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku1_CL?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku1_CL?api-version=2021-12-01-preview", + "Content": "{\n \"properties\": {\n \"retentionInDays\": 44\n }\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "51" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-AMS-APIVersion": [ "WebAPI1.0" ], + "CacheControl": [ "no-cache" ], + "x-ms-request-id": [ "b70a043a-3679-4565-a5ae-7a3f61aa763c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], + "x-ms-correlation-request-id": [ "fff18d62-3223-4a6b-b3dd-6aacaaddbe68" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083408Z:fff18d62-3223-4a6b-b3dd-6aacaaddbe68" ], + "Date": [ "Mon, 07 Mar 2022 08:34:08 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1377" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"totalRetentionInDays\": 55,\r\n \"archiveRetentionInDays\": 11,\r\n \"plan\": \"Analytics\",\r\n \"lastPlanModifiedDate\": \"2022-01-26T10:03:38.813Z\",\r\n \"schema\": {\r\n \"tableSubType\": \"DataCollectionRuleBased\",\r\n \"name\": \"dabenhamKuku1_CL\",\r\n \"tableType\": \"CustomLog\",\r\n \"columns\": [\r\n {\r\n \"name\": \"SourceSystem\",\r\n \"type\": \"string\",\r\n \"description\": \"Type of agent the data was collected from. Possible values are OpsManager (Windows agent) or Linux.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n },\r\n {\r\n \"name\": \"TimeGenerated\",\r\n \"type\": \"datetime\",\r\n \"description\": \"Date and time the record was created.\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"standardColumns\": [\r\n {\r\n \"name\": \"TenantId\",\r\n \"type\": \"guid\",\r\n \"isDefaultDisplay\": false,\r\n \"isHidden\": false\r\n }\r\n ],\r\n \"solutions\": [\r\n \"LogManagement\"\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"retentionInDays\": 44\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2/tables/dabenhamKuku1_CL\",\r\n \"name\": \"dabenhamKuku1_CL\"\r\n}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsTable.Tests.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsTable.Tests.ps1 new file mode 100644 index 000000000000..263e3be4c1ac --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsTable.Tests.ps1 @@ -0,0 +1,34 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzOperationalInsightsTable')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzOperationalInsightsTable.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzOperationalInsightsTable' { + BeforeAll { + $rgName = "dabenham-dev" + $wsName = "dabenham-PSH2" + $tableName = "dabenhamKuku1_CL" + $existingTable = Get-AzOperationalInsightsTable -ResourceGroupName $rgName -WorkspaceName $wsName -TableName $tableName + $currentRetention = $existingTable.RetentionInDay + } + + It 'UpdateExpanded' { + $updatedTable = Update-AzOperationalInsightsTable -ResourceGroupName $rgName -WorkspaceName $wsName -Name $tableName -RetentionInDay ($currentRetention + 1) + $updatedTable.RetentionInDay | Should Be ($currentRetention +1) + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsWorkspace.Recording.json b/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsWorkspace.Recording.json new file mode 100644 index 000000000000..5154b09082f2 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsWorkspace.Recording.json @@ -0,0 +1,79 @@ +{ + "Update-AzOperationalInsightsWorkspace+[NoContext]+[NoScenario]+$GET+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2?api-version=2021-12-01-preview", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "32" ], + "x-ms-client-request-id": [ "5424373a-3718-4957-9515-7c0fb78766a1" ], + "CommandName": [ "Get-AzOperationalInsightsWorkspace" ], + "FullCommandName": [ "Get-AzOperationalInsightsWorkspace_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "61fba324-d38c-498f-b4f5-4c6b614de50e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], + "x-ms-correlation-request-id": [ "3c791a80-d6e7-40a4-8dea-ecad81ae71bf" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083413Z:3c791a80-d6e7-40a4-8dea-ecad81ae71bf" ], + "Date": [ "Mon, 07 Mar 2022 08:34:13 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1057" ], + "Content-Type": [ "application/json" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": \"149228ec-6bae-47fa-8f80-cb3e7877c406\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": \"Wed, 26 Jan 2022 09:33:59 GMT\"\r\n },\r\n \"retentionInDays\": 34,\r\n \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": \"Mon, 07 Mar 2022 10:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"createdDate\": \"Wed, 26 Jan 2022 09:33:59 GMT\",\r\n \"modifiedDate\": \"Mon, 31 Jan 2022 16:45:53 GMT\"\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-psh2\",\r\n \"name\": \"dabenham-PSH2\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \"location\": \"eastus\"\r\n}", + "isContentBase64": false + } + }, + "Update-AzOperationalInsightsWorkspace+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2?api-version=2021-12-01-preview+1": { + "Request": { + "Method": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/Microsoft.OperationalInsights/workspaces/dabenham-PSH2?api-version=2021-12-01-preview", + "Content": "{\n \"properties\": {\n \"retentionInDays\": 35\n }\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "51" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "9d74d374-9d66-4318-912d-3d4456019d8e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Server": [ "Microsoft-IIS/10.0", "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET", "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], + "x-ms-correlation-request-id": [ "9524d6f3-bd58-412c-bd90-c124a2d70253" ], + "x-ms-routing-request-id": [ "SWITZERLANDWEST:20220307T083414Z:9524d6f3-bd58-412c-bd90-c124a2d70253" ], + "Date": [ "Mon, 07 Mar 2022 08:34:14 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1057" ], + "Content-Type": [ "application/json" ] + }, + "Content": "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": \"149228ec-6bae-47fa-8f80-cb3e7877c406\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": \"Wed, 26 Jan 2022 09:33:59 GMT\"\r\n },\r\n \"retentionInDays\": 35,\r\n \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": \"Mon, 07 Mar 2022 10:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"createdDate\": \"Wed, 26 Jan 2022 09:33:59 GMT\",\r\n \"modifiedDate\": \"Mon, 31 Jan 2022 16:45:53 GMT\"\r\n },\r\n \"id\": \"/subscriptions/57947cb5-aadd-4b6c-9e8e-27f545bb7bf5/resourcegroups/dabenham-dev/providers/microsoft.operationalinsights/workspaces/dabenham-psh2\",\r\n \"name\": \"dabenham-PSH2\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \"location\": \"eastus\"\r\n}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsWorkspace.Tests.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsWorkspace.Tests.ps1 new file mode 100644 index 000000000000..0709f7de6e34 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/Update-AzOperationalInsightsWorkspace.Tests.ps1 @@ -0,0 +1,32 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzOperationalInsightsWorkspace')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzOperationalInsightsWorkspace.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzOperationalInsightsWorkspace' { + BeforeAll { + $rgName = "dabenham-dev" + $wsName = "dabenham-PSH2" + $workspace = Get-AzOperationalInsightsWorkspace -ResourceGroupName $rgName -Name $wsName + $worksapceRetention = $workspace.RetentionInDay + } + It 'UpdateExpanded' { + $workspaceUpdate = Update-AzOperationalInsightsWorkspace -ResourceGroupName $rgName -Name $wsName -RetentionInDay ($worksapceRetention +1) + $workspaceUpdate.RetentionInDay | Should Be ($worksapceRetention +1) + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/env.json b/src/OperationalInsights/OperationalInsights.Autorest/test/env.json new file mode 100644 index 000000000000..9118ee15864e --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/env.json @@ -0,0 +1,4 @@ +{ + "SubscriptionId": "57947cb5-aadd-4b6c-9e8e-27f545bb7bf5", + "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47" +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/loadEnv.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/loadEnv.ps1 new file mode 100644 index 000000000000..5f079e89615e --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/loadEnv.ps1 @@ -0,0 +1,29 @@ +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- +$envFile = 'env.json' +if ($TestMode -eq 'live') { + $envFile = 'localEnv.json' +} + +if (Test-Path -Path (Join-Path $PSScriptRoot $envFile)) { + $envFilePath = Join-Path $PSScriptRoot $envFile +} else { + $envFilePath = Join-Path $PSScriptRoot '..\$envFile' +} +$env = @{} +if (Test-Path -Path $envFilePath) { + $env = Get-Content (Join-Path $PSScriptRoot $envFile) | ConvertFrom-Json + $PSDefaultParameterValues=@{"*:SubscriptionId"=$env.SubscriptionId; "*:Tenant"=$env.Tenant} +} \ No newline at end of file diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/localEnv.json b/src/OperationalInsights/OperationalInsights.Autorest/test/localEnv.json new file mode 100644 index 000000000000..9118ee15864e --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/localEnv.json @@ -0,0 +1,4 @@ +{ + "SubscriptionId": "57947cb5-aadd-4b6c-9e8e-27f545bb7bf5", + "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47" +} diff --git a/src/OperationalInsights/OperationalInsights.Autorest/test/utils.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/test/utils.ps1 new file mode 100644 index 000000000000..cdee4a4ebb31 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/test/utils.ps1 @@ -0,0 +1,35 @@ +function RandomString([bool]$allChars, [int32]$len) { + if ($allChars) { + return -join ((33..126) | Get-Random -Count $len | % {[char]$_}) + } else { + return -join ((48..57) + (97..122) | Get-Random -Count $len | % {[char]$_}) + } +} +$env = @{} +if ($UsePreviousConfigForRecord) { + $previousEnv = Get-Content (Join-Path $PSScriptRoot 'env.json') | ConvertFrom-Json + $previousEnv.psobject.properties | Foreach-Object { $env[$_.Name] = $_.Value } +} +# Add script method called AddWithCache to $env, when useCache is set true, it will try to get the value from the $env first. +# example: $val = $env.AddWithCache('key', $val, $true) +$env | Add-Member -Type ScriptMethod -Value { param( [string]$key, [object]$val, [bool]$useCache) if ($this.Contains($key) -and $useCache) { return $this[$key] } else { $this[$key] = $val; return $val } } -Name 'AddWithCache' +function setupEnv() { + # Preload subscriptionId and tenant from context, which will be used in test + # as default. You could change them if needed. + Connect-AzAccount -UseDeviceAuthentication + $env.SubscriptionId = (Get-AzContext).Subscription.Id + # For any resources you created for test, you should add it to $env here. + $envFile = 'env.json' + if ($TestMode -eq 'live') { + $envFile = 'localEnv.json' + } + set-content -Path (Join-Path $PSScriptRoot $envFile) -Value (ConvertTo-Json $env) +} +function cleanupEnv() { + $rgName = "dabenham-dev" + $wsName = "danielKukuPsh" + Write-Host -ForegroundColor Yellow "Deleting test workspace: $($wsName)" + Remove-AzOperationalInsightsWorkspace -ResourceGroupName $rgName -Name $wsName + Write-Host -ForegroundColor Yellow "Workspace: $($wsName) was deleted" +} + diff --git a/src/OperationalInsights/OperationalInsights.Autorest/utils/Unprotect-SecureString.ps1 b/src/OperationalInsights/OperationalInsights.Autorest/utils/Unprotect-SecureString.ps1 new file mode 100644 index 000000000000..cb05b51a6220 --- /dev/null +++ b/src/OperationalInsights/OperationalInsights.Autorest/utils/Unprotect-SecureString.ps1 @@ -0,0 +1,16 @@ +#This script converts securestring to plaintext + +param( + [Parameter(Mandatory, ValueFromPipeline)] + [System.Security.SecureString] + ${SecureString} +) + +$ssPtr = [System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($SecureString) +try { + $plaintext = [System.Runtime.InteropServices.Marshal]::PtrToStringBSTR($ssPtr) +} finally { + [System.Runtime.InteropServices.Marshal]::ZeroFreeBSTR($ssPtr) +} + +return $plaintext \ No newline at end of file